function DevelCommands::getModuleHandler
Same name in this branch
- 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
Same name in other branches
- 8.x-1.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
- 4.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
Gets the module handler.
Return value
\Drupal\Core\Extension\ModuleHandlerInterface The moduleHandler.
File
-
src/
Drush/ Commands/ DevelCommands.php, line 60
Class
Namespace
Drupal\devel\Drush\CommandsCode
public function getModuleHandler() : ModuleHandlerInterface {
return $this->moduleHandler;
}