public function CommandInteractEvent::getCommand in Update helper 8
Command that for what this event is triggered.
Return value
\Drupal\Console\Core\Command\Command Returns command.
File
- src/
Events/ CommandInteractEvent.php, line 60
Class
- CommandInteractEvent
- Event for command interactive.
Namespace
Drupal\update_helper\EventsCode
public function getCommand() {
return $this->command;
}