You are here

public function TwigNodeVisitor::getPriority in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Template/TwigNodeVisitor.php \Drupal\Core\Template\TwigNodeVisitor::getPriority()

File

core/lib/Drupal/Core/Template/TwigNodeVisitor.php, line 68

Class

TwigNodeVisitor
Provides a TwigNodeVisitor 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;
}