You are here

public function EventMetaInterface::getEvent in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getEvent()
  2. 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getEvent()

Get the event entity.

Return value

\Drupal\Core\Entity\EntityInterface The event entity.

1 method overrides EventMetaInterface::getEvent()
EventMeta::getEvent in src/EventMeta.php
Get the event entity.

File

src/EventMetaInterface.php, line 38

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getEvent();