public function RegistrationInterface::getRegistrantIds in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getRegistrantIds()
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/
Entity/ RegistrationInterface.php, line 131
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getRegistrantIds();