You are here

public property EventTypeFieldMappingForm::$fields in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/EventTypeFieldMappingForm.php \Drupal\rng\Form\EventTypeFieldMappingForm::fields
  2. 8 src/Form/EventTypeFieldMappingForm.php \Drupal\rng\Form\EventTypeFieldMappingForm::fields

Fields to add to event bundles.

Type: array

File

src/Form/EventTypeFieldMappingForm.php, line 20

Class

EventTypeFieldMappingForm
Form for event type field mapping.

Namespace

Drupal\rng\Form

Code

public $fields = [
  EventManagerInterface::FIELD_REGISTRATION_TYPE,
  EventManagerInterface::FIELD_REGISTRATION_GROUPS,
  EventManagerInterface::FIELD_STATUS,
  EventManagerInterface::FIELD_WAIT_LIST,
  EventManagerInterface::FIELD_REGISTRANTS_CAPACITY,
  EventManagerInterface::FIELD_CAPACITY_CONFIRMED_ONLY,
  EventManagerInterface::FIELD_EMAIL_REPLY_TO,
  EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS,
];