Home
last modified time | relevance | path

Searched refs:loadTemplate (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php108 $this->parents[$parent] = $this->loadTemplate($parent);
313 protected function loadTemplate($template, $templateName = null, $line = null, $index = null) function in Twig\\Template
333 return $this->env->loadTemplate($template, $index);
H A DEnvironment.php359 return new TemplateWrapper($this, $this->loadTemplate($name));
379 public function loadTemplate($name, $index = null) function in Twig\\Environment
462 return new TemplateWrapper($this, $this->loadTemplate($name));
517 return $this->loadTemplate($name);