addSubscriberService(string $serviceId, string $class) Adds a service as event subscriber.
stopPropagation() Stops the propagation of the event to further event listeners. If multiple
array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners
int|null getListenerPriority(string $eventName, callable $listener) Gets the listener priority
interface EventSubscriberInterface An EventSubscriber knows himself what events he is interested
Interfaces
class EventDispatcher implements
bool offsetExists(string $key) ArrayAccess has argument.
getContainer()
removeListener(string $eventName, callable $listener) Removes an event listener from the specified
Page 1 of 8