public function RegistrantInterface::getIdentityId in RNG - Events and Registrations 8
Get associated identity entity keys.
Return value
array|NULL An array with the keys entity_type and entity_id, or NULL if the identity does not exist.
1 method overrides RegistrantInterface::getIdentityId()
- Registrant::getIdentityId in src/
Entity/ Registrant.php - Get associated identity entity keys.
File
- src/
RegistrantInterface.php, line 46
Class
- RegistrantInterface
- Provides an interface defining a Registrant entity.
Namespace
Drupal\rngCode
public function getIdentityId();