You are here

MeetingGroup.php in Opigno Moxtra 8

Same filename and directory in other branches
  1. 3.x src/Plugin/GroupContentEnabler/MeetingGroup.php

File

src/Plugin/GroupContentEnabler/MeetingGroup.php
View source
<?php

namespace Drupal\opigno_moxtra\Plugin\GroupContentEnabler;

use Drupal\group\Plugin\GroupContentEnablerBase;

/**
 * Allows Opigno Module content to be added to groups.
 *
 * @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")
 * )
 */
class MeetingGroup extends GroupContentEnablerBase {

}

Classes

Namesort descending Description
MeetingGroup Allows Opigno Module content to be added to groups.