You are here

public function MmmfListCommand::__construct in Module Missing Message Fixer 8

Same name and namespace in other branches
  1. 2.0.x src/Commands/MmmfListCommand.php \Drupal\module_missing_message_fixer\Commands\MmmfListCommand::__construct()

MmmfFixCommand constructor.

Parameters

\Drupal\module_missing_message_fixer\ModuleMissingMessageFixer $mmmf: The CLI service which allows interoperability.

File

src/Commands/MmmfListCommand.php, line 29

Class

MmmfListCommand
Class MmmfListCommand.

Namespace

Drupal\module_missing_message_fixer\Commands

Code

public function __construct(ModuleMissingMessageFixer $mmmf) {
  $this->fixer = $mmmf;
}