Searched refs:needEscaping (Results 1 – 1 of 1) sorted by relevance
60 … $this->statusStack[] = $this->blocks[$node->getAttribute('name')] ?? $this->needEscaping();76 } elseif ($node instanceof PrintNode && false !== $type = $this->needEscaping()) {90 $this->blocks[$node->getAttribute('name')] = $this->needEscaping();163 private function needEscaping(): string|bool function in Twig\\NodeVisitor\\EscaperNodeVisitor