• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsTemplates
  • Вызов: Templates::getPage
protected function getPage(string $code): string
	{
		return $this->adminSectionMode && !empty($this->pageListAdmin[$code])
			? $this->directoryAdmin . $this->pageListAdmin[$code]
			: $this->getDir() . $this->pages[$code]
		;
	}