Returns the priority for this visitor.
Priority should be between -10 and 10 (0 is the default).
Return value
integer The priority level
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();