function Twig_ExtensionInterface::getNodeVisitors

Returns the node visitor instances to add to the existing list.

Return value

array An array of Twig_NodeVisitorInterface instances

1 method overrides Twig_ExtensionInterface::getNodeVisitors()
Twig_Extension::getNodeVisitors in drupal/core/vendor/twig/twig/lib/Twig/Extension.php
Returns the node visitor instances to add to the existing list.

File

drupal/core/vendor/twig/twig/lib/Twig/ExtensionInterface.php, line 41

Class

Twig_ExtensionInterface
Interface implemented by extension classes.

Code

function getNodeVisitors();