RegisterListenersPass
in package
implements
CompilerPassInterface
Compiler pass to register tagged services for an event dispatcher.
Table of Contents
Interfaces
- CompilerPassInterface
Methods
- process() : void
- setHotPathEvents() : $this
- setNoPreloadEvents() : $this
Methods
process()
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder
setHotPathEvents()
public
setHotPathEvents(array<string|int, mixed> $hotPathEvents) : $this
Parameters
- $hotPathEvents : array<string|int, mixed>
Return values
$thissetNoPreloadEvents()
public
setNoPreloadEvents(array<string|int, mixed> $noPreloadEvents) : $this
Parameters
- $noPreloadEvents : array<string|int, mixed>