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