• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/manager.php
  • Класс: Bitrix\Landing\Manager
  • Вызов: Manager::disableFeatureTmp
static function disableFeatureTmp($feature)
{
	if (isset(self::$tmpFeatures[$feature]))
	{
		unset(self::$tmpFeatures[$feature]);
	}
}