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
30 …public function __construct(array $allowedTags = [], array $allowedFilters = [], array $allowedMet… argument
32 $this->allowedTags = $allowedTags;
41 $this->allowedTags = $tags;
70 if (!\in_array($tag, $this->allowedTags)) {