• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/site/type.php
  • Класс: BitrixLandingSiteType
  • Вызов: Type::getExcludedHooks
static function getExcludedHooks(): array
{
	if (self::$currentScopeClass !== null)
	{
		return self::$currentScopeClass::getExcludedHooks();
	}

	return [];
}