Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EventDispatcherInterface.php

function EventDispatcherInterface::removeSubscriber

3 methods override EventDispatcherInterface::removeSubscriber()
EventDispatcher::removeSubscriber in vendor/symfony/event-dispatcher/EventDispatcher.php
ImmutableEventDispatcher::removeSubscriber in vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
TraceableEventDispatcher::removeSubscriber in vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php

File

vendor/symfony/event-dispatcher/EventDispatcherInterface.php, line 46

Class

EventDispatcherInterface
The EventDispatcherInterface is the central point of Symfony's event listener system. Listeners are registered on the manager and events are dispatched through the manager.

Namespace

Symfony\Component\EventDispatcher

Code

public function removeSubscriber(EventSubscriberInterface $subscriber) : void;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal