• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::getCustomSectionMenuId
public function getCustomSectionMenuId(string $customSectionCode): string
{
	return 'menu_custom_section_' . htmlspecialcharsbx($customSectionCode);
}