public function InstallCommand::comment in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::comment()
- 8 src/Command/Drush/InstallCommand.php \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand::comment()
Output message in comment style.
Parameters
string $text: The comment message.
Overrides CKEditorCliCommandInterface::comment
File
- src/
Command/ InstallCommand.php, line 101
Class
- InstallCommand
- Class InstallCommand.
Namespace
Drupal\ckeditor_media_embed\CommandCode
public function comment($text) {
$this->io
->comment($text);
}