function DevelCommands::getEventDispatcher

Return value

mixed The eventDispatcher.

1 call to DevelCommands::getEventDispatcher()
DevelCommands::interactEvent in src/Commands/DevelCommands.php
@hook interact devel:event

File

src/Commands/DevelCommands.php, line 63

Class

DevelCommands
Class DevelCommands.

Namespace

Drupal\devel\Commands

Code

public function getEventDispatcher() {
  return $this->eventDispatcher;
}