You are here

class LearningPathGroup in Opigno module 3.x

Same name and namespace in other branches
  1. 8 modules/opigno_module_group/src/Plugin/GroupContentEnabler/LearningPathGroup.php \Drupal\opigno_module_group\Plugin\GroupContentEnabler\LearningPathGroup

Allows learning_path content to be added to groups.

Plugin annotation


@GroupContentEnabler(
  id = "subgroup:learning_path",
  label = @Translation("Learning path"),
  description = @Translation("Adds Learning path groups to groups both publicly and privately."),
  entity_type_id = "group",
  pretty_path_key = "group",
  reference_label = @Translation("Learning path"),
  reference_description = @Translation("Adds Learning path groups to groups both publicly and privately.")
)

Hierarchy

  • class \Drupal\opigno_module_group\Plugin\GroupContentEnabler\LearningPathGroup extends \Drupal\group\Plugin\GroupContentEnablerBase

Expanded class hierarchy of LearningPathGroup

File

modules/opigno_module_group/src/Plugin/GroupContentEnabler/LearningPathGroup.php, line 20

Namespace

Drupal\opigno_module_group\Plugin\GroupContentEnabler
View source
class LearningPathGroup extends GroupContentEnablerBase {

}

Members