• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/intranet/customsectionprovider.php
  • Класс: Bitrix\Crm\Integration\Intranet\CustomSectionProvider
  • Вызов: CustomSectionProvider::getPagesSettingsByCustomSectionCounterId
static function getPagesSettingsByCustomSectionCounterId(string $code): array
{
	$customSectionId = self::getCustomSectionIdByCounterId($code);

	return self::customSectionsCache()->getAllSettingsByCustomSectionId($customSectionId);
}