You are here

public function InstallCommand::__construct in CKEditor Media Embed Plugin 8

Same name in this branch
  1. 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::__construct()
  2. 8 src/Command/Drush/InstallCommand.php \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand::__construct()

File

src/Command/InstallCommand.php, line 38

Class

InstallCommand
Class InstallCommand.

Namespace

Drupal\ckeditor_media_embed\Command

Code

public function __construct(CliCommandWrapper $cliCommands) {
  parent::__construct();
  $this->cliCommands = $cliCommands;
}