public function RegistrationInterface::getRegistrants in RNG - Events and Registrations 8
Get registrants for the registration.
Return value
\Drupal\rng\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/
RegistrationInterface.php, line 64
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rngCode
public function getRegistrants();