public function EventMetaInterface::duplicateRegistrantsAllowed in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::duplicateRegistrantsAllowed()
- 3.x src/EventMetaInterface.php \Drupal\rng\EventMetaInterface::duplicateRegistrantsAllowed()
Checks if a registrant is allowed to register more than once on this event.
Return value
bool Whether duplicate registrants are allowed.
1 method overrides EventMetaInterface::duplicateRegistrantsAllowed()
- EventMeta::duplicateRegistrantsAllowed in src/
EventMeta.php - Checks if a registrant is allowed to register more than once on this event.
File
- src/
EventMetaInterface.php, line 72
Class
- EventMetaInterface
- Interface for EventMeta.
Namespace
Drupal\rngCode
public function duplicateRegistrantsAllowed();