Searched refs:checkMethodAllowed (Results 1 – 4 of 4) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | SandboxExtension.php | 96 … public function checkMethodAllowed($obj, $method, int $lineno = -1, ?Source $source = null): void function in Twig\\Extension\\SandboxExtension 100 $this->policy->checkMethodAllowed($obj, $method); 166 $this->policy->checkMethodAllowed($obj, '__toString');
|
| D | CoreExtension.php | 1897 …$env->getExtension(SandboxExtension::class)->checkMethodAllowed($object, $method, $lineno, $source…
|
| /template/twigstarter/vendor/twig/twig/src/Sandbox/ |
| D | SecurityPolicyInterface.php | 36 public function checkMethodAllowed($obj, $method): void; function
|
| D | SecurityPolicy.php | 117 public function checkMethodAllowed($obj, $method): void function in Twig\\Sandbox\\SecurityPolicy
|