You are here

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

Get the collected vars.

Return value

array All the collected vars.

File

src/Events/CommandInteractEvent.php, line 67

Class

CommandInteractEvent
Event for command interactive.

Namespace

Drupal\update_helper\Events

Code

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