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\EventsCode
public function getInput() {
return $this->input;
}