• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Relation/RelationManager.php
  • Класс: Bitrix\Crm\Relation\RelationManager
  • Вызов: RelationManager::findExistingRelationByIdentifiers
protected function findExistingRelationByIdentifiers(ItemIdentifier $parent, ItemIdentifier $child): ?Relation
{
	return $this->getRelation(
		new RelationIdentifier($parent->getEntityTypeId(), $child->getEntityTypeId())
	);
}