property EventType::$fields in RNG - Events and Registrations 8
Fields to add to event bundles.
Type: array
File
- src/
Entity/ EventType.php, line 114
Class
- EventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
var $fields = [
EventManagerInterface::FIELD_REGISTRATION_TYPE,
EventManagerInterface::FIELD_REGISTRATION_GROUPS,
EventManagerInterface::FIELD_STATUS,
EventManagerInterface::FIELD_CAPACITY,
EventManagerInterface::FIELD_EMAIL_REPLY_TO,
EventManagerInterface::FIELD_ALLOW_DUPLICATE_REGISTRANTS,
EventManagerInterface::FIELD_REGISTRATION_REGISTRANTS_MINIMUM,
EventManagerInterface::FIELD_REGISTRATION_REGISTRANTS_MAXIMUM,
];