Merge pull request #17187 from alexymik/recur_contribution_source
[civicrm-core.git] / CRM / ACL / DAO / ACLCache.php
index e18812036f76b768c6599a719f814b2b4430e0f1..958223b878aec7441021362a76a74424dde6f39f 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/ACL/ACLCache.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a7bccfc35714fdcf0fdb6f4cd24842bd)
+ * (GenCodeChecksum:976ef3393c10c32cacd6c6405b892533)
  */
 
 /**
@@ -111,6 +111,9 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_Contact_DAO_Contact',
+          'html' => [
+            'type' => 'EntityRef',
+          ],
         ],
         'acl_id' => [
           'name' => 'acl_id',
@@ -124,6 +127,11 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
           'bao' => 'CRM_ACL_DAO_ACLCache',
           'localizable' => 0,
           'FKClassName' => 'CRM_ACL_DAO_ACL',
+          'pseudoconstant' => [
+            'table' => 'civicrm_acl',
+            'keyColumn' => 'id',
+            'labelColumn' => 'name',
+          ],
         ],
         'modified_date' => [
           'name' => 'modified_date',
@@ -215,6 +223,14 @@ class CRM_ACL_DAO_ACLCache extends CRM_Core_DAO {
         'localizable' => FALSE,
         'sig' => 'civicrm_acl_cache::0::acl_id',
       ],
+      'index_modified_date' => [
+        'name' => 'index_modified_date',
+        'field' => [
+          0 => 'modified_date',
+        ],
+        'localizable' => FALSE,
+        'sig' => 'civicrm_acl_cache::0::modified_date',
+      ],
     ];
     return ($localize && !empty($indices)) ? CRM_Core_DAO_AllCoreTables::multilingualize(__CLASS__, $indices) : $indices;
   }