You are here

class UpdateCommand in CKEditor Media Embed Plugin 8

Same name in this branch
  1. 8 src/Command/UpdateCommand.php \Drupal\ckeditor_media_embed\Command\UpdateCommand
  2. 8 src/Command/Drush/UpdateCommand.php \Drupal\ckeditor_media_embed\Command\Drush\UpdateCommand

Class UpdateCommand.

Hierarchy

Expanded class hierarchy of UpdateCommand

1 string reference to 'UpdateCommand'
drush.services.yml in ./drush.services.yml
drush.services.yml
1 service uses UpdateCommand
ckeditor_media_embed_update in ./drush.services.yml
Drupal\ckeditor_media_embed\Command\Drush\UpdateCommand

File

src/Command/Drush/UpdateCommand.php, line 8

Namespace

Drupal\ckeditor_media_embed\Command\Drush
View source
class UpdateCommand extends InstallCommand {

}

Members

Namesort descending Modifiers Type Description Overrides
InstallCommand::$cliCommands protected property The CKEditor Media Embed CLI Commands service.
InstallCommand::$messages protected property The messages displayed to the user at various steps of the installation.
InstallCommand::comment public function Output message in comment style. Overrides CKEditorCliCommandInterface::comment
InstallCommand::confirmation public function Present confirmation question to user. Overrides CKEditorCliCommandInterface::confirmation
InstallCommand::execute public function Executes the command.
InstallCommand::getInput public function Retrieve the command input service. Overrides CKEditorCliCommandInterface::getInput
InstallCommand::getIo public function Retrieve the i/o style. Overrides CKEditorCliCommandInterface::getIo
InstallCommand::getMessage public function Retrieve message text. Overrides CKEditorCliCommandInterface::getMessage
InstallCommand::setMessages protected function Set messages to display to the user at various steps of the installation.
InstallCommand::__construct public function Constructs command object.