You are here

class ILTGroup in Opigno Instructor-led Trainings 3.x

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

Allows Opigno ILT content to be added to groups.

Plugin annotation


@GroupContentEnabler(
  id = "opigno_ilt_group",
  label = @Translation("Instructor-Led Training Group"),
  description = @Translation("Adds Instructor-Led Training entity to groups."),
  entity_type_id = "opigno_ilt",
  pretty_path_key = "ilt",
  reference_label = @Translation("Instructor-Led Training"),
  reference_description = @Translation("The name of the Instructor-Led Training you want to add")
)

Hierarchy

  • class \Drupal\opigno_ilt\Plugin\GroupContentEnabler\ILTGroup extends \Drupal\group\Plugin\GroupContentEnablerBase

Expanded class hierarchy of ILTGroup

File

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

Namespace

Drupal\opigno_ilt\Plugin\GroupContentEnabler
View source
class ILTGroup extends GroupContentEnablerBase {

}

Members