CheckReferenceValidityPass
class CheckReferenceValidityPass implements CompilerPassInterface
Checks the validity of references.
The following checks are performed by this pass: - target definitions are not abstract
Methods
Details
at line line 37
process(ContainerBuilder $container)
Processes the ContainerBuilder to validate References.