You are here

class MeetingGroup in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/Plugin/GroupContentEnabler/MeetingGroup.php \Drupal\opigno_moxtra\Plugin\GroupContentEnabler\MeetingGroup

Allows Opigno Module content to be added to groups.

Plugin annotation


@GroupContentEnabler(
  id = "opigno_moxtra_meeting_group",
  label = @Translation("Live Meeting Group"),
  description = @Translation("Adds Live Meeting entity to groups."),
  entity_type_id = "opigno_moxtra_meeting",
  pretty_path_key = "meeting",
  reference_label = @Translation("Live Meeting"),
  reference_description = @Translation("The name of the Live Meeting you want to add")
)

Hierarchy

  • class \Drupal\opigno_moxtra\Plugin\GroupContentEnabler\MeetingGroup extends \Drupal\group\Plugin\GroupContentEnablerBase

Expanded class hierarchy of MeetingGroup

File

src/Plugin/GroupContentEnabler/MeetingGroup.php, line 20

Namespace

Drupal\opigno_moxtra\Plugin\GroupContentEnabler
View source
class MeetingGroup extends GroupContentEnablerBase {

}

Members