public function InstallCommand::__construct in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::__construct()
 - 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\CommandCode
public function __construct(CliCommandWrapper $cliCommands) {
  parent::__construct();
  $this->cliCommands = $cliCommands;
}