function RemoveCheckToStringNodeVisitor::getPriority
File
-
core/
lib/ Drupal/ Core/ Template/ RemoveCheckToStringNodeVisitor.php, line 51
Class
- RemoveCheckToStringNodeVisitor
- Defines a TwigNodeVisitor that replaces CheckToStringNodes.
Namespace
Drupal\Core\TemplateCode
public function getPriority() {
// Runs after sandbox visitor.
return 1;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.