You are here

public function RegistrantInterface::clearIdentity 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::clearIdentity()

Removes identity associated with this registrant.

Return value

\Drupal\rng\Entity\RegistrantInterface Returns registrant for chaining.

1 method overrides RegistrantInterface::clearIdentity()
Registrant::clearIdentity in src/Entity/Registrant.php
Removes identity associated with this registrant.

File

src/Entity/RegistrantInterface.php, line 85

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public function clearIdentity();