public function OpignoModuleManagerController::__construct in Opigno module 8
Same name and namespace in other branches
- 3.x 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\ControllerCode
public function __construct() {
  $this->H5PActivitiesDetails = $this
    ->getH5PActivitiesDetails();
}