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

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

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

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

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

removeSubscriber(

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

wasCalled()

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

class GenericEvent extends Event

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

mixed getArgument(string $key) Get argument by key.

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

addSubscriber(

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

array getCalledListeners() Gets the called listeners.

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

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

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

bool hasArgument(string $key) Has argument.

2025-01-10 15:47:30