Home
last modified time | relevance | path

Searched refs:getTemplateName (Results 1 – 15 of 15) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
H A DTemplate.php55 return $this->getTemplateName();
63 abstract public function getTemplateName(); function in Twig\\Template
79 return new Source('', $this->getTemplateName());
204 …n the parent template "%s".', $name, $blocks[$name][0]->getTemplateName(), $this->getTemplateName(…
206 …sprintf('Block "%s" on template "%s" does not exist.', $name, $this->getTemplateName()), -1, ($tem…
324 if ($template === $this->getTemplateName()) {
H A DTemplateWrapper.php129 public function getTemplateName(): string function in Twig\\TemplateWrapper
131 return $this->template->getTemplateName();
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php204 …if (null === $this->name || ($this->name == $trace['object']->getTemplateName() && !$isEmbedContai…
213 $this->name = $template->getTemplateName();
/template/twigstarter/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
H A DEmbedNode.php40 ->repr($this->getTemplateName())
H A DImportNode.php54 ->repr($this->getTemplateName())
H A DIncludeNode.php83 ->repr($this->getTemplateName())
H A DModuleNode.php200 ->repr($node->getTemplateName())
461 ->repr($node->getTemplateName())
H A DNode.php195 public function getTemplateName() function in Twig\\Node\\Node
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php61 ->repr($this->getTemplateName())
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DEmbedTokenParser.php58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php47 …new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $this->var…
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php50 …tegy = $env->getExtension(EscaperExtension::class)->getDefaultStrategy($node->getTemplateName())) {
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG210 * added TemplateWrapper::getTemplateName()
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1166 …d in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, …