You are here

public function CommandInteractEvent::getInput in Update helper 8

Get console command input.

Return value

\Symfony\Component\Console\Input\InputInterface Input interface for command.

File

src/Events/CommandInteractEvent.php, line 70

Class

CommandInteractEvent
Event for command interactive.

Namespace

Drupal\update_helper\Events

Code

public function getInput() {
  return $this->input;
}