public function InstallCommand::getIo in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::getIo()
 - 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/ Drush/ InstallCommand.php, line 90  
Class
- InstallCommand
 - Class InstallCommand.
 
Namespace
Drupal\ckeditor_media_embed\Command\DrushCode
public function getIo() {
  return $this->io;
}