You are here

interface EventDispatcherTraceableInterface in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface
  2. 8 webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface
  3. 8.2 webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface

Hierarchy

Expanded class hierarchy of EventDispatcherTraceableInterface

All classes that implement EventDispatcherTraceableInterface

1 file declares its use of EventDispatcherTraceableInterface
EventsDataCollector.php in webprofiler/src/DataCollector/EventsDataCollector.php

File

webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php, line 10

Namespace

Drupal\webprofiler\EventDispatcher
View source
interface EventDispatcherTraceableInterface extends EventDispatcherInterface {

  /**
   * @return array
   */
  public function getCalledListeners();

  /**
   * @return mixed
   */
  public function getNotCalledListeners();

}

Members