You are here

public function RegistrantInterface::getIdentity in RNG - Events and Registrations 8.2

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

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

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public function getIdentity();