You are here

constant EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/EventManagerInterface.php \Drupal\rng\EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS
  2. 8 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\rng

Code

const FIELD_ALLOW_DUPLICATE_REGISTRANTS = 'rng_registrants_duplicate';