class UpdateCommand in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/UpdateCommand.php \Drupal\ckeditor_media_embed\Command\UpdateCommand
- 8 src/Command/Drush/UpdateCommand.php \Drupal\ckeditor_media_embed\Command\Drush\UpdateCommand
Class UpdateCommand.
@package Drupal\ckeditor_media_embed
@DrupalCommand ( extension="ckeditor_media_embed", extensionType="module" )
Hierarchy
- class \Drupal\ckeditor_media_embed\Command\InstallCommand extends \Drupal\Console\Core\Command\Command implements CKEditorCliCommandInterface uses \Drupal\Console\Core\Command\Shared\ContainerAwareCommandTrait
- class \Drupal\ckeditor_media_embed\Command\UpdateCommand
Expanded class hierarchy of UpdateCommand
1 string reference to 'UpdateCommand'
1 service uses UpdateCommand
File
- src/
Command/ UpdateCommand.php, line 18
Namespace
Drupal\ckeditor_media_embed\CommandView source
class UpdateCommand extends InstallCommand {
/**
* {@inheritdoc}
*/
protected function configure() {
$this
->setName('ckeditor_media_embed:update')
->setDescription($this
->trans('commands.ckeditor_media_embed.update.description'));
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
InstallCommand:: |
protected | property | The CKEditor Media Embed CLI Commands service. | |
InstallCommand:: |
public | function |
Output message in comment style. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function |
Present confirmation question to user. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
protected | function | ||
InstallCommand:: |
public | function |
Retrieve the command input service. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function |
Retrieve the i/o style. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function |
Retrieve message text. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function | ||
UpdateCommand:: |
protected | function |
Overrides InstallCommand:: |