You are here

class RegisterListenersPass in Zircon Profile 8

Same name in this branch
  1. 8 vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php \Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass
  2. 8 vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php \Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass
Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php \Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass

Compiler pass to register tagged services for an event dispatcher.

Hierarchy

Expanded class hierarchy of RegisterListenersPass

Deprecated

since version 2.5, to be removed in 3.0. Use the Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass class instead.

File

vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php, line 23

Namespace

Symfony\Component\HttpKernel\DependencyInjection
View source
class RegisterListenersPass extends BaseRegisterListenersPass {

}

Members

Namesort descending Modifiers Type Description Overrides
RegisterListenersPass::$dispatcherService protected property
RegisterListenersPass::$listenerTag protected property
RegisterListenersPass::$subscriberTag protected property
RegisterListenersPass::process public function You can modify the container here before it is dumped to PHP code. Overrides CompilerPassInterface::process
RegisterListenersPass::__construct public function Constructor.