Class RegisterListenersPass
Compiler pass to register tagged services for an event dispatcher.
- Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass implements Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface
Namespace: Symfony\Component\EventDispatcher\DependencyInjection
Located at DependencyInjection/RegisterListenersPass.php
Located at DependencyInjection/RegisterListenersPass.php
public
|
#
__construct( string $dispatcherService = 'event_dispatcher', string $listenerTag = 'kernel.event_listener', string $subscriberTag = 'kernel.event_subscriber' )
Constructor. |
public
|
protected
string
|
$dispatcherService
|
|
protected
string
|
$listenerTag
|
|
protected
string
|
$subscriberTag
|