• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/event/eventbind.php
  • Класс: BitrixRestEventEventBind
  • Вызов: EventBind::getItemEventInfo
private function getItemEventInfo(string $eventName, array $callback): array
{
	return [
		$this->getModuleId(),
		$eventName,
		$callback,
		[
			'category' => BitrixRestSqs::CATEGORY_CRM,
		],
	];
}