ConfigParam
class ConfigParam extends AbstractExtension
Twig extension to display the Container's parameter using `configParam('YOUR_PARAMETER_NAME')
Properties
private ContainerInterface | $container | Stores ContainerInterface |
Methods
__construct(ContainerInterface $container)
No description
getFunctions()
No description
string
configParam($parameter)
Returns the specified container's parameter
Details
at line 29
__construct(ContainerInterface $container)
at line 34
getFunctions()
at line 48
string
configParam($parameter)
Returns the specified container's parameter