ServiceProviderCompilationPass implements CompilerPassInterface
Table of Contents
Interfaces
- CompilerPassInterface
Methods
- __construct() : mixed
- process() : void
- You can modify the container here before it is dumped to PHP code.
Methods
__construct()
public
__construct(ServiceProviderRegistry $registry[, string $registryServiceName = 'service_provider_registry' ]) : mixed
Parameters
- $registry : ServiceProviderRegistry
- $registryServiceName : string = 'service_provider_registry'
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder