config
class config extends Twig_Extension
Properties
protected config | $config |
Methods
string
getName()
Get the name of this extension
array
getFunctions()
Returns a list of global functions to add to the existing list.
string
get_config()
Retrieves a configuration value for use in templates.
Details
at line 26
__construct(config $config)
Constructor.
at line 36
string
getName()
Get the name of this extension
at line 46
array
getFunctions()
Returns a list of global functions to add to the existing list.
at line 58
string
get_config()
Retrieves a configuration value for use in templates.