class RegisterListenersPass in Zircon Profile 8.0
Same name in this branch
- 8.0 vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php \Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass
- 8.0 vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php \Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/DependencyInjection/RegisterListenersPass.php \Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass
Compiler pass to register tagged services for an event dispatcher.
Hierarchy
- class \Symfony\Component\EventDispatcher\DependencyInjection\RegisterListenersPass implements CompilerPassInterface
- class \Symfony\Component\HttpKernel\DependencyInjection\RegisterListenersPass
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\DependencyInjectionView source
class RegisterListenersPass extends BaseRegisterListenersPass {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RegisterListenersPass:: |
protected | property | ||
RegisterListenersPass:: |
protected | property | ||
RegisterListenersPass:: |
protected | property | ||
RegisterListenersPass:: |
public | function |
You can modify the container here before it is dumped to PHP code. Overrides CompilerPassInterface:: |
|
RegisterListenersPass:: |
public | function | Constructor. |