public function RegistrationInterface::getRegistrantQty in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getRegistrantQty()
Get the number of registrants assigned to this registration.
Returns the number of registrants with or without identities.
Return value
int The value of the RegistrantQty field.
1 method overrides RegistrationInterface::getRegistrantQty()
- Registration::getRegistrantQty in src/
Entity/ Registration.php - @inheritDoc
File
- src/
Entity/ RegistrationInterface.php, line 149
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getRegistrantQty();