public function LearningPathStepsController::__construct in Opigno Learning path 3.x
Same name and namespace in other branches
- 8 src/Controller/LearningPathStepsController.php \Drupal\opigno_learning_path\Controller\LearningPathStepsController::__construct()
File
- src/
Controller/ LearningPathStepsController.php, line 56
Class
- LearningPathStepsController
- Class LearningPathStepsController.
Namespace
Drupal\opigno_learning_path\ControllerCode
public function __construct(OpignoGroupContentTypesManager $content_types_manager, Connection $database) {
$this->content_type_manager = $content_types_manager;
$this->database = $database;
}