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