You are here

class OpignoModuleGroup in Opigno module 3.x

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

Allows Opigno Module content to be added to groups.

Plugin annotation


@GroupContentEnabler(
  id = "opigno_module_group",
  label = @Translation("Opigno Module Group"),
  description = @Translation("Adds opigno module entity to groups ."),
  entity_type_id = "opigno_module",
  pretty_path_key = "opigno-module",
  reference_label = @Translation("Module"),
  reference_description = @Translation("The name of the module you want to add")
)

Hierarchy

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

Expanded class hierarchy of OpignoModuleGroup

File

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

Namespace

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

}

Members