• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/organizationdedupedatasource.php
  • Класс: Bitrix\Crm\Integrity\OrganizationDedupeDataSource
  • Вызов: OrganizationDedupeDataSource::getEntityMatchesByHash
protected function getEntityMatchesByHash($entityTypeID, $entityID, $matchHash)
{
	$matches = DuplicateOrganizationCriterion::loadEntityMatches($entityTypeID, $entityID);
	return (is_array($matches) && DuplicateOrganizationCriterion::prepareMatchHash($matches) === $matchHash)
		? $matches : null;
}