public function EventMetaInterface::getDefaultGroups in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getDefaultGroups()
- 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\rngCode
public function getDefaultGroups();