function Twig_NodeVisitorInterface::getPriority

Returns the priority for this visitor.

Priority should be between -10 and 10 (0 is the default).

Return value

integer The priority level

4 methods override Twig_NodeVisitorInterface::getPriority()
Twig_NodeVisitor_Escaper::getPriority in drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php
Returns the priority for this visitor.
Twig_NodeVisitor_Optimizer::getPriority in drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php
Returns the priority for this visitor.
Twig_NodeVisitor_SafeAnalysis::getPriority in drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php
Returns the priority for this visitor.
Twig_NodeVisitor_Sandbox::getPriority in drupal/core/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php
Returns the priority for this visitor.

File

drupal/core/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php, line 47

Class

Twig_NodeVisitorInterface
Twig_NodeVisitorInterface is the interface the all node visitor classes must implement.

Code

function getPriority();