Regenerate CRM_Event_DAO_Event
authorTim Otten <totten@civicrm.org>
Tue, 19 Sep 2023 04:29:17 +0000 (21:29 -0700)
committerTim Otten <totten@civicrm.org>
Tue, 19 Sep 2023 04:29:17 +0000 (21:29 -0700)
Recently changed by #27478

CRM/Event/DAO/Event.php

index 2d6e3fa421d3d270f243970ae24129f908082d21..e1bc30cb40e101014fe4a15e2096211b6b31f469 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Event/Event.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:80eed9bb6b3badce7199dd8da7f3f14b)
+ * (GenCodeChecksum:a1c6fa263d5a0c98d03e270a5759dd35)
  */
 
 /**
@@ -648,11 +648,12 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
   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;
 
@@ -2292,7 +2293,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           '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,
@@ -2305,6 +2306,7 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO {
           'entity' => 'Event',
           'bao' => 'CRM_Event_BAO_Event',
           'localizable' => 0,
+          'deprecated' => TRUE,
           'html' => [
             'type' => 'Select',
           ],