EventDispatcherInterface::getListenerPriority()
  • References/PHP/Symfony/Component/EventDispatcher

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

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

class ImmutableEventDispatcher implements

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
ContainerAwareEventDispatcher::addSubscriberService()
  • References/PHP/Symfony/Component/EventDispatcher

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

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
TraceableEventDispatcher::getListeners()
  • References/PHP/Symfony/Component/EventDispatcher/Debug

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners

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
EventSubscriberInterface
  • References/PHP/Symfony/Component/EventDispatcher

interface EventSubscriberInterface An EventSubscriber knows himself what events he is interested

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

bool offsetExists(string $key) ArrayAccess has argument.

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

removeListener(string $eventName, callable $listener) Removes an event listener from the specified

2025-01-10 15:47:30