public function RegistrationInterface::getEventMeta in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 3.x src/Entity/RegistrationInterface.php \Drupal\rng\Entity\RegistrationInterface::getEventMeta()
Get the event meta object for this event.
Return value
\Drupal\rng\EventMetaInterface The event meta entity.
1 method overrides RegistrationInterface::getEventMeta()
- Registration::getEventMeta in src/
Entity/ Registration.php - Get the event meta object for this event.
File
- src/
Entity/ RegistrationInterface.php, line 29
Class
- RegistrationInterface
- Provides an interface defining a Registration entity.
Namespace
Drupal\rng\EntityCode
public function getEventMeta();