You are here

Files in Opigno Learning path 8

Primary tabs

File namesort descending Location Namespace Description
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…
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
multiselect-new-class.html.twig templates/multiselect-new-class.html.twig Default theme implementation for a multiselect element.
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-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 <div class="learning-path-progress d-flex flex-column {{ 'progress-bar-' ~ class|clean_class }}"> <div class="progress-content"> {% if label %} <div class="progress-label"> …
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.html.twig templates/opigno-learning-path-training-content-step.html.twig Default theme implementation to display the training content step.
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.
opigno-learning-path-training-course.html.twig templates/opigno-learning-path-training-course.html.twig Default theme implementation to display learnign path course.
opigno-learning-path-training-details.html.twig templates/opigno-learning-path-training-details.html.twig Default theme implementation to display the training details.
opigno-learning-path-training-module.html.twig templates/opigno-learning-path-training-module.html.twig Default theme implementation to display learnign path module.
opigno-learning-path-training-step.html.twig templates/opigno-learning-path-training-step.html.twig Default theme implementation to display learnign path step.
opigno-learning-path-training-summary.html.twig templates/opigno-learning-path-training-summary.html.twig Default theme implementation to display the summary of traning.
opigno-learning-path-training-timeline-info.html.twig templates/opigno-learning-path-training-timeline-info.html.twig Default theme implementation to display the training information.
opigno-learning-path-training-timeline.html.twig templates/opigno-learning-path-training-timeline.html.twig Default theme implementation to display the training steps.
opigno-learning-path-training.html.twig templates/opigno-learning-path-training.html.twig Default theme implementation to display the training elements.
OpignoGroupMembership.php src/Plugin/views/field/OpignoGroupMembership.php Drupal\opigno_learning_path\Plugin\views\field
OpignoGroupMembershipBoolean.php src/Plugin/views/filter/OpignoGroupMembershipBoolean.php Drupal\opigno_learning_path\Plugin\views\filter
OpignoGroupMembershipStatus.php src/Plugin/views/filter/OpignoGroupMembershipStatus.php Drupal\opigno_learning_path\Plugin\views\filter
OpignoLearningPathProgress.php src/Plugin/views/field/OpignoLearningPathProgress.php Drupal\opigno_learning_path\Plugin\views\field
OpignoLearningPathTakeLink.php src/Plugin/views/field/OpignoLearningPathTakeLink.php Drupal\opigno_learning_path\Plugin\views\field
OpignoLinkConditionTest.php tests/src/Functional/OpignoLinkConditionTest.php Drupal\Tests\opigno_learning_path\Functional
OpignoModuleScoreTest.php tests/src/Functional/OpignoModuleScoreTest.php Drupal\Tests\opigno_learning_path\Functional
opigno_alter_entity_autocomplete.info.yml modules/opigno_alter_entity_autocomplete/opigno_alter_entity_autocomplete.info.yml modules/opigno_alter_entity_autocomplete/opigno_alter_entity_autocomplete.info.yml
opigno_alter_entity_autocomplete.module modules/opigno_alter_entity_autocomplete/opigno_alter_entity_autocomplete.module Contains opigno_alter_entity_autocomplete.module.
opigno_alter_entity_autocomplete.services.yml modules/opigno_alter_entity_autocomplete/opigno_alter_entity_autocomplete.services.yml modules/opigno_alter_entity_autocomplete/opigno_alter_entity_autocomplete.services.yml
opigno_dropzonejs_widgets.css css/opigno_dropzonejs_widgets.css /* Here is style for each dropzone widget field (like field_learning_path_media_image, * field_course_media_image, badge_media_image ect.) */ #entity-browser-media-entity-browser-badge-images-form…
opigno_learning_path.config_translation.yml opigno_learning_path.config_translation.yml opigno_learning_path.config_translation.yml

Pages

Other projects