Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
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()) {
DTemplateWrapper.php129 public function getTemplateName(): string function in Twig\\TemplateWrapper
131 return $this->template->getTemplateName();
/template/twigstarter/vendor/twig/twig/src/Node/
DEmbedNode.php40 ->repr($this->getTemplateName())
DDeprecatedNode.php49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
DImportNode.php54 ->repr($this->getTemplateName())
DIncludeNode.php83 ->repr($this->getTemplateName())
DModuleNode.php200 ->repr($node->getTemplateName())
461 ->repr($node->getTemplateName())
DNode.php195 public function getTemplateName() function in Twig\\Node\\Node
/template/twigstarter/vendor/twig/twig/src/Error/
DError.php204 …if (null === $this->name || ($this->name == $trace['object']->getTemplateName() && !$isEmbedContai…
213 $this->name = $template->getTemplateName();
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DBlockReferenceExpression.php61 ->repr($this->getTemplateName())
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DEmbedTokenParser.php58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
/template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/
DProfilerNodeVisitor.php47 …new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $this->var…
/template/strap/ComboStrap/
H A DTemplateForWebPage.php151 $template = $this->getTemplateName();
206 public function getTemplateName(): string function in ComboStrap\\TemplateForWebPage
519 …ifierClass = StyleAttribute::addComboStrapSuffix("{$this->getTheme()}-{$this->getTemplateName()}");
1102 $file = $this->getEngine()->searchTemplateByName("{$this->getTemplateName()}.yml");
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php50 …tegy = $env->getExtension(EscaperExtension::class)->getDefaultStrategy($node->getTemplateName())) {
/template/twigstarter/vendor/twig/twig/
DCHANGELOG210 * added TemplateWrapper::getTemplateName()
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1166 …d in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, …