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/ Drush/ InstallCommand.php, line 111
Class
- InstallCommand
- Class InstallCommand.
Namespace
Drupal\ckeditor_media_embed\Command\DrushCode
public function comment($text) {
$this->io
->text(sprintf('<comment>%s</comment>', $text));
}