You are here

protected function PullCommand::getIo in Entity Share 8.2

Same name and namespace in other branches
  1. 8 modules/entity_share_client/src/Command/PullCommand.php \Drupal\entity_share_client\Command\PullCommand::getIo()

Get the io interface.

Return value

\Symfony\Component\Console\Style\StyleInterface The io interface.

1 call to PullCommand::getIo()
PullCommand::execute in modules/entity_share_client/src/Command/PullCommand.php
Executes the current command.

File

modules/entity_share_client/src/Command/PullCommand.php, line 76

Class

PullCommand
Class PullCommand.

Namespace

Drupal\entity_share_client\Command

Code

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