public function RegistrationInterface::getGroups in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getGroups()
Get groups for the registration.
Return value
\Drupal\rng\Entity\GroupInterface[] An array of registration_group entities.
1 method overrides RegistrationInterface::getGroups()
- Registration::getGroups in src/
Entity/ Registration.php - Get groups for the registration.
File
- src/
Entity/ RegistrationInterface.php, line 205
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getGroups();