You are here

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

Same name and namespace in other branches
  1. 8 src/Events/CommandExecuteEvent.php \Drupal\update_helper\Events\CommandExecuteEvent::__construct()

Command execute event constructor.

Parameters

array $vars: The collected vars.

File

src/Events/CommandExecuteEvent.php, line 42

Class

CommandExecuteEvent
Event for command execute.

Namespace

Drupal\update_helper\Events

Code

public function __construct(array $vars) {
  $this->vars = $vars;
}