You are here

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

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

Get groups that should be added to all new registrations.

Return value

\Drupal\rng\Entity\GroupInterface[] An array of group entities.

1 method overrides EventMetaInterface::getDefaultGroups()
EventMeta::getDefaultGroups in src/EventMeta.php
Get groups that should be added to all new registrations.

File

src/EventMetaInterface.php, line 155

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getDefaultGroups();