You are here

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

Get associated registration.

Return value

\Drupal\rng\Entity\RegistrationInterface|null The parent registration, or NULL if it does not exist.

1 method overrides RegistrantInterface::getRegistration()
Registrant::getRegistration in src/Entity/Registrant.php
Get associated registration.

File

src/Entity/RegistrantInterface.php, line 19

Class

RegistrantInterface
Provides an interface defining a Registrant entity.

Namespace

Drupal\rng\Entity

Code

public function getRegistration();