Snippets tagged “parameter-bag”
1 snippet uses this tag.
- How to access an application parameters from a service?PHP
In PHP, you can access application parameters from a service by injecting the ParameterBag object into the service class constructor.