public function Twig_ExtensionInterface::getNodeVisitors in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/lib/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getNodeVisitors()
Returns the node visitor instances to add to the existing list.
Return value
Twig_NodeVisitorInterface[] An array of Twig_NodeVisitorInterface instances
1 method overrides Twig_ExtensionInterface::getNodeVisitors()
- Twig_Extension::getNodeVisitors in vendor/
twig/ twig/ lib/ Twig/ Extension.php - Returns the node visitor instances to add to the existing list.
File
- vendor/
twig/ twig/ lib/ Twig/ ExtensionInterface.php, line 42
Class
- Twig_ExtensionInterface
- Interface implemented by extension classes.
Code
public function getNodeVisitors();