You are here

public function Twig_Extension::getNodeVisitors in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/Extension.php \Twig_Extension::getNodeVisitors()

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

Return value

Twig_NodeVisitorInterface[] An array of Twig_NodeVisitorInterface instances

Overrides Twig_ExtensionInterface::getNodeVisitors

File

vendor/twig/twig/lib/Twig/Extension.php, line 33

Class

Twig_Extension

Code

public function getNodeVisitors() {
  return array();
}