Searched refs:checkMethodAllowed (Results 1 – 4 of 4) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | SandboxExtension.php | 80 public function checkMethodAllowed($obj, $method, int $lineno = -1, Source $source = null) function in Twig\\Extension\\SandboxExtension 84 $this->policy->checkMethodAllowed($obj, $method); 112 $this->policy->checkMethodAllowed($obj, '__toString');
|
| D | CoreExtension.php | 1560 …$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); function
|
| D | SecurityPolicy.php | 88 public function checkMethodAllowed($obj, $method) function in Twig\\Sandbox\\SecurityPolicy
|