• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/transition.php
  • Класс: BitrixLandingHookPageTransition
  • Вызов: Transition::enabled
public function enabled(): bool
{
	if ($this->issetCustomExec())
	{
		return true;
	}

	if ($this->isPage())
	{
		return false;
	}

	return true; //always enable on site to default value
}