Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php73 return $this->escapePrintNode($node, $env, $this->needEscaping($env));
85 protected function escapePrintNode(PrintNode $node, Environment $env, $type) function in Twig\\NodeVisitor\\EscaperNodeVisitor