function 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;
}