public function CommandExecuteEvent::getCommand in Update helper 8
Get drupal console command.
Return value
\Drupal\Console\Core\Command\Command Returns drupal console command.
File
- src/
Events/ CommandExecuteEvent.php, line 78
Class
- CommandExecuteEvent
- Event for command execute.
Namespace
Drupal\update_helper\EventsCode
public function getCommand() {
return $this->command;
}