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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.3/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.html