symfony / 3.2 / symfony / component / dependencyinjection / compiler / checkexceptiononinvalidreferencebehaviorpass.html

CheckExceptionOnInvalidReferenceBehaviorPass

class CheckExceptionOnInvalidReferenceBehaviorPass implements CompilerPassInterface

Checks that all references are pointing to a valid service.

Methods

process(ContainerBuilder $container)

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

Details

process(ContainerBuilder $container)

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

Parameters

ContainerBuilder $container