You are here

Files in Opigno Learning path 3.x

Primary tabs

File namesort descending Location Namespace Description
LearningPathContentTypesManager.php src/LearningPathContentTypesManager.php Drupal\opigno_learning_path
LearningPathController.php src/Controller/LearningPathController.php Drupal\opigno_learning_path\Controller
LearningPathCreateClassForm.php src/Form/LearningPathCreateClassForm.php Drupal\opigno_learning_path\Form
LearningPathCreateMemberForm.php src/Form/LearningPathCreateMemberForm.php Drupal\opigno_learning_path\Form
LearningPathCreateUserForm.php src/Form/LearningPathCreateUserForm.php Drupal\opigno_learning_path\Form
LearningPathEventSubscriber.php src/EventSubscriber/LearningPathEventSubscriber.php Drupal\opigno_learning_path\EventSubscriber
LearningPathGroupOperationsLinks.php src/LearningPathGroupOperationsLinks.php Drupal\opigno_learning_path
LearningPathManagerController.php src/Controller/LearningPathManagerController.php Drupal\opigno_learning_path\Controller
LearningPathMembers.php src/Annotation/LearningPathMembers.php Drupal\opigno_learning_path\Annotation
LearningPathMembersForm.php src/Form/LearningPathMembersForm.php Drupal\opigno_learning_path\Form
LearningPathMembershipController.php src/Controller/LearningPathMembershipController.php Drupal\opigno_learning_path\Controller
LearningPathMembersManager.php src/LearningPathMembersManager.php Drupal\opigno_learning_path
LearningPathMembersPluginBase.php src/LearningPathMembersPluginBase.php Drupal\opigno_learning_path
LearningPathMembersPluginInterface.php src/LearningPathMembersPluginInterface.php Drupal\opigno_learning_path
LearningPathProgress.php src/Controller/LearningPathProgress.php Drupal\opigno_learning_path\Controller
LearningPathResults.php src/Controller/LearningPathResults.php Drupal\opigno_learning_path\Controller
LearningPathStepsController.php src/Controller/LearningPathStepsController.php Drupal\opigno_learning_path\Controller
LearningPathValidator.php src/LearningPathValidator.php Drupal\opigno_learning_path
LearningPathWebDriverTestBase.php tests/src/FunctionalJavascript/LearningPathWebDriverTestBase.php Drupal\Tests\opigno_learning_path\FunctionalJavascript
LICENSE.txt LICENSE.txt GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim…
lp-circle-progress.html.twig templates/lp-circle-progress.html.twig <div class="circle-progress"> {% set L = 2 * 3.14 * radius %} {% set dashOffset = L - (L * progress) / 100 %} <svg> <circle cx="{{ radius }}" cy="{{ radius }}" r="{{ radius…
lp-progress.html.twig templates/lp-progress.html.twig {% if summary %} <div class="content-box lp-global-progress-wrapper"> <div class="lp-global-progress"> <div class="lp-global-progress-title">{{ 'Global progress'|t }}</div> …
lp-status.html.twig templates/lp-status.html.twig {% set value = state_class %} {% set classes = { passed: 'passed', 'not started':'pending', 'in progress': 'in-progress', progress: 'in-progress', pending: 'pending', failed:…
LPManagedContent.php src/Entity/LPManagedContent.php Drupal\opigno_learning_path\Entity
LPManagedLink.php src/Entity/LPManagedLink.php Drupal\opigno_learning_path\Entity
LPModuleAvailability.php src/Entity/LPModuleAvailability.php Drupal\opigno_learning_path\Entity
LPResult.php src/Entity/LPResult.php Drupal\opigno_learning_path\Entity
LPResultAccessControlHandler.php src/LPResultAccessControlHandler.php Drupal\opigno_learning_path
LPStatus.php src/Entity/LPStatus.php Drupal\opigno_learning_path\Entity
LPStatusInterface.php src/LPStatusInterface.php Drupal\opigno_learning_path
LPStatusViewsData.php src/Entity/LPStatusViewsData.php Drupal\opigno_learning_path\Entity
LpSteps.php src/LpSteps.php Drupal\opigno_learning_path
MembersPlugin.php src/Plugin/LearningPathMembers/MembersPlugin.php Drupal\opigno_learning_path\Plugin\LearningPathMembers
opigno-documents-last-group-block.html.twig templates/opigno-documents-last-group-block.html.twig <div class="content-box"> <h2 class="content-box__title">{{ 'Documents'|t }}</h2> <div class="lp-docs"> {{ elements }} </div> </div>
opigno-documents-last-group-item.html.twig templates/opigno-documents-last-group-item.html.twig <a href="{{ link }}" class="btn"> <span class="label">{{ label }}</span> <i class="fi fi-rr-{{ type }}"></i> </a>
opigno-learning-path-actions.html.twig templates/opigno-learning-path-actions.html.twig {# /* * @file * Default theme implementation for the LP actions dropdown. * * Avalable variables: * - actions: the list of action links. */ #} {% if actions is not empty %} <div class="dropdown"> <button…
opigno-learning-path-courses.html.twig templates/opigno-learning-path-courses.html.twig <!-- group/{group}/inner-courses --> <base href="{{ base_path ~ base_href }}"> <script type="text/javascript"> window.appConfig = { formSubmitBtn: false, groupId: {{ learning_path_id }}, groupType:…
opigno-learning-path-item-form.html.twig templates/opigno-learning-path-item-form.html.twig {{ page.content|raw }}
opigno-learning-path-join-group-form-overlay.html.twig templates/opigno-learning-path-join-group-form-overlay.html.twig {# /** * Available varaibles: * - logo: the site logo; * - texts: the list of text paragraphs; * - version: the platform version. */ #} <div id="join-group-form-overlay" class="modal fade" tabindex="-1"…
opigno-learning-path-message.html.twig templates/opigno-learning-path-message.html.twig Default theme implementation to display learnign path notification.
opigno-learning-path-modules.html.twig templates/opigno-learning-path-modules.html.twig <!-- group/{group}/inner-modules --> <base href="{{ base_path ~ base_href }}"> <script type="text/javascript"> window.appConfig = { formSubmitBtn: false, groupId: {{ learning_path_id }}, …
opigno-learning-path-progress-ajax-container.html.twig templates/opigno-learning-path-progress-ajax-container.html.twig Default theme implementation to display the progress-ajax-container.
opigno-learning-path-progress.html.twig templates/opigno-learning-path-progress.html.twig Default theme implementation to display the Learning path progress.
opigno-learning-path-step-block-progress.html.twig templates/opigno-learning-path-step-block-progress.html.twig {% macro status(state, icon, label, date) %} <span class="icon_state icon_state_{{ state }}"> <i class="fi fi-rr-{{ icon }}"></i> <span>{{ label }}<br> <span…
opigno-learning-path-step-block.html.twig templates/opigno-learning-path-step-block.html.twig <div> <div class="lp_steps_block_summary"> <span class="{{ state_summary.class }}"></span> <h3 class="lp_steps_block_summary_title">{{ state_summary.title }}</h3> <p…
opigno-learning-path-training-content-step-summary-details-table.html.twig templates/opigno-learning-path-training-content-step-summary-details-table.html.twig {% set value = status.class %} {% set classes = { passed: 'icon_state_passed', pending: 'icon_state_pending', failed: 'icon_state_failed' } %} {% set icons = { passed: 'check', pending: 'menu-dots',…
opigno-learning-path-training-content-step.html.twig templates/opigno-learning-path-training-content-step.html.twig Default theme implementation to display the training content elements.step.
opigno-learning-path-training-content-steps.html.twig templates/opigno-learning-path-training-content-steps.html.twig <div class="content-box lp-table"> <div class="lp-table-wrapper"> <table class="statistics-table table-striped responsive-enabled table table-hover" data-striping="1"> …
opigno-learning-path-training-content.html.twig templates/opigno-learning-path-training-content.html.twig Default theme implementation to display the training content.
opigno-learning-path-training-course-content.html.twig templates/opigno-learning-path-training-course-content.html.twig Default theme implementation to display the training elements.

Pages

Other projects