constant EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS in RNG - Events and Registrations 8.2
Same name and namespace in other branches
- 8 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS
- 3.x src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS
ID of an `boolean` field attached to an event bundle.
Whether an event allows a registrant to associate with multiple registrations. An empty value reverts to the site default.
File
- src/
EventManagerInterface.php, line 73
Class
- EventManagerInterface
- Event manager for RNG.
Namespace
Drupal\rngCode
const FIELD_ALLOW_DUPLICATE_REGISTRANTS = 'rng_registrants_duplicate';