ResolveInvalidReferencesPass
in package
implements
CompilerPassInterface
Emulates the invalid behavior if the reference is not found within the container.
Tags
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Properties
- $container : mixed
- $currentId : string
- $signalingException : mixed
Methods
- process() : mixed
- Process the ContainerBuilder to resolve invalid references.
- processValue() : mixed
- Processes arguments to determine invalid references.
Properties
$container
private
mixed
$container
$currentId
private
string
$currentId
$signalingException
private
mixed
$signalingException
Methods
process()
Process the ContainerBuilder to resolve invalid references.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder
processValue()
Processes arguments to determine invalid references.
private
processValue(mixed $value[, int $rootLevel = 0 ][, int $level = 0 ]) : mixed
Parameters
- $value : mixed
- $rootLevel : int = 0
- $level : int = 0