public function InstallCommand::getInput in CKEditor Media Embed Plugin 8
Same name in this branch
- 8 src/Command/InstallCommand.php \Drupal\ckeditor_media_embed\Command\InstallCommand::getInput()
 - 8 src/Command/Drush/InstallCommand.php \Drupal\ckeditor_media_embed\Command\Drush\InstallCommand::getInput()
 
Retrieve the command input service.
Return value
\Symfony\Component\Console\Input\InputInterface
Overrides CKEditorCliCommandInterface::getInput
File
- src/
Command/ InstallCommand.php, line 70  
Class
- InstallCommand
 - Class InstallCommand.
 
Namespace
Drupal\ckeditor_media_embed\CommandCode
public function getInput() {
  return $this->input;
}