AddEventAliasesPass
in package
implements
CompilerPassInterface
This pass allows bundles to extend the list of event aliases.
Tags
Table of Contents
Interfaces
- CompilerPassInterface
- Interface that must be implemented by compilation passes.
Properties
- $eventAliases : array<string|int, mixed>
Methods
- __construct() : mixed
- process() : void
- You can modify the container here before it is dumped to PHP code.
Properties
$eventAliases
private
array<string|int, mixed>
$eventAliases
Methods
__construct()
public
__construct(array<string|int, mixed> $eventAliases) : mixed
Parameters
- $eventAliases : array<string|int, mixed>
process()
You can modify the container here before it is dumped to PHP code.
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder