public function CommandConfigureEvent::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/ CommandConfigureEvent.php, line 38
Class
- CommandConfigureEvent
- Event for command configure.
Namespace
Drupal\update_helper\EventsCode
public function getCommand() {
return $this->command;
}