RemoveEmptyControllerArgumentLocatorsPass
    
            
            in package
            
        
    
            
            implements
                            CompilerPassInterface                    
    
    
        
            Removes empty service-locators registered for ServiceValueResolver.
Tags
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $controllerLocator : mixed
- __construct() : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$controllerLocator
    private
        mixed
    $controllerLocator
    
        
        
    
Methods
__construct()
    public
                __construct([string $controllerLocator = 'argument_resolver.controller_locator' ]) : mixed
        
        Parameters
- $controllerLocator : string = 'argument_resolver.controller_locator'
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
    public
                process(ContainerBuilder $container) : mixed
    
        Parameters
- $container : ContainerBuilder