class ResolveParameterPlaceHoldersPass implements CompilerPassInterface
Resolves all parameter placeholders "%somevalue%" to their real values.
Methods
|
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code. |
Details
at line 31
public
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.