class TestParser in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/twig/twig/test/Twig/Tests/ParserTest.php \TestParser
- 8.0 core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php \Drupal\aggregator_test\Plugin\aggregator\parser\TestParser
Same name and namespace in other branches
Hierarchy
- class \Twig_Parser implements Twig_ParserInterface
- class \TestParser
Expanded class hierarchy of TestParser
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ ParserTest.php, line 148
View source
class TestParser extends Twig_Parser {
public $stream;
public function filterBodyNodes(Twig_NodeInterface $node) {
return parent::filterBodyNodes($node);
}
}