• Модуль: documentgenerator
  • Путь к файлу: ~/bitrix/modules/documentgenerator/lib/components/viewcomponent.php
  • Класс: BitrixDocumentGeneratorComponentsViewComponent
  • Вызов: ViewComponent::getEditTemplateUrl
protected function getEditTemplateUrl()
{
	if($this->template && !$this->template->isDeleted())
	{
		$uri = new BitrixMainWebUri('/bitrix/components/bitrix/documentgenerator.templates/slider.php');
		$uri->addParams(['UPLOAD' => 'Y', 'ID' => $this->template->ID, 'MODULE' => $this->template->MODULE_ID]);
		return $uri;
	}

	return false;
}