• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::isCodeValid
protected function isCodeValid(string $code): bool
{
	return (bool)preg_match(static::VALID_CODE_REGEX, $code);
}