AddEventAliasesPass
    
            
            in package
            
        
    
            
            implements
                            CompilerPassInterface                    
    
    
This pass allows bundles to extend the list of event aliases.
Tags
Table of Contents
Interfaces
- CompilerPassInterface
 
Methods
- __construct() : mixed
 - process() : void
 
Methods
__construct()
    public
                    __construct(array<string|int, mixed> $eventAliases) : mixed
    Parameters
- $eventAliases : array<string|int, mixed>
 
process()
    public
                    process(ContainerBuilder $container) : void
    Parameters
- $container : ContainerBuilder