public function Twig_Extension_Sandbox::isSandboxedGlobally in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/twig/twig/lib/Twig/Extension/Sandbox.php \Twig_Extension_Sandbox::isSandboxedGlobally()
File
- vendor/
twig/ twig/ lib/ Twig/ Extension/ Sandbox.php, line 48
Class
Code
public function isSandboxedGlobally() {
return $this->sandboxedGlobally;
}