You are here

public function DevelCommands::getEventDispatcher in Devel 8.3

Same name and namespace in other branches
  1. 8 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
  2. 8.2 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
  3. 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\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;
}