ResolveReferencesToAliasesPass
class ResolveReferencesToAliasesPass extends AbstractRecursivePass
Replaces all references to aliases with references to the actual service.
Properties
protected ContainerBuilder | $container | from AbstractRecursivePass | |
protected | $currentId | from AbstractRecursivePass |
Methods
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
mixed
processValue(mixed $value, bool $isRoot = false)
Processes a value found in a definition tree.
Details
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.