public function FakeEvent::getDispatcherType in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 8 tests/src/Unit/Manager/FakeEvent.php \Drupal\Tests\hook_event_dispatcher\Unit\Manager\FakeEvent::getDispatcherType()
- 3.x tests/src/Unit/Manager/FakeEvent.php \Drupal\Tests\hook_event_dispatcher\Unit\Manager\FakeEvent::getDispatcherType()
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- tests/
src/ Unit/ Manager/ FakeEvent.php, line 38
Class
- FakeEvent
- Class FakeEvent.
Namespace
Drupal\Tests\hook_event_dispatcher\Unit\ManagerCode
public function getDispatcherType() : string {
return $this->dispatcherType;
}