You are here

public function RegistrantInterface::getIdentityId in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Entity/RegistrantInterface.php \Drupal\rng\Entity\RegistrantInterface::getIdentityId()

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/Entity/RegistrantInterface.php, line 66

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public function getIdentityId();