You are here

function EventMetaInterface::getRegistrations in RNG - Events and Registrations 8

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

Get all registrations for this event.

Return value

\Drupal\rng\RegistrationInterface[] An array of registration entities.

1 method overrides EventMetaInterface::getRegistrations()
EventMeta::getRegistrations in src/EventMeta.php
Get all registrations for this event.

File

src/EventMetaInterface.php, line 193

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

function getRegistrations();