Searched refs:needEscaping (Results 1 – 1 of 1) sorted by relevance
56 …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