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

	return (bool)$this->fields['BREAKPOINT']->getValue();
}