You are here

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

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

Get the event type for the event.

Return value

\Drupal\rng\Entity\EventTypeInterface The event type for the event.

1 method overrides EventMetaInterface::getEventType()
EventMeta::getEventType in src/EventMeta.php
Get the event type for the event.

File

src/EventMetaInterface.php, line 46

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getEventType();