AutoAliasServicePass
in package
implements
CompilerPassInterface
Sets a service to be an alias of another one, given a format pattern.
Interfaces, Classes and Traits
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Table of Contents
- $privateAliases : mixed
- process() : mixed
- You can modify the container here before it is dumped to PHP code.
Properties
$privateAliases
private
mixed
$privateAliases
= []
Methods
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : mixed
Parameters
- $container : ContainerBuilder