Symfony2 API
Class

Symfony\Component\DependencyInjection\Compiler\ResolveReferencesToAliasesPass

class ResolveReferencesToAliasesPass implements CompilerPassInterface

Replaces all references to aliases with references to the actual service.

Methods

void process(ContainerBuilder $container)

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

Details

at line 32
public void process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container

Return Value

void