public function CommandExecuteEvent::getOptions in Update helper 8
Get options.
Return value
array Returns options.
File
- src/
Events/ CommandExecuteEvent.php, line 108
Class
- CommandExecuteEvent
- Event for command execute.
Namespace
Drupal\update_helper\EventsCode
public function getOptions() {
return $this->commandOptions;
}