Home
last modified time | relevance | path

Searched refs:embeddedTemplates (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php33 …$blocks, \Twig_NodeInterface $macros, \Twig_NodeInterface $traits, $embeddedTemplates, $name, $sou… argument
64 'embedded_templates' => $embeddedTemplates,
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php50 protected $embeddedTemplates = []; variable in Twig\\Parser
118 $this->embeddedTemplates = [];
139 …->blocks), new Node($this->macros), new Node($this->traits), $this->embeddedTemplates, $stream->ge…
327 $this->embeddedTemplates[] = $template;