• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/integration/rest/configuration/controller.php
  • Класс: BitrixIntranetIntegrationRestConfigurationController
  • Вызов: Controller::check
static function check(Event $event)
{
	$code = $event->getParameter('CODE');
	if(!isset(static::$entityList[$code]) || !static::$entityList[$code])
	{
		return false;
	}

	return true;
}