function DevelCommands::getEventDispatcher
Same name in this branch
- 5.x src/Drush/Commands/DevelCommands.php \Drupal\devel\Drush\Commands\DevelCommands::getEventDispatcher()
Same name in other branches
- 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
Gets the event dispatcher.
Return value
mixed The eventDispatcher.
1 call to DevelCommands::getEventDispatcher()
- DevelCommands::interactEvent in src/
Commands/ DevelCommands.php - Asks the user to select an event and the event's implementation.
File
-
src/
Commands/ DevelCommands.php, line 70
Class
- DevelCommands
- Class DevelCommands.
Namespace
Drupal\devel\CommandsCode
public function getEventDispatcher() {
return $this->eventDispatcher;
}