class RemovePrivateAliasesPass implements CompilerPassInterface
Remove private aliases from the container. They were only used to establish dependencies between services, and these dependencies have been resolved in one of the previous passes.
process(ContainerBuilder $container) Removes private aliases from the ContainerBuilder. |
Removes private aliases from the ContainerBuilder.
ContainerBuilder | $container |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.html