RemovePrivateAliasesPass
class RemovePrivateAliasesPass implementsCompilerPassInterface
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.
Methods
void
process(ContainerBuilder$container)
Removes private aliases from the ContainerBuilder.