interface EventDispatcherTraceableInterface in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface
- 8.2 webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface
- 4.x webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.php \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface
Hierarchy
- interface \Drupal\webprofiler\EventDispatcher\EventDispatcherTraceableInterface extends \Symfony\Component\EventDispatcher\EventDispatcherInterface
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\EventDispatcherView source
interface EventDispatcherTraceableInterface extends EventDispatcherInterface {
/**
* @return array
*/
public function getCalledListeners();
/**
* @return mixed
*/
public function getNotCalledListeners();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
EventDispatcherTraceableInterface:: |
public | function | 1 | |
EventDispatcherTraceableInterface:: |
public | function | 1 |