You are here

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

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

Gets a list of registration types IDs allowed for this event.

Return value

string[] An array of registration_type IDs.

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

File

src/EventMetaInterface.php, line 80

Class

EventMetaInterface
Interface for EventMeta.

Namespace

Drupal\rng

Code

public function getRegistrationTypeIds();