public function Twig_Tests_EnvironmentTest_NodeVisitor::getPriority in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/twig/twig/test/Twig/Tests/EnvironmentTest.php \Twig_Tests_EnvironmentTest_NodeVisitor::getPriority()
Returns the priority for this visitor.
Priority should be between -10 and 10 (0 is the default).
Return value
int The priority level
Overrides Twig_NodeVisitorInterface::getPriority
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ EnvironmentTest.php, line 299
Class
Code
public function getPriority() {
return 0;
}