Home
last modified time | relevance | path

Searched refs:getExtensions (Results 1 – 6 of 6) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php59 protected function getExtensions() function in Twig\\Test\\IntegrationTestCase
242 foreach ($this->getExtensions() as $extension) {
/template/bootstrap3/tpl/
Dmenu-user.php48 $extensions = (new Local())->getExtensions();
/template/twigstarter/vendor/twig/twig/src/
DEnvironment.php707 public function getExtensions(): array function in Twig\\Environment
709 return $this->extensionSet->getExtensions();
DTemplate.php49 $this->extensions = $env->getExtensions();
DExtensionSet.php114 public function getExtensions(): array function in Twig\\ExtensionSet
/template/strap/
H A Dcli.php615 $extensions = (new Local())->getExtensions();