You are here

public function CKEditorMediaEmbedCommands::install in CKEditor Media Embed Plugin 8

Install library dependencies for the CKEditor Media Embed plugin.

@command ckeditor_media_embed:install

File

src/Command/Drush/CKEditorMediaEmbedCommands.php, line 49

Class

CKEditorMediaEmbedCommands
CKEditor Media Embed Drush command file.

Namespace

Drupal\ckeditor_media_embed\Command\Drush

Code

public function install() {
  $this->installCommand
    ->execute($this
    ->input(), $this
    ->output(), $this
    ->io());
}