You are here

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\Events

Code

public function getOptions() {
  return $this->commandOptions;
}