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

	return new Result();
}