CheckReferenceValidityPass
class CheckReferenceValidityPass implements CompilerPassInterface
Checks the validity of references.
The following checks are performed by this pass: - target definitions are not abstract - target definitions are of equal or wider scope - target definitions are in the same scope hierarchy
Methods
process(ContainerBuilder $container) Processes the ContainerBuilder to validate References. |
Details
process(ContainerBuilder $container)
Processes the ContainerBuilder to validate References.
Parameters
ContainerBuilder | $container |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.html