Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DSandboxExtension.php14 use Twig\NodeVisitor\SandboxNodeVisitor; alias
47 return [new SandboxNodeVisitor()];
/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DSandboxNodeVisitor.php36 final class SandboxNodeVisitor implements NodeVisitorInterface class