Searched refs:isSourceSandboxed (Results 1 – 1 of 1) sorted by relevance
62 return $this->sandboxedGlobally || $this->sandboxed || $this->isSourceSandboxed($source);70 private function isSourceSandboxed(?Source $source): bool function in Twig\\Extension\\SandboxExtension