public static function RegistrantInterface::getRegistrantsIdsForIdentity in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RegistrantInterface.php \Drupal\rng\Entity\RegistrantInterface::getRegistrantsIdsForIdentity()
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/
Entity/ RegistrantInterface.php, line 107
Class
- RegistrantInterface
- Provides an interface defining a Registrant entity.
Namespace
Drupal\rng\EntityCode
public static function getRegistrantsIdsForIdentity(EntityInterface $identity);