public function CommandInteractEvent::__construct in Update helper 2.x
Same name and namespace in other branches
- 8 src/Events/CommandInteractEvent.php \Drupal\update_helper\Events\CommandInteractEvent::__construct()
Command interact event constructor.
Parameters
array $vars: The collected vars.
File
- src/
Events/ CommandInteractEvent.php, line 34
Class
- CommandInteractEvent
- Event for command interactive.
Namespace
Drupal\update_helper\EventsCode
public function __construct(array $vars) {
$this->vars = $vars;
}