Searched refs:IncludeNode (Results 1 – 5 of 5) sorted by relevance
15 use Twig\Node\IncludeNode; alias44 if ($body instanceof IncludeNode) {52 if (!$node instanceof IncludeNode) {
16 use Twig\Node\IncludeNode; alias37 return new IncludeNode($expr, $variables, $only, $ignoreMissing, $token->getLine());
23 use Twig\Node\IncludeNode; alias156 elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) {
25 class EmbedNode extends IncludeNode
25 class IncludeNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface class