Symfony2 API
Class

Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass

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.

Methods

void process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Details

at line 30
public void process(ContainerBuilder $container)

You can modify the container here before it is dumped to PHP code.

Parameters

ContainerBuilder $container

Return Value

void