• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/intranet/customsectionprovider.php
  • Класс: Bitrix\Crm\Integration\Intranet\CustomSectionProvider
  • Вызов: CustomSectionProvider::hasCustomSection
static function hasCustomSection(Dynamic $factory): bool
{
	$typeId = $factory->getEntityTypeId();
	$settingsName = IntranetManager::preparePageSettingsForItemsList($typeId);

	return self::customSectionsCache()->hasBySettingsName($settingsName);
}