function DevelCommands::getEventDispatcher
Same name in this branch
- 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
Same name in other branches
- 8.x-1.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
- 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getEventDispatcher()
Gets the event dispatcher.
Return value
\Symfony\Contracts\EventDispatcher\EventDispatcherInterface The eventDispatcher.
File
-
src/
Drush/ Commands/ DevelCommands.php, line 70
Class
Namespace
Drupal\devel\Drush\CommandsCode
public function getEventDispatcher() : EventDispatcherInterface {
return $this->eventDispatcher;
}