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