Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php93 if ($this->isSafeFor($type, $expression, $env)) {
115 if ($this->isSafeFor($type, $node, $env)) {
124 protected function isSafeFor($type, \Twig_NodeInterface $expression, $env) function in Twig\\NodeVisitor\\EscaperNodeVisitor