You are here

public function EventMetaInterface::getGroups in RNG - Events and Registrations 3.x

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

Get all groups for this event.

Return value

\Drupal\rng\Entity\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 277

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getGroups();