You are here

protected function UpdateCommand::configure in CKEditor Media Embed Plugin 8

Overrides InstallCommand::configure

File

src/Command/UpdateCommand.php, line 23

Class

UpdateCommand
Class UpdateCommand.

Namespace

Drupal\ckeditor_media_embed\Command

Code

protected function configure() {
  $this
    ->setName('ckeditor_media_embed:update')
    ->setDescription($this
    ->trans('commands.ckeditor_media_embed.update.description'));
}