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