function TwigNodeVisitor::getPriority

File

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

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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.