function DevelCommands::getModuleHandler

Same name in other branches
  1. 5.x src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
  2. 5.x src/Drush/Commands/DevelCommands.php \Drupal\devel\Drush\Commands\DevelCommands::getModuleHandler()

Return value

\Drupal\Core\Extension\ModuleHandlerInterface The moduleHandler.

File

src/Commands/DevelCommands.php, line 55

Class

DevelCommands
Class DevelCommands.

Namespace

Drupal\devel\Commands

Code

public function getModuleHandler() {
    return $this->moduleHandler;
}