Home
last modified time | relevance | path

Searched refs:SandboxNodeVisitor (Results 1 – 3 of 3) sorted by path

/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/NodeVisitor/
H A DSandbox.php3 use Twig\NodeVisitor\SandboxNodeVisitor; alias
8 class Twig_NodeVisitor_Sandbox extends SandboxNodeVisitor
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DSandboxExtension.php14 use Twig\NodeVisitor\SandboxNodeVisitor; alias
40 return [new SandboxNodeVisitor()];
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php33 class SandboxNodeVisitor extends AbstractNodeVisitor class