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.
Hierarchy
- class \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand implements CKEditorCliCommandInterface
- class \Drupal\ckeditor_media_embed\Command\Drush\UpdateCommand
Expanded class hierarchy of UpdateCommand
1 string reference to 'UpdateCommand'
1 service uses UpdateCommand
File
- src/
Command/ Drush/ UpdateCommand.php, line 8
Namespace
Drupal\ckeditor_media_embed\Command\DrushView source
class UpdateCommand extends InstallCommand {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
InstallCommand:: |
protected | property | The CKEditor Media Embed CLI Commands service. | |
InstallCommand:: |
protected | property | The messages displayed to the user at various steps of the installation. | |
InstallCommand:: |
public | function |
Output message in comment style. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function |
Present confirmation question to user. Overrides CKEditorCliCommandInterface:: |
|
InstallCommand:: |
public | function | Executes the command. | |
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:: |
protected | function | Set messages to display to the user at various steps of the installation. | |
InstallCommand:: |
public | function | Constructs command object. |