public 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

6 methods override Twig_NodeVisitorInterface::getPriority()

File

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

Class

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

Code

public function getPriority();