Home
last modified time | relevance | path

Searched refs:isSourceSandboxed (Results 1 – 1 of 1) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php62 return $this->sandboxedGlobally || $this->sandboxed || $this->isSourceSandboxed($source);
70 private function isSourceSandboxed(?Source $source): bool function in Twig\\Extension\\SandboxExtension