Searched refs:needsIsSandboxed (Results 1 – 7 of 7) sorted by relevance
38 …* @param bool|null $needsIsSandboxed Whether the test needs the current sandbox …46 public ?bool $needsIsSandboxed = null,
38 …* @param bool|null $needsIsSandboxed Whether the function needs the current sand…48 public ?bool $needsIsSandboxed = null,
38 …* @param bool|null $needsIsSandboxed Whether the filter needs the current sandbo…50 public ?bool $needsIsSandboxed = null,
103 if (self::needsIsSandboxed($twigCallable)) {301 if (self::needsIsSandboxed($twigCallable)) {339 public static function needsIsSandboxed(TwigCallableInterface $twigCallable): bool function in Twig\\Node\\Expression\\CallExpression342 return $twigCallable->needsIsSandboxed();364 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),375 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),386 …eeds_is_sandboxed') ? $this->getAttribute('needs_is_sandboxed') : self::needsIsSandboxed($current),
98 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,122 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,144 'needs_is_sandboxed' => $attribute->needsIsSandboxed ?? false,
111 public function needsIsSandboxed(): bool function in Twig\\AbstractTwigCallable
200 if (CallExpression::needsIsSandboxed($this->twigCallable)) {