• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::isCustomSectionAvailable
protected function isCustomSectionAvailable(CustomSection $customSection): bool
{
	return !empty($this->getAvailablePages($customSection));
}