You are here

service opigno_learning_path.progress in Opigno Learning path 3.x

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

Class

Drupal\opigno_learning_path\Progress
5 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::create in src/Plugin/views/field/OpignoLearningPathProgress.php
Creates an instance of the plugin.
opigno_learning_path_save_achievements in ./opigno_learning_path.module
Stores training achievements data.

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'