You are here

public function VarbaseUpdateHelperCommands::__construct in Varbase Core 8.8

Same name and namespace in other branches
  1. 8.6 modules/varbase_update_helper/src/Commands/VarbaseUpdateHelperCommands.php \Drupal\varbase_update_helper\Commands\VarbaseUpdateHelperCommands::__construct()
  2. 8.7 modules/varbase_update_helper/src/Commands/VarbaseUpdateHelperCommands.php \Drupal\varbase_update_helper\Commands\VarbaseUpdateHelperCommands::__construct()
  3. 9.0.x modules/varbase_update_helper/src/Commands/VarbaseUpdateHelperCommands.php \Drupal\varbase_update_helper\Commands\VarbaseUpdateHelperCommands::__construct()

VarbaseUpdateHelperCommands constructor.

File

modules/varbase_update_helper/src/Commands/VarbaseUpdateHelperCommands.php, line 28

Class

VarbaseUpdateHelperCommands
Class VarbaseUpdateHelperCommands.

Namespace

Drupal\varbase_update_helper\Commands

Code

public function __construct() {
  $this->commandHelper = new CommandHelper();
}