You are here

public function CKEditorCliCommandInterface::comment in CKEditor Media Embed Plugin 8

Output message in comment style.

Parameters

string $text: The comment message.

2 methods override CKEditorCliCommandInterface::comment()
InstallCommand::comment in src/Command/InstallCommand.php
Output message in comment style.
InstallCommand::comment in src/Command/Drush/InstallCommand.php
Output message in comment style.

File

src/Command/CKEditorCliCommandInterface.php, line 51

Class

CKEditorCliCommandInterface

Namespace

Drupal\ckeditor_media_embed\Command

Code

public function comment($text);