function EventMetaInterface::getDefaultGroups in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getDefaultGroups()
- 3.x src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getDefaultGroups()
Get groups that should be added to all new registrations.
Return value
\Drupal\rng\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 162
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
function getDefaultGroups();