You are here

public function Twig_NodeVisitorInterface::getPriority in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/twig/twig/lib/Twig/NodeVisitorInterface.php \Twig_NodeVisitorInterface::getPriority()

Returns the priority for this visitor.

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

Return value

int The priority level

7 methods override Twig_NodeVisitorInterface::getPriority()
CExtDisablingNodeVisitor::getPriority in vendor/twig/twig/test/Twig/Tests/TemplateTest.php
Returns the priority for this visitor.
Twig_NodeVisitor_Escaper::getPriority in vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php
Returns the priority for this visitor.
Twig_NodeVisitor_Optimizer::getPriority in vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php
Returns the priority for this visitor.
Twig_NodeVisitor_SafeAnalysis::getPriority in vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php
Returns the priority for this visitor.
Twig_NodeVisitor_Sandbox::getPriority in vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php
Returns the priority for this visitor.

... See full list

File

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();