Home
last modified time | relevance | path

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

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