Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Sandbox/
DSecurityPolicy.php24 private $allowedTags; variable in Twig\\Sandbox\\SecurityPolicy
31 …public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMet… argument
33 $this->allowedTags = $allowedTags;
42 $this->allowedTags = $tags;
85 if (!\in_array($tag, $this->allowedTags, true)) {