You are here

public function InstallCommand::getIo in CKEditor Media Embed Plugin 8

Same name in this branch
  1. 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::getIo()
  2. 8 src/Command/Drush/InstallCommand.php \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand::getIo()

Retrieve the i/o style.

Return value

\Symfony\Component\Console\Style\StyleInterface

Overrides CKEditorCliCommandInterface::getIo

File

src/Command/InstallCommand.php, line 77

Class

InstallCommand
Class InstallCommand.

Namespace

Drupal\ckeditor_media_embed\Command

Code

public function getIo() {
  return $this->io;
}