Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php88 $this->wrapArrayNode($node, 'arguments');
91 $this->wrapArrayNode($node, 'arguments');
123 private function wrapArrayNode(Node $node, string $name) function in Twig\\NodeVisitor\\SandboxNodeVisitor