• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/intranet/customsectionprovider.php
  • Класс: Bitrix\Crm\Integration\Intranet\CustomSectionProvider
  • Вызов: CustomSectionProvider::getAllCustomSectionIdsByEntityTypeId
static function getAllCustomSectionIdsByEntityTypeId(int $entityTypeId): array
{
	$settingsName = IntranetManager::preparePageSettingsForItemsList($entityTypeId);
	return self::customSectionsCache()->getAllCustomSectionIdsBySettings($settingsName);
}