public function MmmfListCommand::__construct in Module Missing Message Fixer 2.0.x
Same name and namespace in other branches
- 8 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\CommandsCode
public function __construct(ModuleMissingMessageFixer $mmmf) {
$this->fixer = $mmmf;
}