public function InstallCommand::getMessage in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::getMessage()
- 8 src/Command/Drush/InstallCommand.php \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand::getMessage()
Retrieve message text.
Parameters
string $message_key: The key of the requested message.
Return value
string The requested message.
Overrides CKEditorCliCommandInterface::getMessage
File
- src/
Command/ Drush/ InstallCommand.php, line 97
Class
- InstallCommand
- Class InstallCommand.
Namespace
Drupal\ckeditor_media_embed\Command\DrushCode
public function getMessage($message_key) {
return $this->messages[$message_key];
}