TwigNodeVisitor::getPriority

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;
}
doc_Drupal
2016-10-29 09:49:45
Comments
Leave a Comment

Please login to continue.