RegisterControllerArgumentLocatorsPass

class RegisterControllerArgumentLocatorsPass implements CompilerPassInterface

Creates the service-locators required by ServiceValueResolver.

Methods

__construct($resolverServiceId = 'argument_resolver.service', $controllerTag = 'controller.service_arguments')
process(ContainerBuilder $container)

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

Details

__construct($resolverServiceId = 'argument_resolver.service', $controllerTag = 'controller.service_arguments')

Parameters

$resolverServiceId
$controllerTag

process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container