public function Twig_NodeVisitor_Sandbox::getPriority in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php \Twig_NodeVisitor_Sandbox::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/ lib/ Twig/ NodeVisitor/ Sandbox.php, line 78
Class
- Twig_NodeVisitor_Sandbox
- Twig_NodeVisitor_Sandbox implements sandboxing.
Code
public function getPriority() {
return 0;
}