Home
last modified time | relevance | path

Searched refs:needsEnvironment (Results 1 – 4 of 4) sorted by last modified time

/template/twigstarter/vendor/twig/twig/src/
H A DTwigFilter.php92 public function needsEnvironment() function in Twig\\TwigFilter
H A DTwigFunction.php90 public function needsEnvironment() function in Twig\\TwigFunction
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php32 $this->setAttribute('needs_environment', $filter->needsEnvironment());
H A DFunctionExpression.php31 $this->setAttribute('needs_environment', $function->needsEnvironment());