protected function InstallCommand::configure in CKEditor Media Embed Plugin 8
1 method overrides InstallCommand::configure()
- UpdateCommand::configure in src/
Command/ UpdateCommand.php  
File
- src/
Command/ InstallCommand.php, line 46  
Class
- InstallCommand
 - Class InstallCommand.
 
Namespace
Drupal\ckeditor_media_embed\CommandCode
protected function configure() {
  $this
    ->setName('ckeditor_media_embed:install')
    ->setDescription($this
    ->trans('commands.ckeditor_media_embed.install.description'));
}