public function SpyEventDispatcher::getListeners in Hook Event Dispatcher 8
Mock.
@inheritdoc
File
- tests/
src/ Unit/ Preprocess/ Helpers/ SpyEventDispatcher.php, line 127
Class
- SpyEventDispatcher
- Class SpyEventDispatcher.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\Preprocess\HelpersCode
public function getListeners($eventName = NULL) {
throw new BadMethodCallException('This spy does not support this call');
}