• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::loadInterfaceButtonsSettings
protected function loadInterfaceButtonsSettings(string $sectionCode): array
{
	/** @see CMainInterfaceButtons::getUserOptions */
	return CUserOptions::GetOption('ui', $this->getCustomSectionMenuId($sectionCode), []);
}