Searched refs:resolvedGlobals (Results 1 – 1 of 1) sorted by relevance
63 private $resolvedGlobals; variable in Twig\\Environment894 if (null !== $this->resolvedGlobals) {895 $this->resolvedGlobals[$name] = $value;907 if (null === $this->resolvedGlobals) {908 … $this->resolvedGlobals = array_merge($this->extensionSet->getGlobals(), $this->globals);911 return $this->resolvedGlobals;919 $this->resolvedGlobals = null;