Searched refs:NodeOutputInterface (Results 1 – 6 of 6) sorted by relevance
19 interface NodeOutputInterface interface
24 class BlockReferenceNode extends Node implements NodeOutputInterface
24 class TextNode extends Node implements NodeOutputInterface
25 class PrintNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface
25 class IncludeNode extends Node implements NodeOutputInterface, CoercesChildrenToStringInterface
33 use Twig\Node\NodeOutputInterface; alias558 …nstanceof TextNode && !$node instanceof BlockReferenceNode && $node instanceof NodeOutputInterface)584 if ($node instanceof NodeOutputInterface) {