*
* Generated from xml/schema/CRM/Event/Event.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:80eed9bb6b3badce7199dd8da7f3f14b)
+ * (GenCodeChecksum:a1c6fa263d5a0c98d03e270a5759dd35)
*/
/**
public $parent_event_id;
/**
- * Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.
+ * Needs to be moved to Event cart extension. Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.
*
* @var int|string|null
* (SQL type: int unsigned)
* Note that values will be retrieved from the database as a string.
+ * @deprecated
*/
public $slot_label_id;
'name' => 'slot_label_id',
'type' => CRM_Utils_Type::T_INT,
'title' => ts('Subevent Slot Label ID'),
- 'description' => ts('Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.'),
+ 'description' => ts('Needs to be moved to Event cart extension. Subevent slot label. Implicit FK to civicrm_option_value where option_group = conference_slot.'),
'usage' => [
'import' => FALSE,
'export' => FALSE,
'entity' => 'Event',
'bao' => 'CRM_Event_BAO_Event',
'localizable' => 0,
+ 'deprecated' => TRUE,
'html' => [
'type' => 'Select',
],