You are here

public function Twig_Extension_Sandbox::isSandboxedGlobally in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Twig_Extension_Sandbox

Code

public function isSandboxedGlobally() {
  return $this->sandboxedGlobally;
}