• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::getCustomSectionIdByCounterId
static function getCustomSectionIdByCounterId(string $counterId, string $moduleId): int
{
	return (int)preg_replace(sprintf('#^%s%s#', $moduleId, self::COUNTER_INFIX), '', $counterId);
}