function DevelCommands::getModuleHandler
Same name in this branch
- 5.x src/Drush/Commands/DevelCommands.php \Drupal\devel\Drush\Commands\DevelCommands::getModuleHandler()
Same name in other branches
- 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/
Commands/ DevelCommands.php, line 60
Class
- DevelCommands
- Class DevelCommands.
Namespace
Drupal\devel\CommandsCode
public function getModuleHandler() {
return $this->moduleHandler;
}