public function RegistrationInterface::getRegistrantIds in RNG - Events and Registrations 8
Get registrants IDs for the registration.
Return value
integer[] An array of registrant IDs.
1 method overrides RegistrationInterface::getRegistrantIds()
- Registration::getRegistrantIds in src/
Entity/ Registration.php - Get registrants IDs for the registration.
File
- src/
RegistrationInterface.php, line 56
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rngCode
public function getRegistrantIds();