Home
last modified time | relevance | path

Searched refs:IncludeNode (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php15 use Twig\Node\IncludeNode; alias
39 if (!$body instanceof IncludeNode) {
45 if (!$node instanceof IncludeNode) {
H A DIncludeTokenParser.php15 use Twig\Node\IncludeNode; alias
33 …return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine(), $this->getTag(…
/template/twigstarter/vendor/twig/twig/lib/Twig/Node/
H A DInclude.php3 use Twig\Node\IncludeNode; alias
11 class Twig_Node_Include extends IncludeNode
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DOptimizerNodeVisitor.php24 use Twig\Node\IncludeNode; alias
160 elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) {
/template/twigstarter/vendor/twig/twig/src/Node/
H A DEmbedNode.php23 class EmbedNode extends IncludeNode
H A DIncludeNode.php23 class IncludeNode extends Node implements NodeOutputInterface class