EventDispatcherTraceableInterface.php in Devel 8.3
Namespace
Drupal\webprofiler\EventDispatcherFile
webprofiler/src/EventDispatcher/EventDispatcherTraceableInterface.phpView source
<?php
namespace Drupal\webprofiler\EventDispatcher;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
/**
*
*/
interface EventDispatcherTraceableInterface extends EventDispatcherInterface {
/**
* @return array
*/
public function getCalledListeners();
/**
* @return mixed
*/
public function getNotCalledListeners();
}
Interfaces
Name | Description |
---|---|
EventDispatcherTraceableInterface |