Home
last modified time | relevance | path

Searched refs:globals (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php40 private $globals; variable in Twig\\ExtensionSet
319 if (null !== $this->globals) {
320 return $this->globals;
323 $globals = [];
334 $globals = array_merge($globals, $extGlobals);
338 $this->globals = $globals;
341 return $globals;
DEnvironment.php57 private $globals = []; variable in Twig\\Environment
912 $this->globals[$name] = $value;
927 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);
933 return array_merge($this->extensionSet->getGlobals(), $this->globals);
/template/twigstarter/vendor/twig/twig/
DCHANGELOG190 …* fixed the "with" behavior to always include the globals (for consistency with the "include" and …