Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php917 public function resetGlobals(): void function in Twig\\Environment
920 $this->extensionSet->resetGlobals();
DExtensionSet.php375 public function resetGlobals(): void function in Twig\\ExtensionSet
/template/twigstarter/vendor/twig/twig/
DCHANGELOG213 * Add the possibility to reset globals via `Environment::resetGlobals()`