You are here

public function CommandExecuteEvent::getVars in Update helper 2.x

Get the collected vars.

Return value

array All the collected vars.

File

src/Events/CommandExecuteEvent.php, line 52

Class

CommandExecuteEvent
Event for command execute.

Namespace

Drupal\update_helper\Events

Code

public function getVars() {
  return $this->vars;
}