Searched refs:needsEnvironment (Results 1 – 9 of 9) sorted by relevance
96 … '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
36 …* @param bool|null $needsEnvironment Whether the test needs the environment pass…44 public ?bool $needsEnvironment = null,
36 …* @param bool|null $needsEnvironment Whether the function needs the environment …46 public ?bool $needsEnvironment = null,
36 …* @param bool|null $needsEnvironment Whether the filter needs the environment pa…48 public ?bool $needsEnvironment = null,
36 public function needsEnvironment(): bool; function
48 public function needsEnvironment(): bool function in Twig\\TwigTest
101 public function needsEnvironment(): bool function in Twig\\AbstractTwigCallable
87 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(),
194 if ($this->twigCallable->needsEnvironment()) {