| /template/twigstarter/vendor/twig/twig/src/ |
| D | Template.php | 55 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()) {
|
| D | TemplateWrapper.php | 129 public function getTemplateName(): string function in Twig\\TemplateWrapper 131 return $this->template->getTemplateName();
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | EmbedNode.php | 40 ->repr($this->getTemplateName())
|
| D | DeprecatedNode.php | 49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
|
| D | ImportNode.php | 54 ->repr($this->getTemplateName())
|
| D | IncludeNode.php | 83 ->repr($this->getTemplateName())
|
| D | ModuleNode.php | 200 ->repr($node->getTemplateName()) 461 ->repr($node->getTemplateName())
|
| D | Node.php | 195 public function getTemplateName() function in Twig\\Node\\Node
|
| /template/twigstarter/vendor/twig/twig/src/Error/ |
| D | Error.php | 204 …if (null === $this->name || ($this->name == $trace['object']->getTemplateName() && !$isEmbedContai… 213 $this->name = $template->getTemplateName();
|
| /template/twigstarter/vendor/twig/twig/src/Node/Expression/ |
| D | BlockReferenceExpression.php | 61 ->repr($this->getTemplateName())
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | EmbedTokenParser.php | 58 …return new EmbedNode($module->getTemplateName(), $module->getAttribute('index'), $variables, $only…
|
| /template/twigstarter/vendor/twig/twig/src/Profiler/NodeVisitor/ |
| D | ProfilerNodeVisitor.php | 47 …new EnterProfileNode($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $this->var…
|
| /template/strap/ComboStrap/ |
| H A D | TemplateForWebPage.php | 151 $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/ |
| D | EscaperNodeVisitor.php | 50 …tegy = $env->getExtension(EscaperExtension::class)->getDefaultStrategy($node->getTemplateName())) {
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 210 * added TemplateWrapper::getTemplateName()
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 1166 …d in template "%s".', substr($method, \strlen('macro_')), $template->getTemplateName()), $lineno, …
|