public function CKEditorMediaEmbedCommands::update in CKEditor Media Embed Plugin 8
Update library dependencies for the CKEditor Media Embed plugin.
@command ckeditor_media_embed:update
File
- src/
Command/ Drush/ CKEditorMediaEmbedCommands.php, line 58
Class
- CKEditorMediaEmbedCommands
- CKEditor Media Embed Drush command file.
Namespace
Drupal\ckeditor_media_embed\Command\DrushCode
public function update() {
$this->updateCommand
->execute($this
->input(), $this
->output(), $this
->io());
}