public function Twig_Extension_Profiler::getNodeVisitors in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Extension/Profiler.php \Twig_Extension_Profiler::getNodeVisitors()
File
- vendor/
twig/ twig/ lib/ Twig/ Extension/ Profiler.php, line 37
Class
Code
public function getNodeVisitors() {
return array(
new Twig_Profiler_NodeVisitor_Profiler($this
->getName()),
);
}