Searched refs:filterBodyNodes (Results 1 – 2 of 2) sorted by relevance
72 $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 TestParser191 return parent::filterBodyNodes($node);
124 if (null !== $this->parent && null === $body = $this->filterBodyNodes($body)) {393 protected function filterBodyNodes(\Twig_NodeInterface $node) function in Twig\\Parser422 if (null !== $n && null === $this->filterBodyNodes($n)) {