You are here

public function ModuleCommands::__construct in Helper 8

SchemaCommands constructor.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $moduleHandler: The module handler.

File

src/Commands/ModuleCommands.php, line 29

Class

ModuleCommands
Drush commands for working with module schemas.

Namespace

Drupal\helper\Commands

Code

public function __construct(ModuleHandlerInterface $moduleHandler) {
  $this->moduleHandler = $moduleHandler;
}