public function TwigNodeVisitor::getPriority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Template/TwigNodeVisitor.php \Drupal\Core\Template\TwigNodeVisitor::getPriority()
File
- core/
lib/ Drupal/ Core/ Template/ TwigNodeVisitor.php, line 65 - Contains \Drupal\Core\Template\TwigNodeVisitor.
Class
- TwigNodeVisitor
- Provides a Twig_NodeVisitor to change the generated parse-tree.
Namespace
Drupal\Core\TemplateCode
public function getPriority() {
// Just above the Optimizer, which is the normal last one.
return 256;
}