• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/hook/page/gmap.php
  • Класс: BitrixLandingHookPageGMap
  • Вызов: GMap::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())
	;
}