You are here

public function DevelCommands::getModuleHandler in Devel 4.x

Same name and namespace in other branches
  1. 8.3 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
  2. 8 src/Commands/DevelCommands.php \Drupal\devel\Commands\DevelCommands::getModuleHandler()
  3. 8.2 src/Commands/DevelCommands.php \Drupal\devel\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;
}