public function EventMetaInterface::getEventType in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::getEventType()
- 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\rngCode
public function getEventType();