function DevelCommands::getEventDispatcher
Same name in other branches
- 8.x-1.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
- 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
- 5.x src/Drush/Commands/DevelCommands.php \Drupal\devel\Drush\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\CommandsCode
public function getEventDispatcher() {
return $this->eventDispatcher;
}