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
Namespace
Drupal\ckeditor_media_embed\CommandCode
public function comment($text);