function AbstractExtension::getNodeVisitors
Overrides ExtensionInterface::getNodeVisitors
9 methods override AbstractExtension::getNodeVisitors()
- ComponentsTwigExtension::getNodeVisitors in core/
lib/ Drupal/ Core/ Template/ ComponentsTwigExtension.php - Returns the node visitor instances to add to the existing list.
- CoreExtension::getNodeVisitors in vendor/
twig/ twig/ src/ Extension/ CoreExtension.php - Returns the node visitor instances to add to the existing list.
- EscaperExtension::getNodeVisitors in vendor/
twig/ twig/ src/ Extension/ EscaperExtension.php - Returns the node visitor instances to add to the existing list.
- OptimizerExtension::getNodeVisitors in vendor/
twig/ twig/ src/ Extension/ OptimizerExtension.php - Returns the node visitor instances to add to the existing list.
- ProfilerExtension::getNodeVisitors in vendor/
twig/ twig/ src/ Extension/ ProfilerExtension.php - Returns the node visitor instances to add to the existing list.
File
-
vendor/
twig/ twig/ src/ Extension/ AbstractExtension.php, line 21
Class
Namespace
Twig\ExtensionCode
public function getNodeVisitors() {
return [];
}