You are here

public function LpSteps::__construct in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LpSteps.php \Drupal\opigno_learning_path\LpSteps::__construct()

Constructs a new Progress object.

File

src/LpSteps.php, line 44

Class

LpSteps

Namespace

Drupal\opigno_learning_path

Code

public function __construct(AccountInterface $current_user, $database, ModuleHandler $module_handler) {
  $this->currentUser = $current_user;
  $this->database = $database;
  $this->moduleHandler = $module_handler;
}