Merge pull request #17698 from agh1/checkwpbasepage
[civicrm-core.git] / CRM / Dedupe / DAO / Exception.php
index 7c10c69603a2da7aed93db60cfa284dbf7d97227..2d479b45dac46473c0b6dc7551ac4201884a61bc 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Dedupe/Exception.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:bc7e5282c75e16acace7b9d8555f6ef7)
+ * (GenCodeChecksum:ea7ca2395c6d2d927c35a7241d621cdd)
  */
 
 /**
@@ -57,6 +57,13 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
     parent::__construct();
   }
 
+  /**
+   * Returns localized title of this entity.
+   */
+  public static function getEntityTitle() {
+    return ts('Exceptions');
+  }
+
   /**
    * Returns foreign keys and entity references.
    *
@@ -92,6 +99,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'entity' => 'Exception',
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
+          'add' => '3.3',
         ],
         'contact_id1' => [
           'name' => 'contact_id1',
@@ -105,6 +113,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
         'contact_id2' => [
           'name' => 'contact_id2',
@@ -118,6 +127,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
           'bao' => 'CRM_Dedupe_BAO_Exception',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'add' => '3.3',
         ],
       ];
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);