You are here

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

CKEditorCliCommandInterface

Namespace

Drupal\ckeditor_media_embed\Command

Code

public function getMessage($message_key);