W3cubDocs

/Symfony 3.0

Symfony\Component\DependencyInjection\Compiler\CheckReferenceValidityPass

class CheckReferenceValidityPass implements CompilerPassInterface

Checks the validity of references.

The following checks are performed by this pass: - target definitions are not abstract

Methods

process(ContainerBuilder $container)

Processes the ContainerBuilder to validate References.

Details

public process(ContainerBuilder $container)

Processes the ContainerBuilder to validate References.

Parameters

ContainerBuilder $container