Symfony2 API
Class

Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass

class ReplaceAliasByActualDefinitionPass implements CompilerPassInterface

Replaces aliases with actual service definitions, effectively removing these aliases.

Methods

process(ContainerBuilder $container)

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

Details

at line 37
public process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container