• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/format.php
  • Класс: BitrixLocationEntityFormat
  • Вызов: Format::getTemplate
public function getTemplate(string $type = TemplateType::DEFAULT): ?Template
{
	return $this->templateCollection->getTemplate($type);
}