You are here

Files in Opigno Learning path 8

Primary tabs

File namesort descending Location Namespace Description
opigno_learning_path.group.permissions.yml opigno_learning_path.group.permissions.yml opigno_learning_path.group.permissions.yml
opigno_learning_path.info.yml opigno_learning_path.info.yml opigno_learning_path.info.yml
opigno_learning_path.install opigno_learning_path.install Install, update and uninstall functions for the module.
opigno_learning_path.learning_path_settings.yml config/install/opigno_learning_path.learning_path_settings.yml config/install/opigno_learning_path.learning_path_settings.yml
opigno_learning_path.libraries.yml opigno_learning_path.libraries.yml opigno_learning_path.libraries.yml
opigno_learning_path.links.menu.yml opigno_learning_path.links.menu.yml opigno_learning_path.links.menu.yml
opigno_learning_path.links.task.yml opigno_learning_path.links.task.yml opigno_learning_path.links.task.yml
opigno_learning_path.module opigno_learning_path.module Contains opigno_learning_path.module.
opigno_learning_path.permissions.yml opigno_learning_path.permissions.yml opigno_learning_path.permissions.yml
opigno_learning_path.routing.yml opigno_learning_path.routing.yml opigno_learning_path.routing.yml
opigno_learning_path.schema.yml config/schema/opigno_learning_path.schema.yml config/schema/opigno_learning_path.schema.yml
opigno_learning_path.services.yml opigno_learning_path.services.yml opigno_learning_path.services.yml
opigno_learning_path.tokens.inc opigno_learning_path.tokens.inc Builds placeholder replacement tokens for opigno_certificate-related data.
opigno_learning_path.views.inc opigno_learning_path.views.inc Learning path views custom implementation.
opigno_learning_path.views.schema.yml config/schema/opigno_learning_path.views.schema.yml config/schema/opigno_learning_path.views.schema.yml
opigno_learning_path_achievements.css css/opigno_learning_path_achievements.css .lp_info { background-color: #f6f6f6; color: #3d3d3c; padding-left: 90px; position: relative; } @media (max-width: 768px) { .lp_info { padding-left: 75px; } } .lp_info .lp_icon_info { position: absolute; left: 30px; top:…
opigno_learning_path_create_member.css css/opigno_learning_path_create_member.css .ui-widget-overlay { background: unset; } .ui-dialog { background-color: #fff; box-shadow: -5px 5px 10px rgba(61, 61, 60, 0.1); border: 0 !important; padding: 0; } .ui-dialog-titlebar { background: unset; border: 0; border-bottom:…
opigno_learning_path_delete.css css/opigno_learning_path_delete.css #delete-lp-form-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000; background-color: rgba(255, 255, 255, .5); display: flex; align-items: center; justify-content: center; } #delete-lp-form-wrapper { …
opigno_learning_path_global.css css/opigno_learning_path_global.css html.inIframe footer#site-footer, html.inIframe header#site-header, html.inIframe #menu-wrapper, html.inIframe [id*="block-"][id*="-breadcrumbs"], html.inIframe h1, html.inIframe #toolbar-administration, html.inIframe .alert { …
opigno_learning_path_join.css css/opigno_learning_path_join.css #join-group-form-overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 1000; background-color: rgba(255, 255, 255, .5); display: flex; align-items: center; justify-content: center; } #join-group-form-wrapper { …
opigno_learning_path_member_add.css css/opigno_learning_path_member_add.css .group-content-learning-path-group-membership-add-form, .group-content-opigno-class-group-membership-add-form, .opigno-moxtra-create-workspace-form.opigno-moxtra-workspace-form { background-color: #f6f6f6; color: #585857; padding: 3rem 3.75rem…
opigno_learning_path_member_overview.css css/opigno_learning_path_member_overview.css .class { background-color: #f6f6f6; margin-bottom: 40px; padding: 35px 60px; } @media (max-width: 768px) { .class { padding: 35px 15px; } } .class .class_delete { background-color: #ff5541; color: #fff; float: right; font-size:…
opigno_learning_path_progress.css css/opigno_learning_path_progress.css /* Progress bar. */ .learning-path-progress .progress-value { text-align: right; margin-left: auto; } .learning-path-progress .progress-bar { position: relative; background-color: #dadada; margin-left: auto; overflow:…
opigno_learning_path_test.info.yml tests/modules/opigno_learning_path_test/opigno_learning_path_test.info.yml tests/modules/opigno_learning_path_test/opigno_learning_path_test.info.yml
opigno_learning_path_training_content.css css/opigno_learning_path_training_content.css .lp_progress { background-color: #f6f6f6; color: #71716a; padding: 27px 70px; } .lp_progress_label { display: inline-block; font-style: italic; margin-bottom: 10px; text-transform: uppercase; } .lp_progress_value { float:…
page--group.html.twig templates/page--group.html.twig Default theme implementation to display a single page.
Progress.php src/Progress.php Drupal\opigno_learning_path
RecipientsPlugin.php src/Plugin/LearningPathMembers/RecipientsPlugin.php Drupal\opigno_learning_path\Plugin\LearningPathMembers
region--content--admin--learning-path.html.twig templates/region--content--admin--learning-path.html.twig Default theme implementation to display a region.
RouteSubscriber.php src/Routing/RouteSubscriber.php Drupal\opigno_learning_path\Routing
StepsBlock.php src/Plugin/Block/StepsBlock.php Drupal\opigno_learning_path\Plugin\Block
steps_block.css css/steps_block.css .lp_steps_block { background-color: #f6f6f6; padding: 32px 10px 32px; } .lp_steps_block_summary_state_passed, .lp_steps_block_summary_state_pending { background-position: center; background-size: 100%; display: inline-block; float: left; …
taxonomy.vocabulary.learning_path_category.yml config/install/taxonomy.vocabulary.learning_path_category.yml config/install/taxonomy.vocabulary.learning_path_category.yml
TrainingAccessTest.php tests/src/Functional/TrainingAccessTest.php Drupal\Tests\opigno_learning_path\Functional
TrainingCompleteTest.php tests/src/Functional/TrainingCompleteTest.php Drupal\Tests\opigno_learning_path\Functional
TrainingContentTrait.php tests/src/Functional/TrainingContentTrait.php Drupal\Tests\opigno_learning_path\Functional
TrainingEditInterfaceAccessTest.php tests/src/Functional/TrainingEditInterfaceAccessTest.php Drupal\Tests\opigno_learning_path\Functional
TrainingEditInterfaceTest.php tests/src/FunctionalJavascript/TrainingEditInterfaceTest.php Drupal\Tests\opigno_learning_path\FunctionalJavascript
ultimate_cron.job.opigno_learning_path_cron.yml config/install/ultimate_cron.job.opigno_learning_path_cron.yml config/install/ultimate_cron.job.opigno_learning_path_cron.yml
views.view.group_members.yml config/rewrite/views.view.group_members.yml config/rewrite/views.view.group_members.yml
views.view.latest_active_trainings.yml config/install/views.view.latest_active_trainings.yml config/install/views.view.latest_active_trainings.yml
views.view.media_browser_images.yml config/optional/views.view.media_browser_images.yml config/optional/views.view.media_browser_images.yml
views.view.opigno_group_members.yml config/install/views.view.opigno_group_members.yml config/install/views.view.opigno_group_members.yml
views.view.opigno_group_members_table.yml config/install/views.view.opigno_group_members_table.yml config/install/views.view.opigno_group_members_table.yml
views.view.opigno_training_catalog.yml config/install/views.view.opigno_training_catalog.yml config/install/views.view.opigno_training_catalog.yml
views.view.subgroups.yml config/rewrite/views.view.subgroups.yml config/rewrite/views.view.subgroups.yml

Pages

Other projects