Home
last modified time | relevance | path

Searched refs:filterBodyNodes (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DParserTest.php72 $this->assertEquals($expected, $parser->filterBodyNodes($input));
101 $parser->filterBodyNodes($input);
117 …$this->assertNull($this->getParser()->filterBodyNodes(new TextNode(\chr(0xEF).\chr(0xBB).\chr(0xBF…
189 public function filterBodyNodes(Twig_NodeInterface $node) function in TestParser
191 return parent::filterBodyNodes($node);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php124 if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) {
393 protected function filterBodyNodes(\Twig_NodeInterface $node) function in Twig\\Parser
422 if (null !== $n && null === $this->filterBodyNodes($n)) {