public function CKEditorCliCommandInterface::getMessage in CKEditor Media Embed Plugin 8
Retrieve message text.
Parameters
string $message_key: The key of the requested message.
Return value
string The requested message.
2 methods override CKEditorCliCommandInterface::getMessage()
- InstallCommand::getMessage in src/
Command/ InstallCommand.php - Retrieve message text.
- InstallCommand::getMessage in src/
Command/ Drush/ InstallCommand.php - Retrieve message text.
File
- src/
Command/ CKEditorCliCommandInterface.php, line 30
Class
Namespace
Drupal\ckeditor_media_embed\CommandCode
public function getMessage($message_key);