ReplaceAliasByActualDefinitionPass
class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface
Replaces aliases with actual service definitions, effectively removing these aliases.
Methods
|  process(ContainerBuilder $container)  Process the Container to replace aliases with service definitions.  |  
Details
process(ContainerBuilder $container)
Process the Container to replace aliases with service definitions.
Parameters
| ContainerBuilder | $container | 
Exceptions
| InvalidArgumentException | if the service definition does not exist | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.html