You are here

public function Twig_ExtensionInterface::getGlobals in Translation template extractor 6.3

Same name and namespace in other branches
  1. 7.3 vendor/Twig/ExtensionInterface.php \Twig_ExtensionInterface::getGlobals()

Returns a list of global variables to add to the existing list.

Return value

array An array of global variables

1 method overrides Twig_ExtensionInterface::getGlobals()
Twig_Extension::getGlobals in vendor/Twig/Extension.php
Returns a list of global variables to add to the existing list.

File

vendor/Twig/ExtensionInterface.php, line 75

Class

Twig_ExtensionInterface
Interface implemented by extension classes.

Code

public function getGlobals();