public function LpSteps::__construct in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/LpSteps.php \Drupal\opigno_learning_path\LpSteps::__construct()
Constructs a new Progress object.
File
- src/
LpSteps.php, line 44
Class
Namespace
Drupal\opigno_learning_pathCode
public function __construct(AccountInterface $current_user, $database, ModuleHandler $module_handler) {
$this->currentUser = $current_user;
$this->database = $database;
$this->moduleHandler = $module_handler;
}