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