• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integrity/criterionregistrar/decorator/communicationcriterion.php
  • Класс: Bitrix\Crm\Integrity\CriterionRegistrar\Decorator\CommunicationCriterion
  • Вызов: CommunicationCriterion::wrapUnregister
protected function wrapUnregister(CriterionRegistrar\Data $data): Result
{
	DuplicateCommunicationCriterion::unregister(
		$data->getEntityTypeId(),
		$data->getEntityId(),
	);

	return new Result();
}