You are here

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

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

Gets a list of registration types allowed for this event.

Return value

\Drupal\rng\Entity\RegistrationTypeInterface[] An array of registration_type entities.

1 method overrides EventMetaInterface::getRegistrationTypes()
EventMeta::getRegistrationTypes in src/EventMeta.php
Gets a list of registration types allowed for this event.

File

src/EventMetaInterface.php, line 88

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getRegistrationTypes();