Symfony2 API
Class

Symfony\Component\DependencyInjection\Compiler\ResolveInvalidReferencesPass

class ResolveInvalidReferencesPass implements CompilerPassInterface

Emulates the invalid behavior if the reference is not found within the container.

Methods

process(ContainerBuilder $container)

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

Details

at line 34
public process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container