opigno-learning-path-training-step.html.twig in Opigno Learning path 3.x
Same filename and directory in other branches
Default theme implementation to display learnign path step.
- elements['#step']
- elements['#is_module']
- elements
1 theme call to opigno-learning-path-training-step.html.twig
- LearningPathAchievementController::build_lp_steps in src/
Controller/ LearningPathAchievementController.php - Returns LP steps.
File
templates/opigno-learning-path-training-step.html.twigView source
- {#
- /**
- * @file
- * Default theme implementation to display learnign path step.
- *
- * - elements['#step']
- * - elements['#is_module']
- * - elements
- */
- #}
-
- {% set step = elements['#step'] %}
- <div class="content-box">
- {{ elements }}
- </div>