ContainerAwareEventDispatcher::getContainer()
  • References/PHP/Symfony/Component/EventDispatcher

getContainer()

2025-01-10 15:47:30
ContainerAwareEventDispatcher::addListenerService()
  • References/PHP/Symfony/Component/EventDispatcher

addListenerService(string $eventName, array $callback, int $priority) Adds a service as event listener

2025-01-10 15:47:30
GenericEvent::offsetSet()
  • References/PHP/Symfony/Component/EventDispatcher

offsetSet(string $key, mixed $value) ArrayAccess for argument setter.

2025-01-10 15:47:30
EventDispatcher::removeSubscriber()
  • References/PHP/Symfony/Component/EventDispatcher

removeSubscriber(

2025-01-10 15:47:30
ContainerAwareEventDispatcher::addSubscriberService()
  • References/PHP/Symfony/Component/EventDispatcher

addSubscriberService(string $serviceId, string $class) Adds a service as event subscriber.

2025-01-10 15:47:30
ImmutableEventDispatcher::addSubscriber()
  • References/PHP/Symfony/Component/EventDispatcher

addSubscriber(

2025-01-10 15:47:30
ContainerAwareEventDispatcher::getListenerPriority()
  • References/PHP/Symfony/Component/EventDispatcher

int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority

2025-01-10 15:47:30
Component\EventDispatcher\Debug
  • References/PHP/Symfony/Component/EventDispatcher

Interfaces

2025-01-10 15:47:30
ImmutableEventDispatcher::hasListeners()
  • References/PHP/Symfony/Component/EventDispatcher

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners

2025-01-10 15:47:30
Event::stopPropagation()
  • References/PHP/Symfony/Component/EventDispatcher

stopPropagation() Stops the propagation of the event to further event listeners. If multiple

2025-01-10 15:47:30