You are here

public function RegistrationInterface::getEventMeta in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 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\Entity

Code

public function getEventMeta();