Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Extension/
DAttributeExtension.php96 … 'needs_environment' => $attribute->needsEnvironment ?? $this->needsEnvironment($method),
120 … 'needs_environment' => $attribute->needsEnvironment ?? $this->needsEnvironment($method),
142 … 'needs_environment' => $attribute->needsEnvironment ?? $this->needsEnvironment($method),
166 private function needsEnvironment(\ReflectionFunctionAbstract $function): bool function in Twig\\Extension\\AttributeExtension
/template/twigstarter/vendor/twig/twig/src/Attribute/
DAsTwigTest.php36 …* @param bool|null $needsEnvironment Whether the test needs the environment pass…
44 public ?bool $needsEnvironment = null,
DAsTwigFunction.php36 …* @param bool|null $needsEnvironment Whether the function needs the environment …
46 public ?bool $needsEnvironment = null,
DAsTwigFilter.php36 …* @param bool|null $needsEnvironment Whether the filter needs the environment pa…
48 public ?bool $needsEnvironment = null,
/template/twigstarter/vendor/twig/twig/src/
DTwigCallableInterface.php36 public function needsEnvironment(): bool; function
DTwigTest.php48 public function needsEnvironment(): bool function in Twig\\TwigTest
DAbstractTwigCallable.php101 public function needsEnvironment(): bool function in Twig\\AbstractTwigCallable
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DCallExpression.php87 if ($twigCallable->needsEnvironment()) {
295 if ($twigCallable->needsEnvironment()) {
372 …ute('needs_environment') ? $this->getAttribute('needs_environment') : $current->needsEnvironment(),
383 …ute('needs_environment') ? $this->getAttribute('needs_environment') : $current->needsEnvironment(),
/template/twigstarter/vendor/twig/twig/src/Util/
DCallableArgumentsExtractor.php194 if ($this->twigCallable->needsEnvironment()) {