Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php127 … return new InlinePrint($this->getEscaperFilter($type, $expression), $node->getTemplateLine());
144 return new $class($this->getEscaperFilter($type, $expression), $node->getTemplateLine());
161 $filter->setNode('node', $this->getEscaperFilter($type, $node));
193 private function getEscaperFilter(string $type, Node $node): FilterExpression function in Twig\\NodeVisitor\\EscaperNodeVisitor