function ComponentNodeVisitor::getPriority

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

File

core/lib/Drupal/Core/Template/ComponentNodeVisitor.php, line 124

Class

ComponentNodeVisitor
Provides a ComponentNodeVisitor to change the generated parse-tree.

Namespace

Drupal\Core\Template

Code

public function getPriority() : int {
  return 250;
}

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