public static function RegistrantInterface::getRegistrantsIdsForIdentity in RNG - Events and Registrations 8
Get registrants belonging to an identity.
Parameters
\Drupal\Core\Entity\EntityInterface $identity: An identity entity.
Return value
int[] An array of registrant entity IDs.
1 method overrides RegistrantInterface::getRegistrantsIdsForIdentity()
- Registrant::getRegistrantsIdsForIdentity in src/
Entity/ Registrant.php - Get registrants belonging to an identity.
File
- src/
RegistrantInterface.php, line 87
Class
- RegistrantInterface
- Provides an interface defining a Registrant entity.
Namespace
Drupal\rngCode
public static function getRegistrantsIdsForIdentity(EntityInterface $identity);