Home
last modified time | relevance | path

Searched refs:addGlobal (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php237 $twig->addGlobal('global', 'global');
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php888 public function addGlobal(string $name, $value) function in Twig\\Environment