Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php58 …e->getAttribute('name')]) ? $this->blocks[$node->getAttribute('name')] : $this->needEscaping($env);
74 } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping($env)) {
86 $this->blocks[$node->getAttribute('name')] = $this->needEscaping($env);
184 private function needEscaping(Environment $env) function in Twig\\NodeVisitor\\EscaperNodeVisitor