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

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

	return
		$this->fields['USE']->getValue() === 'Y'
		&& !empty($this->fields['CODE']->getValue());
}