• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/order/matcher/baserequisitematcher.php
  • Класс: Bitrix\Crm\Order\Matcher\BaseRequisiteMatcher
  • Вызов: BaseRequisiteMatcher::getEntityHash
protected function getEntityHash(array $entity)
{
	$normalizedEntity = $this->normalizeHashArray($entity);

	return md5(implode('/', $normalizedEntity));
}