RemoveEmptyControllerArgumentLocatorsPass

class RemoveEmptyControllerArgumentLocatorsPass implements CompilerPassInterface

Removes empty service-locators registered for ServiceValueResolver.

Methods

__construct(string $resolverServiceId = 'argument_resolver.service')
process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Details

__construct(string $resolverServiceId = 'argument_resolver.service')

Parameters

string $resolverServiceId

process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container