You are here

function EventMetaInterface::getGroups in RNG - Events and Registrations 8

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getGroups()
  2. 3.x src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getGroups()

Get all groups for this event.

Return value

\Drupal\rng\GroupInterface[] An array of registration_group entities.

1 method overrides EventMetaInterface::getGroups()
EventMeta::getGroups in src/EventMeta.php
Get all groups for this event.

File

src/EventMetaInterface.php, line 275

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

function getGroups();