You are here

public property RngEventType::$fields in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::fields

Fields to add to event bundles.

Type: array

File

src/Entity/RngEventType.php, line 154

Class

RngEventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

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,
];