Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
DEscaperNodeVisitor.php60 … $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