• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/cookies.php
  • Класс: BitrixLandingHookPageCookies
  • Вызов: Cookies::enabled
public function enabled(): bool
{
	// this hook are enabled always
	return !$this->isPage();
}