Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/NodeVisitor/
H A DEscaperNodeVisitor.php76 …if ($expression instanceof ConditionalExpression && $this->shouldUnwrapConditional($expression, $e…
92 …private function shouldUnwrapConditional(ConditionalExpression $expression, Environment $env, $typ… function in Twig\\NodeVisitor\\EscaperNodeVisitor
104 …if ($expr2 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr2, $env, $type)…
110 …if ($expr3 instanceof ConditionalExpression && $this->shouldUnwrapConditional($expr3, $env, $type)…