Home
last modified time | relevance | path

Searched defs:enterNode (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DNodeVisitorInterface.php28 public function enterNode(\Twig_NodeInterface $node, Environment $env); function
H A DAbstractNodeVisitor.php24 final public function enterNode(\Twig_NodeInterface $node, Environment $env) function in Twig\\NodeVisitor\\AbstractNodeVisitor
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php647 public function enterNode(Twig_NodeInterface $node, Environment $env) function in Twig_Tests_EnvironmentTest_NodeVisitor
H A DTemplateTest.php789 public function enterNode(Twig_NodeInterface $node, Environment $env) function in CExtDisablingNodeVisitor