interface 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 7

Namespace

Drupal\webprofiler\EventDispatcher
View source
interface EventDispatcherTraceableInterface extends EventDispatcherInterface {
    
    /**
     * @return array
     */
    public function getCalledListeners();
    
    /**
     * @return mixed
     */
    public function getNotCalledListeners();

}

Members