You are here

public function RegistrantInterface::getIdentity 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::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 57

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public function getIdentity();