public TwigNodeVisitor::getPriority()
File
- core/lib/Drupal/Core/Template/TwigNodeVisitor.php, line 60
Class
- TwigNodeVisitor
- Provides a Twig_NodeVisitor to change the generated parse-tree.
Namespace
Drupal\Core\Template
Code
public function getPriority() {
// Just above the Optimizer, which is the normal last one.
return 256;
}
Please login to continue.