• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/marketplace/url.php
  • Класс: BitrixRestMarketplaceUrlsConfiguration
  • Вызов: Configuration::getExport
public function getExport($manifestCode = null)
	{
		$replace = null;
		$subject = null;
		if (!is_null($manifestCode))
		{
			$replace = [
				'#MANIFEST_CODE#'
			];
			$subject = [
				$manifestCode
			];
		}
		return $this->getReplaced($this->getPage('export'), $replace, $subject);
	}