You are here

public function LearningPathManagerController::__construct in Opigno Learning path 3.x

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

File

src/Controller/LearningPathManagerController.php, line 31

Class

LearningPathManagerController
Controller for all the actions of the Learning Path manager app.

Namespace

Drupal\opigno_learning_path\Controller

Code

public function __construct(LearningPathContentTypesManager $content_types_manager) {
  $this->content_types_manager = $content_types_manager;
}