You are here

public function OpignoModuleManagerController::__construct in Opigno module 3.x

Same name and namespace in other branches
  1. 8 src/Controller/OpignoModuleManagerController.php \Drupal\opigno_module\Controller\OpignoModuleManagerController::__construct()

OpignoModuleManagerController constructor.

File

src/Controller/OpignoModuleManagerController.php, line 37

Class

OpignoModuleManagerController
Controller for all the actions of the Opigno module manager.

Namespace

Drupal\opigno_module\Controller

Code

public function __construct() {
  $this->H5PActivitiesDetails = $this
    ->getH5PActivitiesDetails();
}