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