You are here

service opigno_learning_path.progress in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x opigno_learning_path.services.yml \opigno_learning_path.progress

Class

Drupal\opigno_learning_path\Progress
6 string references to opigno_learning_path.progress
DefaultTwigExtension::get_progress in src/TwigExtension/DefaultTwigExtension.php
Returns current user progress.
LearningPathAchievementController::create in src/Controller/LearningPathAchievementController.php
Instantiates a new instance of this class.
LearningPathProgress::create in src/Controller/LearningPathProgress.php
Instantiates a new instance of this class.
OpignoLearningPathProgress::render in src/Plugin/views/field/OpignoLearningPathProgress.php
opigno_learning_path_save_achievements in ./opigno_learning_path.module
Stores training achievements data.

... See full list

File

./opigno_learning_path.services.yml
opigno_learning_path.services.yml

View source
  1. class: Drupal\opigno_learning_path\Progress
  2. arguments:
  3. - '@current_user'
  4. - '@database'
  5. - '@request_stack'