Home
last modified time | relevance | path

Searched defs:isSandboxed (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1047 public static function sort(Environment $env, bool $isSandboxed, $array, $arrow = null): array
1948 …public static function column(Environment $env, bool $isSandboxed, $array, $name, $index = null): …
1981 public static function filter(Environment $env, bool $isSandboxed, $array, $arrow)
2002 public static function find(Environment $env, bool $isSandboxed, $array, $arrow)
2024 public static function map(Environment $env, bool $isSandboxed, $array, $arrow)
2045 …public static function reduce(Environment $env, bool $isSandboxed, $array, $arrow, $initial = null)
2066 public static function arraySome(Environment $env, $array, $arrow, bool $isSandboxed = false)
2088 public static function arrayEvery(Environment $env, $array, $arrow, bool $isSandboxed = false)
2108 public static function checkArrow(bool $isSandboxed, $arrow, $thing, $type)
DSandboxExtension.php60 public function isSandboxed(?Source $source = null): bool function in Twig\\Extension\\SandboxExtension