• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/rest/eventmanager.php
  • Класс: Bitrix\Crm\Integration\Rest\EventManager
  • Вызов: EventManager::getItemEventInfo
protected function getItemEventInfo(string $eventName): array
{
	$callback = [$this, 'processItemEvent'];

	return [
		'crm',
		$eventName,
		$callback,
		[
			'category' => \Bitrix\Rest\Sqs::CATEGORY_CRM,
		],
	];
}