ImmutableEventDispatcher
  • References/PHP/Symfony/Component/EventDispatcher

class ImmutableEventDispatcher implements

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

addSubscriber(

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

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

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

removeSubscriber(

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

class EventDispatcher implements

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

getContainer()

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

interface EventDispatcherInterface The EventDispatcherInterface is the central point of Symfony's

2025-01-10 15:47:30