public function RegistrantInterface::getRegistration in RNG - Events and Registrations 8
Get associated registration.
Return value
\Drupal\rng\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/
RegistrantInterface.php, line 18
Class
- RegistrantInterface
- Provides an interface defining a Registrant entity.
Namespace
Drupal\rngCode
public function getRegistration();