Merge in 5.32
[civicrm-core.git] / CRM / Contact / DAO / GroupContact.php
index 6eac2f5d0f70590bb3cc3f9301f914a59146fd20..7838dde527e92e54ab8db6db939a9b90746bed1b 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Contact/GroupContact.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:dcc7fe36954bd34340026bb6af5235ef)
+ * (GenCodeChecksum:ea7c012e774a203b869e0fadec080cab)
  */
 
 /**
  * Database access object for the GroupContact entity.
  */
 class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '1.1';
 
   /**
    * Static instance to hold the table name.
@@ -78,6 +80,16 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   *
+   * @param bool $plural
+   *   Whether to return the plural version of the title.
+   */
+  public static function getEntityTitle($plural = FALSE) {
+    return $plural ? ts('Group Contacts') : ts('Group Contact');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -115,6 +127,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'entity' => 'GroupContact',
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
+          'add' => '1.1',
         ],
         'group_id' => [
           'name' => 'group_id',
@@ -136,6 +149,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
             'keyColumn' => 'id',
             'labelColumn' => 'title',
           ],
+          'add' => '1.1',
         ],
         'contact_id' => [
           'name' => 'contact_id',
@@ -149,6 +163,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '1.1',
         ],
         'status' => [
           'name' => 'status',
@@ -168,6 +183,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'pseudoconstant' => [
             'callback' => 'CRM_Core_SelectValues::groupContactStatus',
           ],
+          'add' => '1.1',
         ],
         'location_id' => [
           'name' => 'location_id',
@@ -180,6 +196,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_LocBlock',
+          'add' => '1.1',
         ],
         'email_id' => [
           'name' => 'email_id',
@@ -192,6 +209,7 @@ class CRM_Contact_DAO_GroupContact extends CRM_Core_DAO {
           'bao' => 'CRM_Contact_BAO_GroupContact',
           'localizable' => 0,
           'FKClassName' => 'CRM_Core_DAO_Email',
+          'add' => '1.1',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);