Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php56 …e->getAttribute('name')]) ? $this->blocks[$node->getAttribute('name')] : $this->needEscaping($env);
73 return $this->escapePrintNode($node, $env, $this->needEscaping($env));
79 $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env);
142 protected function needEscaping(Environment $env) function in Twig\\NodeVisitor\\EscaperNodeVisitor