From 2562d09ab9e853f80dd69e0f16190b04668807a9 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Mon, 14 Jun 2021 08:49:38 -0400 Subject: [PATCH] SearchKit - Add translatable descriptions to entities Before: Entities had descriptions derived from code comments, which were written for developers and English-only After: Entities can have a user-friendly description which is translated --- CRM/ACL/DAO/ACL.php | 2 +- CRM/ACL/DAO/ACLCache.php | 2 +- CRM/ACL/DAO/ACLEntityRole.php | 2 +- CRM/Activity/DAO/Activity.php | 11 ++++++++++- CRM/Activity/DAO/ActivityContact.php | 2 +- CRM/Batch/DAO/Batch.php | 2 +- CRM/Batch/DAO/EntityBatch.php | 2 +- CRM/Campaign/DAO/Campaign.php | 11 ++++++++++- CRM/Campaign/DAO/CampaignGroup.php | 2 +- CRM/Campaign/DAO/Survey.php | 2 +- CRM/Case/DAO/Case.php | 11 ++++++++++- CRM/Case/DAO/CaseActivity.php | 2 +- CRM/Case/DAO/CaseContact.php | 2 +- CRM/Case/DAO/CaseType.php | 2 +- CRM/Contact/DAO/ACLContactCache.php | 2 +- CRM/Contact/DAO/Contact.php | 11 ++++++++++- CRM/Contact/DAO/ContactType.php | 2 +- CRM/Contact/DAO/DashboardContact.php | 2 +- CRM/Contact/DAO/Group.php | 2 +- CRM/Contact/DAO/GroupContact.php | 2 +- CRM/Contact/DAO/GroupContactCache.php | 2 +- CRM/Contact/DAO/GroupNesting.php | 2 +- CRM/Contact/DAO/GroupOrganization.php | 2 +- CRM/Contact/DAO/Relationship.php | 2 +- CRM/Contact/DAO/RelationshipCache.php | 2 +- CRM/Contact/DAO/RelationshipType.php | 2 +- CRM/Contact/DAO/SavedSearch.php | 2 +- CRM/Contact/DAO/SubscriptionHistory.php | 2 +- CRM/Contribute/DAO/Contribution.php | 11 ++++++++++- CRM/Contribute/DAO/ContributionPage.php | 2 +- CRM/Contribute/DAO/ContributionProduct.php | 2 +- CRM/Contribute/DAO/ContributionRecur.php | 2 +- CRM/Contribute/DAO/ContributionSoft.php | 2 +- CRM/Contribute/DAO/Premium.php | 2 +- CRM/Contribute/DAO/PremiumsProduct.php | 2 +- CRM/Contribute/DAO/Product.php | 2 +- CRM/Contribute/DAO/Widget.php | 2 +- CRM/Core/CodeGen/Specification.php | 1 + CRM/Core/DAO.php | 9 +++++++++ CRM/Core/DAO/ActionLog.php | 2 +- CRM/Core/DAO/ActionMapping.php | 2 +- CRM/Core/DAO/ActionSchedule.php | 2 +- CRM/Core/DAO/Address.php | 2 +- CRM/Core/DAO/AddressFormat.php | 2 +- CRM/Core/DAO/Cache.php | 2 +- CRM/Core/DAO/Component.php | 2 +- CRM/Core/DAO/Country.php | 2 +- CRM/Core/DAO/County.php | 2 +- CRM/Core/DAO/CustomField.php | 2 +- CRM/Core/DAO/CustomGroup.php | 2 +- CRM/Core/DAO/Dashboard.php | 2 +- CRM/Core/DAO/Discount.php | 2 +- CRM/Core/DAO/Domain.php | 2 +- CRM/Core/DAO/Email.php | 2 +- CRM/Core/DAO/EntityFile.php | 2 +- CRM/Core/DAO/EntityTag.php | 2 +- CRM/Core/DAO/Extension.php | 2 +- CRM/Core/DAO/File.php | 2 +- CRM/Core/DAO/IM.php | 2 +- CRM/Core/DAO/Job.php | 2 +- CRM/Core/DAO/JobLog.php | 2 +- CRM/Core/DAO/LocBlock.php | 2 +- CRM/Core/DAO/LocationType.php | 2 +- CRM/Core/DAO/Log.php | 2 +- CRM/Core/DAO/MailSettings.php | 2 +- CRM/Core/DAO/Managed.php | 2 +- CRM/Core/DAO/Mapping.php | 2 +- CRM/Core/DAO/MappingField.php | 2 +- CRM/Core/DAO/Menu.php | 2 +- CRM/Core/DAO/MessageTemplate.php | 2 +- CRM/Core/DAO/Navigation.php | 2 +- CRM/Core/DAO/Note.php | 2 +- CRM/Core/DAO/OpenID.php | 2 +- CRM/Core/DAO/OptionGroup.php | 2 +- CRM/Core/DAO/OptionValue.php | 2 +- CRM/Core/DAO/Phone.php | 2 +- CRM/Core/DAO/PreferencesDate.php | 2 +- CRM/Core/DAO/PrevNextCache.php | 2 +- CRM/Core/DAO/PrintLabel.php | 2 +- CRM/Core/DAO/RecurringEntity.php | 2 +- CRM/Core/DAO/Setting.php | 2 +- CRM/Core/DAO/StateProvince.php | 2 +- CRM/Core/DAO/StatusPreference.php | 2 +- CRM/Core/DAO/SystemLog.php | 2 +- CRM/Core/DAO/Tag.php | 2 +- CRM/Core/DAO/Timezone.php | 2 +- CRM/Core/DAO/Translation.php | 2 +- CRM/Core/DAO/UFField.php | 2 +- CRM/Core/DAO/UFGroup.php | 2 +- CRM/Core/DAO/UFJoin.php | 2 +- CRM/Core/DAO/UFMatch.php | 2 +- CRM/Core/DAO/Website.php | 2 +- CRM/Core/DAO/WordReplacement.php | 2 +- CRM/Core/DAO/Worldregion.php | 2 +- CRM/Cxn/DAO/Cxn.php | 2 +- CRM/Dedupe/DAO/DedupeException.php | 2 +- CRM/Dedupe/DAO/DedupeRule.php | 2 +- CRM/Dedupe/DAO/DedupeRuleGroup.php | 2 +- CRM/Event/Cart/DAO/Cart.php | 2 +- CRM/Event/Cart/DAO/EventInCart.php | 2 +- CRM/Event/DAO/Event.php | 11 ++++++++++- CRM/Event/DAO/Participant.php | 11 ++++++++++- CRM/Event/DAO/ParticipantPayment.php | 2 +- CRM/Event/DAO/ParticipantStatusType.php | 2 +- CRM/Financial/DAO/Currency.php | 2 +- CRM/Financial/DAO/EntityFinancialAccount.php | 2 +- CRM/Financial/DAO/EntityFinancialTrxn.php | 2 +- CRM/Financial/DAO/FinancialAccount.php | 2 +- CRM/Financial/DAO/FinancialItem.php | 2 +- CRM/Financial/DAO/FinancialTrxn.php | 2 +- CRM/Financial/DAO/FinancialType.php | 2 +- CRM/Financial/DAO/PaymentProcessor.php | 2 +- CRM/Financial/DAO/PaymentProcessorType.php | 2 +- CRM/Financial/DAO/PaymentToken.php | 2 +- CRM/Friend/DAO/Friend.php | 2 +- CRM/Grant/DAO/Grant.php | 11 ++++++++++- CRM/Mailing/DAO/BouncePattern.php | 2 +- CRM/Mailing/DAO/BounceType.php | 2 +- CRM/Mailing/DAO/Mailing.php | 11 ++++++++++- CRM/Mailing/DAO/MailingAB.php | 2 +- CRM/Mailing/DAO/MailingComponent.php | 2 +- CRM/Mailing/DAO/MailingGroup.php | 2 +- CRM/Mailing/DAO/MailingJob.php | 2 +- CRM/Mailing/DAO/Recipients.php | 2 +- CRM/Mailing/DAO/Spool.php | 2 +- CRM/Mailing/DAO/TrackableURL.php | 2 +- CRM/Mailing/Event/DAO/Bounce.php | 2 +- CRM/Mailing/Event/DAO/Confirm.php | 2 +- CRM/Mailing/Event/DAO/Delivered.php | 2 +- CRM/Mailing/Event/DAO/Forward.php | 2 +- CRM/Mailing/Event/DAO/Opened.php | 2 +- CRM/Mailing/Event/DAO/Queue.php | 2 +- CRM/Mailing/Event/DAO/Reply.php | 2 +- CRM/Mailing/Event/DAO/Subscribe.php | 2 +- CRM/Mailing/Event/DAO/TrackableURLOpen.php | 2 +- CRM/Mailing/Event/DAO/Unsubscribe.php | 2 +- CRM/Member/DAO/Membership.php | 11 ++++++++++- CRM/Member/DAO/MembershipBlock.php | 2 +- CRM/Member/DAO/MembershipLog.php | 2 +- CRM/Member/DAO/MembershipPayment.php | 2 +- CRM/Member/DAO/MembershipStatus.php | 2 +- CRM/Member/DAO/MembershipType.php | 2 +- CRM/PCP/DAO/PCP.php | 2 +- CRM/PCP/DAO/PCPBlock.php | 2 +- CRM/Pledge/DAO/Pledge.php | 11 ++++++++++- CRM/Pledge/DAO/PledgeBlock.php | 2 +- CRM/Pledge/DAO/PledgePayment.php | 2 +- CRM/Price/DAO/LineItem.php | 2 +- CRM/Price/DAO/PriceField.php | 2 +- CRM/Price/DAO/PriceFieldValue.php | 2 +- CRM/Price/DAO/PriceSet.php | 2 +- CRM/Price/DAO/PriceSetEntity.php | 2 +- CRM/Queue/DAO/QueueItem.php | 2 +- CRM/Report/DAO/ReportInstance.php | 2 +- CRM/SMS/DAO/Provider.php | 2 +- Civi/Api4/Generic/AbstractEntity.php | 9 ++++++--- xml/schema/Activity/Activity.xml | 1 + xml/schema/Campaign/Campaign.xml | 1 + xml/schema/Case/Case.xml | 1 + xml/schema/Contact/Contact.xml | 1 + xml/schema/Contribute/Contribution.xml | 1 + xml/schema/Event/Event.xml | 1 + xml/schema/Event/Participant.xml | 1 + xml/schema/Grant/Grant.xml | 1 + xml/schema/Mailing/Mailing.xml | 1 + xml/schema/Member/Membership.xml | 1 + xml/schema/Pledge/Pledge.xml | 1 + xml/templates/dao.tpl | 10 ++++++++++ 168 files changed, 289 insertions(+), 156 deletions(-) diff --git a/CRM/ACL/DAO/ACL.php b/CRM/ACL/DAO/ACL.php index 224fdba98c..4bddbd0eb7 100644 --- a/CRM/ACL/DAO/ACL.php +++ b/CRM/ACL/DAO/ACL.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b7a575fdf29260fa003d73bd4d5942c5) + * (GenCodeChecksum:709746b9e63da79d9ee75de3a0687db4) */ /** diff --git a/CRM/ACL/DAO/ACLCache.php b/CRM/ACL/DAO/ACLCache.php index cad2946ce4..7fbc4bfaa6 100644 --- a/CRM/ACL/DAO/ACLCache.php +++ b/CRM/ACL/DAO/ACLCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACLCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:63a707737221d2c70efbc51d58711209) + * (GenCodeChecksum:6593794a6e82670ad992cc331c22f33e) */ /** diff --git a/CRM/ACL/DAO/ACLEntityRole.php b/CRM/ACL/DAO/ACLEntityRole.php index 57a8a5d0e4..b085e2e640 100644 --- a/CRM/ACL/DAO/ACLEntityRole.php +++ b/CRM/ACL/DAO/ACLEntityRole.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/ACL/ACLEntityRole.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:db754438e4d852834a61b3d38b6a48dc) + * (GenCodeChecksum:fe3bd0baaffcc93590b3285c6cf96fc1) */ /** diff --git a/CRM/Activity/DAO/Activity.php b/CRM/Activity/DAO/Activity.php index f065ad021b..3fd10d995e 100644 --- a/CRM/Activity/DAO/Activity.php +++ b/CRM/Activity/DAO/Activity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Activity/Activity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3e86dd56976cbc807306691e8fa94b0d) + * (GenCodeChecksum:3724c8dbc64bff361edd263e78780dbe) */ /** @@ -253,6 +253,15 @@ class CRM_Activity_DAO_Activity extends CRM_Core_DAO { return $plural ? ts('Activities') : ts('Activity'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Past or future actions concerning one or more contacts.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Activity/DAO/ActivityContact.php b/CRM/Activity/DAO/ActivityContact.php index e155ecf0b1..cb434a9a45 100644 --- a/CRM/Activity/DAO/ActivityContact.php +++ b/CRM/Activity/DAO/ActivityContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Activity/ActivityContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0b5f5392a9786a52d7120f48d363092b) + * (GenCodeChecksum:9d55ecc09cc160c1cc41485bf7d026ef) */ /** diff --git a/CRM/Batch/DAO/Batch.php b/CRM/Batch/DAO/Batch.php index 54ace21e85..4b303f0866 100644 --- a/CRM/Batch/DAO/Batch.php +++ b/CRM/Batch/DAO/Batch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Batch/Batch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:960030e220b16f07d0b225e48a3ef2af) + * (GenCodeChecksum:965795e9c5cb8876ff6198abee5ffc71) */ /** diff --git a/CRM/Batch/DAO/EntityBatch.php b/CRM/Batch/DAO/EntityBatch.php index f93193b3a6..c3108dae19 100644 --- a/CRM/Batch/DAO/EntityBatch.php +++ b/CRM/Batch/DAO/EntityBatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Batch/EntityBatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b44598a5cc827e632f2c9fb663f2bed3) + * (GenCodeChecksum:9a6509e0c6f8869d4cdaeebd7e0073a3) */ /** diff --git a/CRM/Campaign/DAO/Campaign.php b/CRM/Campaign/DAO/Campaign.php index 25ebb4f982..882f5b8ded 100644 --- a/CRM/Campaign/DAO/Campaign.php +++ b/CRM/Campaign/DAO/Campaign.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Campaign.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a27331994abb64995fc5491434eeed7f) + * (GenCodeChecksum:9d4da1f7966af86e8426aa449826f41c) */ /** @@ -193,6 +193,15 @@ class CRM_Campaign_DAO_Campaign extends CRM_Core_DAO { return $plural ? ts('Campaigns') : ts('Campaign'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Campaigns link activities, contributions, mailings, etc. that share a programmatic goal.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Campaign/DAO/CampaignGroup.php b/CRM/Campaign/DAO/CampaignGroup.php index 7750d45387..4e57abbf6c 100644 --- a/CRM/Campaign/DAO/CampaignGroup.php +++ b/CRM/Campaign/DAO/CampaignGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/CampaignGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2cc4c72732eccbe071147fea0abb4aef) + * (GenCodeChecksum:223af3013edf80baca1b0cde031cad41) */ /** diff --git a/CRM/Campaign/DAO/Survey.php b/CRM/Campaign/DAO/Survey.php index f3fb7e1bec..ff8493c33f 100644 --- a/CRM/Campaign/DAO/Survey.php +++ b/CRM/Campaign/DAO/Survey.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Campaign/Survey.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:64142d8dce39f27b66b36f62ba137b74) + * (GenCodeChecksum:4b168e929887a0c86a634bb72d4f317a) */ /** diff --git a/CRM/Case/DAO/Case.php b/CRM/Case/DAO/Case.php index 79798ad083..9d5a50a433 100644 --- a/CRM/Case/DAO/Case.php +++ b/CRM/Case/DAO/Case.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/Case.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:27e15fc1d0e3517884c9773d25806620) + * (GenCodeChecksum:1ae35a7a60938212678c1585defc3506) */ /** @@ -131,6 +131,15 @@ class CRM_Case_DAO_Case extends CRM_Core_DAO { return $plural ? ts('Cases') : ts('Case'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Collections of activities and relationships for a given purpose.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Case/DAO/CaseActivity.php b/CRM/Case/DAO/CaseActivity.php index a3176fdcb5..d887ef82de 100644 --- a/CRM/Case/DAO/CaseActivity.php +++ b/CRM/Case/DAO/CaseActivity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseActivity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d100a5f236a3bb8d64c4aaa61b8c6c2c) + * (GenCodeChecksum:e5c1c45fc5dc666a02a3c1e872ba9a2b) */ /** diff --git a/CRM/Case/DAO/CaseContact.php b/CRM/Case/DAO/CaseContact.php index fdee0d96dd..5cafa972a8 100644 --- a/CRM/Case/DAO/CaseContact.php +++ b/CRM/Case/DAO/CaseContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:18adf9ee53d1c7f6c5eddfc1e6b8709d) + * (GenCodeChecksum:e7ecd6e1648086f8925bad0dda6bec31) */ /** diff --git a/CRM/Case/DAO/CaseType.php b/CRM/Case/DAO/CaseType.php index 5e7ef8c341..ec47d3d698 100644 --- a/CRM/Case/DAO/CaseType.php +++ b/CRM/Case/DAO/CaseType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Case/CaseType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b2ffb684b29a774f07bd06851722f17d) + * (GenCodeChecksum:9080f32e76695319d1e6110372c0900c) */ /** diff --git a/CRM/Contact/DAO/ACLContactCache.php b/CRM/Contact/DAO/ACLContactCache.php index 9279d1dab1..50bdac46fb 100644 --- a/CRM/Contact/DAO/ACLContactCache.php +++ b/CRM/Contact/DAO/ACLContactCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/ACLContactCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e1095c2503a3ec13bd3f781ce1df1aaf) + * (GenCodeChecksum:912d65e10ee9243dfa3cbe089e2a4ae3) */ /** diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index 505b150ed5..2d92c545d6 100644 --- a/CRM/Contact/DAO/Contact.php +++ b/CRM/Contact/DAO/Contact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:aa86c226e54f7c7f8a8ad6b5e8c8aa5a) + * (GenCodeChecksum:5a83ff9bd2a1837caa260151fa56f3ac) */ /** @@ -424,6 +424,15 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { return $plural ? ts('Contacts') : ts('Contact'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Individuals, organizations, households, etc.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Contact/DAO/ContactType.php b/CRM/Contact/DAO/ContactType.php index 63d4d17a17..26db28868a 100644 --- a/CRM/Contact/DAO/ContactType.php +++ b/CRM/Contact/DAO/ContactType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/ContactType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:40856f91e0f1928df248e985eb4ae479) + * (GenCodeChecksum:f1913952f114c2ac041dfba5fef49d5d) */ /** diff --git a/CRM/Contact/DAO/DashboardContact.php b/CRM/Contact/DAO/DashboardContact.php index cd01949fa5..8cf85d6ef7 100644 --- a/CRM/Contact/DAO/DashboardContact.php +++ b/CRM/Contact/DAO/DashboardContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/DashboardContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:61c7e21d25723963142a22bca0a4840e) + * (GenCodeChecksum:a2eac9e772485e4a551738ad107dc209) */ /** diff --git a/CRM/Contact/DAO/Group.php b/CRM/Contact/DAO/Group.php index 71832748b6..5631e77581 100644 --- a/CRM/Contact/DAO/Group.php +++ b/CRM/Contact/DAO/Group.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Group.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a1580f6293c41ecbf8aa0bc2f6246d36) + * (GenCodeChecksum:29b3646b12fccdf8a2d561dc483c8980) */ /** diff --git a/CRM/Contact/DAO/GroupContact.php b/CRM/Contact/DAO/GroupContact.php index 9271b01437..a00fcd6728 100644 --- a/CRM/Contact/DAO/GroupContact.php +++ b/CRM/Contact/DAO/GroupContact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9f48934735df21bb6b4f9a5d7e1bd70b) + * (GenCodeChecksum:53a34c1b6c96fe915f0ab57b93994b72) */ /** diff --git a/CRM/Contact/DAO/GroupContactCache.php b/CRM/Contact/DAO/GroupContactCache.php index 5052333905..5b5e5bfa96 100644 --- a/CRM/Contact/DAO/GroupContactCache.php +++ b/CRM/Contact/DAO/GroupContactCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupContactCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:294c8ab665d49fcddebe5d1d79307dd4) + * (GenCodeChecksum:26ac45cd1045e34353ef787013eeb84c) */ /** diff --git a/CRM/Contact/DAO/GroupNesting.php b/CRM/Contact/DAO/GroupNesting.php index 9359b59fa2..80d27a44d7 100644 --- a/CRM/Contact/DAO/GroupNesting.php +++ b/CRM/Contact/DAO/GroupNesting.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupNesting.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a4b5533a1c6ef550d3057dee8ce53efc) + * (GenCodeChecksum:a2d08c11cd6a0aedbcdf816fdb772839) */ /** diff --git a/CRM/Contact/DAO/GroupOrganization.php b/CRM/Contact/DAO/GroupOrganization.php index 9fee19ee27..807465028f 100644 --- a/CRM/Contact/DAO/GroupOrganization.php +++ b/CRM/Contact/DAO/GroupOrganization.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/GroupOrganization.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:18934ada33c41380e719798d5f8550e8) + * (GenCodeChecksum:406b553dbbfbfbf54fa3d32bc1e9fecc) */ /** diff --git a/CRM/Contact/DAO/Relationship.php b/CRM/Contact/DAO/Relationship.php index 211536c505..5c2783fcee 100644 --- a/CRM/Contact/DAO/Relationship.php +++ b/CRM/Contact/DAO/Relationship.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Relationship.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a10cc7576dc2353519a6c572435fb10a) + * (GenCodeChecksum:402d6e2cc8ffa3be531d291a20f59560) */ /** diff --git a/CRM/Contact/DAO/RelationshipCache.php b/CRM/Contact/DAO/RelationshipCache.php index e61073232a..2adb4eea5c 100644 --- a/CRM/Contact/DAO/RelationshipCache.php +++ b/CRM/Contact/DAO/RelationshipCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/RelationshipCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dd52d37d1350a679b727c906ea37661b) + * (GenCodeChecksum:0ebd9cc2623ee84848476636cfe86dcb) */ /** diff --git a/CRM/Contact/DAO/RelationshipType.php b/CRM/Contact/DAO/RelationshipType.php index 38ff8fc775..7b8d02c91c 100644 --- a/CRM/Contact/DAO/RelationshipType.php +++ b/CRM/Contact/DAO/RelationshipType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/RelationshipType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:900900618e15312139bf51a922485802) + * (GenCodeChecksum:59f2be616e7324c1a2b34e840b24beb2) */ /** diff --git a/CRM/Contact/DAO/SavedSearch.php b/CRM/Contact/DAO/SavedSearch.php index 2f607703c1..c0ecd2a212 100644 --- a/CRM/Contact/DAO/SavedSearch.php +++ b/CRM/Contact/DAO/SavedSearch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/SavedSearch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8a25df5165c48a42f0280efe9eb262d5) + * (GenCodeChecksum:c884fe02dfd203d381429f83672e1a9e) */ /** diff --git a/CRM/Contact/DAO/SubscriptionHistory.php b/CRM/Contact/DAO/SubscriptionHistory.php index 5de4c8515c..9aa23278b5 100644 --- a/CRM/Contact/DAO/SubscriptionHistory.php +++ b/CRM/Contact/DAO/SubscriptionHistory.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/SubscriptionHistory.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:58a499585518faad19d52d57dfb1f1ba) + * (GenCodeChecksum:f5eb6517b054998df7a07e5a81874a1b) */ /** diff --git a/CRM/Contribute/DAO/Contribution.php b/CRM/Contribute/DAO/Contribution.php index 2c2f90e7ed..85144ddce3 100644 --- a/CRM/Contribute/DAO/Contribution.php +++ b/CRM/Contribute/DAO/Contribution.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Contribution.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1ef0d9ea550f1f00e6f995bcb8270e0d) + * (GenCodeChecksum:59912e3825f18a5769be0e5be1ca01ff) */ /** @@ -273,6 +273,15 @@ class CRM_Contribute_DAO_Contribution extends CRM_Core_DAO { return $plural ? ts('Contributions') : ts('Contribution'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Financial records consisting of transactions, line-items, etc.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Contribute/DAO/ContributionPage.php b/CRM/Contribute/DAO/ContributionPage.php index d28bc50de1..6e7510f754 100644 --- a/CRM/Contribute/DAO/ContributionPage.php +++ b/CRM/Contribute/DAO/ContributionPage.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionPage.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:34ea39fcae2a3b299abcd53936219d1a) + * (GenCodeChecksum:bba87623f1ecb7c432b3e59cb159b5ea) */ /** diff --git a/CRM/Contribute/DAO/ContributionProduct.php b/CRM/Contribute/DAO/ContributionProduct.php index 28cbd8c763..9ba71809a7 100644 --- a/CRM/Contribute/DAO/ContributionProduct.php +++ b/CRM/Contribute/DAO/ContributionProduct.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionProduct.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:908e3aa238e68db7e91731a9c441ee18) + * (GenCodeChecksum:874d8c0fea5d04fa5db38546c30f8c3d) */ /** diff --git a/CRM/Contribute/DAO/ContributionRecur.php b/CRM/Contribute/DAO/ContributionRecur.php index daa75ed903..967b890b5e 100644 --- a/CRM/Contribute/DAO/ContributionRecur.php +++ b/CRM/Contribute/DAO/ContributionRecur.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionRecur.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:feaacc6f0a65f84c0005249110fa4001) + * (GenCodeChecksum:b51d7abea248616355265be7ec255050) */ /** diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index e59dbcca77..6bf05ba685 100644 --- a/CRM/Contribute/DAO/ContributionSoft.php +++ b/CRM/Contribute/DAO/ContributionSoft.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:236d3c83fd57553a2df8f4caa50d1c65) + * (GenCodeChecksum:48d432f2fe34f212c110e21cbd229fc5) */ /** diff --git a/CRM/Contribute/DAO/Premium.php b/CRM/Contribute/DAO/Premium.php index fd7dac9069..6c9603b22d 100644 --- a/CRM/Contribute/DAO/Premium.php +++ b/CRM/Contribute/DAO/Premium.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Premium.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:52b14835ecf6ed706d67f6843badb693) + * (GenCodeChecksum:7ea059e7d6ccfe258964ab274089ac60) */ /** diff --git a/CRM/Contribute/DAO/PremiumsProduct.php b/CRM/Contribute/DAO/PremiumsProduct.php index 5df4c1b93f..35e0db7a97 100644 --- a/CRM/Contribute/DAO/PremiumsProduct.php +++ b/CRM/Contribute/DAO/PremiumsProduct.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/PremiumsProduct.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:add71f3063792c8442cc337808a9af17) + * (GenCodeChecksum:41745812fcc812419159f6a93b52a715) */ /** diff --git a/CRM/Contribute/DAO/Product.php b/CRM/Contribute/DAO/Product.php index 0013353360..4261da5bdc 100644 --- a/CRM/Contribute/DAO/Product.php +++ b/CRM/Contribute/DAO/Product.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Product.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b8b0ea5f8731eb9ed3702295d3169ac8) + * (GenCodeChecksum:b70d9c858ea4a663872931e6028b0ead) */ /** diff --git a/CRM/Contribute/DAO/Widget.php b/CRM/Contribute/DAO/Widget.php index e55827af3e..9891471e38 100644 --- a/CRM/Contribute/DAO/Widget.php +++ b/CRM/Contribute/DAO/Widget.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/Widget.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:894a949697861e0f3912e5a9d0b67aed) + * (GenCodeChecksum:b27e8be28af42d6dfa9a76589ed05d7b) */ /** diff --git a/CRM/Core/CodeGen/Specification.php b/CRM/Core/CodeGen/Specification.php index 0c379947e0..4d476550a4 100644 --- a/CRM/Core/CodeGen/Specification.php +++ b/CRM/Core/CodeGen/Specification.php @@ -226,6 +226,7 @@ class CRM_Core_CodeGen_Specification { 'attributes_simple' => trim($database['tableAttributes_simple']), 'attributes_modern' => trim($database['tableAttributes_modern']), 'comment' => $this->value('comment', $tableXML), + 'description' => $this->value('description', $tableXML), 'localizable' => $localizable, 'log' => $this->value('log', $tableXML, 'false'), 'archive' => $this->value('archive', $tableXML, 'false'), diff --git a/CRM/Core/DAO.php b/CRM/Core/DAO.php index 617c91f2a4..181c39a757 100644 --- a/CRM/Core/DAO.php +++ b/CRM/Core/DAO.php @@ -137,6 +137,15 @@ class CRM_Core_DAO extends DB_DataObject { return CRM_Core_DAO_AllCoreTables::getBriefName($className); } + /** + * Returns user-friendly description of this entity. + * + * @return string|null + */ + public static function getEntityDescription() { + return NULL; + } + public function __clone() { if (!empty($this->_DB_resultid)) { $this->resultCopies++; diff --git a/CRM/Core/DAO/ActionLog.php b/CRM/Core/DAO/ActionLog.php index 9015963bc4..3d9b0315cf 100644 --- a/CRM/Core/DAO/ActionLog.php +++ b/CRM/Core/DAO/ActionLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a0c147177cdb17585bd74bbc836f7cb5) + * (GenCodeChecksum:b2a5ecdfd400bdf2fe892f9391f8a7ea) */ /** diff --git a/CRM/Core/DAO/ActionMapping.php b/CRM/Core/DAO/ActionMapping.php index d99cd9866f..a337d7dc50 100644 --- a/CRM/Core/DAO/ActionMapping.php +++ b/CRM/Core/DAO/ActionMapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionMapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2db355e73b3c39feaecdb8e18ddf7c14) + * (GenCodeChecksum:bbddce29b37d3352bf681595ee0d3ffd) */ /** diff --git a/CRM/Core/DAO/ActionSchedule.php b/CRM/Core/DAO/ActionSchedule.php index 0b71befdf0..a58346853a 100644 --- a/CRM/Core/DAO/ActionSchedule.php +++ b/CRM/Core/DAO/ActionSchedule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/ActionSchedule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:48adb86fcda3fc1cb7489d95490582b5) + * (GenCodeChecksum:35dfd5d26ce9445b37c831c51ccc5d7e) */ /** diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index 6872c34d99..0ce4ef2710 100644 --- a/CRM/Core/DAO/Address.php +++ b/CRM/Core/DAO/Address.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Address.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b4da4403036bc996d0096c71c7ed226a) + * (GenCodeChecksum:bd0caca7da12cba4ed8161b892a77229) */ /** diff --git a/CRM/Core/DAO/AddressFormat.php b/CRM/Core/DAO/AddressFormat.php index 9e6e0983f5..aad2567193 100644 --- a/CRM/Core/DAO/AddressFormat.php +++ b/CRM/Core/DAO/AddressFormat.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/AddressFormat.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:97f3200f7d0f056c11607371d23b2c53) + * (GenCodeChecksum:fc7e6c978b71e38b5357cee46708a649) */ /** diff --git a/CRM/Core/DAO/Cache.php b/CRM/Core/DAO/Cache.php index 56b0955e44..b1e3978b7e 100644 --- a/CRM/Core/DAO/Cache.php +++ b/CRM/Core/DAO/Cache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Cache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f75fff9457efc515701d6441c5da3cfd) + * (GenCodeChecksum:da6b1275fea0ffb19d09613211f7628e) */ /** diff --git a/CRM/Core/DAO/Component.php b/CRM/Core/DAO/Component.php index e5a4a26fbe..54b4aa5e2d 100644 --- a/CRM/Core/DAO/Component.php +++ b/CRM/Core/DAO/Component.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Component.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:715b933f7b0163579b567da290425992) + * (GenCodeChecksum:fd26fa740989a13ac1d91618c2059d57) */ /** diff --git a/CRM/Core/DAO/Country.php b/CRM/Core/DAO/Country.php index 7b6649cd3a..6a900cf540 100644 --- a/CRM/Core/DAO/Country.php +++ b/CRM/Core/DAO/Country.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Country.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4e511bfb7cab9f771950ac3c5900c78e) + * (GenCodeChecksum:680f4faa9e939df6f6c4ba3f1efd7853) */ /** diff --git a/CRM/Core/DAO/County.php b/CRM/Core/DAO/County.php index 88d06ebc50..943f2d724b 100644 --- a/CRM/Core/DAO/County.php +++ b/CRM/Core/DAO/County.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/County.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:36a36257bf7ce221e17843ebeca96f19) + * (GenCodeChecksum:6666108a662d719144f390bf4746268d) */ /** diff --git a/CRM/Core/DAO/CustomField.php b/CRM/Core/DAO/CustomField.php index d8c977b012..758beb4cf9 100644 --- a/CRM/Core/DAO/CustomField.php +++ b/CRM/Core/DAO/CustomField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8ec2e0591921853bc86149754f5704f9) + * (GenCodeChecksum:b53a928be3c87ec7da4f88da3ec825b8) */ /** diff --git a/CRM/Core/DAO/CustomGroup.php b/CRM/Core/DAO/CustomGroup.php index 3798bb95dd..0ffa8fe4cd 100644 --- a/CRM/Core/DAO/CustomGroup.php +++ b/CRM/Core/DAO/CustomGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/CustomGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ddee40c6f144396056437d29bc0337d7) + * (GenCodeChecksum:fbf405c2b8b04de06a84977970ae8b02) */ /** diff --git a/CRM/Core/DAO/Dashboard.php b/CRM/Core/DAO/Dashboard.php index 7cbae2ae9d..127a74dd9c 100644 --- a/CRM/Core/DAO/Dashboard.php +++ b/CRM/Core/DAO/Dashboard.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Dashboard.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6cb9571887b8c1d15ca18ea07b2ab757) + * (GenCodeChecksum:0404bd5bf3e04c20da16ec1950db8ac0) */ /** diff --git a/CRM/Core/DAO/Discount.php b/CRM/Core/DAO/Discount.php index f9ac08ac65..a1d65e4876 100644 --- a/CRM/Core/DAO/Discount.php +++ b/CRM/Core/DAO/Discount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Discount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ef47ec0e0453218f9c5e6ce9435694f7) + * (GenCodeChecksum:681876b76553a2f0db5a0c0f9d18eda0) */ /** diff --git a/CRM/Core/DAO/Domain.php b/CRM/Core/DAO/Domain.php index dfda39051b..743582be7d 100644 --- a/CRM/Core/DAO/Domain.php +++ b/CRM/Core/DAO/Domain.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Domain.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:90abce1cfca0d365b4ff49fadad001b2) + * (GenCodeChecksum:e10798e1d9921d637856a2dfcf7738dc) */ /** diff --git a/CRM/Core/DAO/Email.php b/CRM/Core/DAO/Email.php index 36081e2186..d72c3b3b85 100644 --- a/CRM/Core/DAO/Email.php +++ b/CRM/Core/DAO/Email.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Email.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4c29213d7bce543125d95b77efa03bbd) + * (GenCodeChecksum:84e4a7efb791b5e3ed3b7d7fc9e21a09) */ /** diff --git a/CRM/Core/DAO/EntityFile.php b/CRM/Core/DAO/EntityFile.php index d26286a44b..6b86fd5d41 100644 --- a/CRM/Core/DAO/EntityFile.php +++ b/CRM/Core/DAO/EntityFile.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/EntityFile.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:37cc0051ec4b2d54eeeefe4c4d004b6d) + * (GenCodeChecksum:db6759b7a93a170611ad4eb003cb9f54) */ /** diff --git a/CRM/Core/DAO/EntityTag.php b/CRM/Core/DAO/EntityTag.php index a7bac1ac8e..c5ed9f3f32 100644 --- a/CRM/Core/DAO/EntityTag.php +++ b/CRM/Core/DAO/EntityTag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/EntityTag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a73f1ade107530181eeb073fd39fc950) + * (GenCodeChecksum:c5bfb60ebd84dbe86b8dd8b522fd11e6) */ /** diff --git a/CRM/Core/DAO/Extension.php b/CRM/Core/DAO/Extension.php index e2371a50c8..389961ba32 100644 --- a/CRM/Core/DAO/Extension.php +++ b/CRM/Core/DAO/Extension.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Extension.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b979161a3a2ef67738823c85fb902876) + * (GenCodeChecksum:8d9c173c0d7da38d4c28c6b712aecee0) */ /** diff --git a/CRM/Core/DAO/File.php b/CRM/Core/DAO/File.php index 9b1627cff8..51ffc3b345 100644 --- a/CRM/Core/DAO/File.php +++ b/CRM/Core/DAO/File.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/File.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7a720dc32168f5e3b5c21226a1daa564) + * (GenCodeChecksum:6bf3c3f06e1c01d91a6c6cf5ada7a889) */ /** diff --git a/CRM/Core/DAO/IM.php b/CRM/Core/DAO/IM.php index d4869d7e01..5faf041d31 100644 --- a/CRM/Core/DAO/IM.php +++ b/CRM/Core/DAO/IM.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/IM.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bc655887019b64f21d96c5eff7040972) + * (GenCodeChecksum:179c338e66288123b7ca45c78ad57fcc) */ /** diff --git a/CRM/Core/DAO/Job.php b/CRM/Core/DAO/Job.php index 62e640fc4b..284cb4da1b 100644 --- a/CRM/Core/DAO/Job.php +++ b/CRM/Core/DAO/Job.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Job.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c999b0d2442859f0c0e5e18de30f2eb2) + * (GenCodeChecksum:e5798e1ce73654af23730d7188a0c963) */ /** diff --git a/CRM/Core/DAO/JobLog.php b/CRM/Core/DAO/JobLog.php index daa54b465b..9f73d5f82c 100644 --- a/CRM/Core/DAO/JobLog.php +++ b/CRM/Core/DAO/JobLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/JobLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3aa1cb73c46b5f34cd44a1a37a981722) + * (GenCodeChecksum:6677b28207cbf86835164b7b33c38608) */ /** diff --git a/CRM/Core/DAO/LocBlock.php b/CRM/Core/DAO/LocBlock.php index d947b7fdb7..4e388f600d 100644 --- a/CRM/Core/DAO/LocBlock.php +++ b/CRM/Core/DAO/LocBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/LocBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0fc0d628b8d0a4e918045455192980ca) + * (GenCodeChecksum:8b7812b634efd7d94dfe689a0d45d12b) */ /** diff --git a/CRM/Core/DAO/LocationType.php b/CRM/Core/DAO/LocationType.php index 51380c66da..fe2b14131a 100644 --- a/CRM/Core/DAO/LocationType.php +++ b/CRM/Core/DAO/LocationType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/LocationType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f297dfb63ce60fba3e9fe36811e63c54) + * (GenCodeChecksum:f9c5e451793d7a168906f173ea492ba7) */ /** diff --git a/CRM/Core/DAO/Log.php b/CRM/Core/DAO/Log.php index 1c7e794e34..dcbc1e2340 100644 --- a/CRM/Core/DAO/Log.php +++ b/CRM/Core/DAO/Log.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Log.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:125889d1bc0b6eb15c827e1ad378037e) + * (GenCodeChecksum:8fe4326f940304ec2c8ea86754d6142e) */ /** diff --git a/CRM/Core/DAO/MailSettings.php b/CRM/Core/DAO/MailSettings.php index f34dbf3a97..db6854affc 100644 --- a/CRM/Core/DAO/MailSettings.php +++ b/CRM/Core/DAO/MailSettings.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MailSettings.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e2f8aca7ff7a4c1d4569cd57d978f751) + * (GenCodeChecksum:116c87968f4c16758eff8825047a6ceb) */ /** diff --git a/CRM/Core/DAO/Managed.php b/CRM/Core/DAO/Managed.php index 6877a0e75a..91ce2a7b7a 100644 --- a/CRM/Core/DAO/Managed.php +++ b/CRM/Core/DAO/Managed.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Managed.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7254649f0a40bd37a56d5781567c47c7) + * (GenCodeChecksum:c8697305b613f6ca6854638025df2fd7) */ /** diff --git a/CRM/Core/DAO/Mapping.php b/CRM/Core/DAO/Mapping.php index bbae336b6f..3ace2b661c 100644 --- a/CRM/Core/DAO/Mapping.php +++ b/CRM/Core/DAO/Mapping.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Mapping.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:12087a864ccb66be7b11af781b242c02) + * (GenCodeChecksum:4a0976e14e588b9a81c79e72849494e0) */ /** diff --git a/CRM/Core/DAO/MappingField.php b/CRM/Core/DAO/MappingField.php index b3d1493047..9c97623102 100644 --- a/CRM/Core/DAO/MappingField.php +++ b/CRM/Core/DAO/MappingField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MappingField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f46b7a16002a4e16ee2db61fc394a13a) + * (GenCodeChecksum:d2ce640ccb1f30190097cced450038e0) */ /** diff --git a/CRM/Core/DAO/Menu.php b/CRM/Core/DAO/Menu.php index 74082ea4a6..f70e8b2f91 100644 --- a/CRM/Core/DAO/Menu.php +++ b/CRM/Core/DAO/Menu.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Menu.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c09d043f3d205f3502a3e16f94a200dd) + * (GenCodeChecksum:43fa7e0ff85619af0065d2802de6f8f4) */ /** diff --git a/CRM/Core/DAO/MessageTemplate.php b/CRM/Core/DAO/MessageTemplate.php index 96d2a82179..a84d7eed54 100644 --- a/CRM/Core/DAO/MessageTemplate.php +++ b/CRM/Core/DAO/MessageTemplate.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/MessageTemplate.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:09434f7bf2a0cccd82d6f3edf6873e39) + * (GenCodeChecksum:10bf11ca59e77fe7be9dfd775e5d5cd0) */ /** diff --git a/CRM/Core/DAO/Navigation.php b/CRM/Core/DAO/Navigation.php index 2865991056..ab154b8353 100644 --- a/CRM/Core/DAO/Navigation.php +++ b/CRM/Core/DAO/Navigation.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Navigation.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:8a120683f9bd11ea9e17fbccfed289fd) + * (GenCodeChecksum:2b9fb139d42e95f23ebc1fe7b055c546) */ /** diff --git a/CRM/Core/DAO/Note.php b/CRM/Core/DAO/Note.php index 1f9547b0b8..35067ea292 100644 --- a/CRM/Core/DAO/Note.php +++ b/CRM/Core/DAO/Note.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Note.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:93f7d0a057e66114cd7b2086c511f0fd) + * (GenCodeChecksum:a84f607a5a29a8977287f694f05ab721) */ /** diff --git a/CRM/Core/DAO/OpenID.php b/CRM/Core/DAO/OpenID.php index 406081e418..166758db6f 100644 --- a/CRM/Core/DAO/OpenID.php +++ b/CRM/Core/DAO/OpenID.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OpenID.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:52f04f084f77d77647b6fd4fd70f91d9) + * (GenCodeChecksum:6547ff2f60e61de44f3ca5a866c1df6a) */ /** diff --git a/CRM/Core/DAO/OptionGroup.php b/CRM/Core/DAO/OptionGroup.php index b979ae6062..59dfd5c4e0 100644 --- a/CRM/Core/DAO/OptionGroup.php +++ b/CRM/Core/DAO/OptionGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OptionGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:5f7256e2bd9f6f3c96ea39c8642dcafb) + * (GenCodeChecksum:6be4b908c7861e9026d1f2d78c42a0ac) */ /** diff --git a/CRM/Core/DAO/OptionValue.php b/CRM/Core/DAO/OptionValue.php index c59dfc270f..e421d63a2a 100644 --- a/CRM/Core/DAO/OptionValue.php +++ b/CRM/Core/DAO/OptionValue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/OptionValue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bb1be9c1b4275b0298724537618f6895) + * (GenCodeChecksum:171565168517add49222893871a84e43) */ /** diff --git a/CRM/Core/DAO/Phone.php b/CRM/Core/DAO/Phone.php index 505eb90254..c4918cc592 100644 --- a/CRM/Core/DAO/Phone.php +++ b/CRM/Core/DAO/Phone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Phone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cadb26f607b1638fc26aea5a2a5ccd73) + * (GenCodeChecksum:632e24c7c46ff01ecb1acab879bcf625) */ /** diff --git a/CRM/Core/DAO/PreferencesDate.php b/CRM/Core/DAO/PreferencesDate.php index d036808147..f0c15bc898 100644 --- a/CRM/Core/DAO/PreferencesDate.php +++ b/CRM/Core/DAO/PreferencesDate.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PreferencesDate.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:92207005de86924b05203395e1e83675) + * (GenCodeChecksum:767dc30f83e4087a07c185f857fc8fb3) */ /** diff --git a/CRM/Core/DAO/PrevNextCache.php b/CRM/Core/DAO/PrevNextCache.php index 66cf6c2be5..8bcc48e614 100644 --- a/CRM/Core/DAO/PrevNextCache.php +++ b/CRM/Core/DAO/PrevNextCache.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrevNextCache.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:207e660d644f8fa00b5873ca2d0a298b) + * (GenCodeChecksum:af3cb54c291525d39547cefa9bddf11a) */ /** diff --git a/CRM/Core/DAO/PrintLabel.php b/CRM/Core/DAO/PrintLabel.php index 517aedd7ad..9fa29c8fca 100644 --- a/CRM/Core/DAO/PrintLabel.php +++ b/CRM/Core/DAO/PrintLabel.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/PrintLabel.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:56331718846a7dc11e08e8c206696d8a) + * (GenCodeChecksum:cae6bd3ef03de9c99cd64c3c232fca54) */ /** diff --git a/CRM/Core/DAO/RecurringEntity.php b/CRM/Core/DAO/RecurringEntity.php index a66dccd577..276dad5b04 100644 --- a/CRM/Core/DAO/RecurringEntity.php +++ b/CRM/Core/DAO/RecurringEntity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/RecurringEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3295c773e777a676d813419cd27825af) + * (GenCodeChecksum:9176ce7b1312c05e06b2d744da945f83) */ /** diff --git a/CRM/Core/DAO/Setting.php b/CRM/Core/DAO/Setting.php index f5f3ffec4c..cb03d030a9 100644 --- a/CRM/Core/DAO/Setting.php +++ b/CRM/Core/DAO/Setting.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Setting.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:65d67bb9fc865db88ef5e3a6da69ba87) + * (GenCodeChecksum:1cc77a956cd4dfc7dd2a7f22579ad742) */ /** diff --git a/CRM/Core/DAO/StateProvince.php b/CRM/Core/DAO/StateProvince.php index 66eaa99e8e..66f8bfe33a 100644 --- a/CRM/Core/DAO/StateProvince.php +++ b/CRM/Core/DAO/StateProvince.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/StateProvince.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3807f834dde7f3a4bca379cf6e9d9130) + * (GenCodeChecksum:d99e943649a1c2db96c2111d7feeeec2) */ /** diff --git a/CRM/Core/DAO/StatusPreference.php b/CRM/Core/DAO/StatusPreference.php index b9220759d3..58146b7396 100644 --- a/CRM/Core/DAO/StatusPreference.php +++ b/CRM/Core/DAO/StatusPreference.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/StatusPreference.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:37d97f482b6f4e6082c43ad214b5678c) + * (GenCodeChecksum:97f98c6f510e57260d2a5e3647a00d4f) */ /** diff --git a/CRM/Core/DAO/SystemLog.php b/CRM/Core/DAO/SystemLog.php index 00c16bbc39..ea1920cf12 100644 --- a/CRM/Core/DAO/SystemLog.php +++ b/CRM/Core/DAO/SystemLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/SystemLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cd995817d0c300048fa38a8a7ff5d1cd) + * (GenCodeChecksum:1dd363d9554947bfdd8c75bba4ee5da9) */ /** diff --git a/CRM/Core/DAO/Tag.php b/CRM/Core/DAO/Tag.php index 6c745b9fd6..4886437cfe 100644 --- a/CRM/Core/DAO/Tag.php +++ b/CRM/Core/DAO/Tag.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Tag.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:780c9949951c1a27be4fcbc0f9f3a7f0) + * (GenCodeChecksum:6bf223ca710a35bc6fb4c5e3f373b214) */ /** diff --git a/CRM/Core/DAO/Timezone.php b/CRM/Core/DAO/Timezone.php index 70f171897b..20d5781b97 100644 --- a/CRM/Core/DAO/Timezone.php +++ b/CRM/Core/DAO/Timezone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Timezone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:884c166906e487ac1758fa4da6c816a6) + * (GenCodeChecksum:a1960975c14d40dedac3cbf6121044db) */ /** diff --git a/CRM/Core/DAO/Translation.php b/CRM/Core/DAO/Translation.php index 84bd641b7a..aba20f3afa 100644 --- a/CRM/Core/DAO/Translation.php +++ b/CRM/Core/DAO/Translation.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Translation.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:9c290a244c0efde76b4e0cd83a069b2b) + * (GenCodeChecksum:26a0aec7a4d0e31684a513f1a3f6fa18) */ /** diff --git a/CRM/Core/DAO/UFField.php b/CRM/Core/DAO/UFField.php index 6edd64787a..ba2cdcba54 100644 --- a/CRM/Core/DAO/UFField.php +++ b/CRM/Core/DAO/UFField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4129a22b34b4161f5091e01ceaf5a4c1) + * (GenCodeChecksum:47f3fbbbd8d816a9cfb9f7fb4e7d5dc4) */ /** diff --git a/CRM/Core/DAO/UFGroup.php b/CRM/Core/DAO/UFGroup.php index 85f63b0500..a7dccae40d 100644 --- a/CRM/Core/DAO/UFGroup.php +++ b/CRM/Core/DAO/UFGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c9b253928c8d6b6fd8869e8e8a63e6f6) + * (GenCodeChecksum:0cb6463f64d494ca888d10708269b63c) */ /** diff --git a/CRM/Core/DAO/UFJoin.php b/CRM/Core/DAO/UFJoin.php index d8d8080c4b..e60816d109 100644 --- a/CRM/Core/DAO/UFJoin.php +++ b/CRM/Core/DAO/UFJoin.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFJoin.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e50870bd9bbc252854166ca3e90c5601) + * (GenCodeChecksum:ad3e1eb59e96ed7553d2a3f48430c934) */ /** diff --git a/CRM/Core/DAO/UFMatch.php b/CRM/Core/DAO/UFMatch.php index 479a232f25..f374311007 100644 --- a/CRM/Core/DAO/UFMatch.php +++ b/CRM/Core/DAO/UFMatch.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/UFMatch.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ebed522d00626aa9ba2b98178b2045a4) + * (GenCodeChecksum:c192c2dfffc598c44141e666fb164342) */ /** diff --git a/CRM/Core/DAO/Website.php b/CRM/Core/DAO/Website.php index 835a3a0b3b..80d55ebb66 100644 --- a/CRM/Core/DAO/Website.php +++ b/CRM/Core/DAO/Website.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Website.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:bcaae3388c26a04cb9e57dc9546dbfe7) + * (GenCodeChecksum:042da2fb78309555f5d4ecbe41d33cd0) */ /** diff --git a/CRM/Core/DAO/WordReplacement.php b/CRM/Core/DAO/WordReplacement.php index fe81bace66..47141b827f 100644 --- a/CRM/Core/DAO/WordReplacement.php +++ b/CRM/Core/DAO/WordReplacement.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/WordReplacement.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e4ee8b38fc050b33ce056fff1587d5e6) + * (GenCodeChecksum:4465ed4733f5b424c231d208ef1f61d7) */ /** diff --git a/CRM/Core/DAO/Worldregion.php b/CRM/Core/DAO/Worldregion.php index 81a344a405..cea1ffea6c 100644 --- a/CRM/Core/DAO/Worldregion.php +++ b/CRM/Core/DAO/Worldregion.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Worldregion.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3c8f6cd69c0e0be698517191ad882cb7) + * (GenCodeChecksum:897ca1a3833baf2e0c5bc09b350d26cd) */ /** diff --git a/CRM/Cxn/DAO/Cxn.php b/CRM/Cxn/DAO/Cxn.php index cc7a986964..1edc4fb456 100644 --- a/CRM/Cxn/DAO/Cxn.php +++ b/CRM/Cxn/DAO/Cxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Cxn/Cxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c39a28a9d03c9ed8d63e7c0959f6a947) + * (GenCodeChecksum:337dd2bb4d7df6fcf7d74813e2c45bd5) */ /** diff --git a/CRM/Dedupe/DAO/DedupeException.php b/CRM/Dedupe/DAO/DedupeException.php index 7560180938..b1a96bab87 100644 --- a/CRM/Dedupe/DAO/DedupeException.php +++ b/CRM/Dedupe/DAO/DedupeException.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/DedupeException.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2cc97827790267ad8bfb46052ae0360c) + * (GenCodeChecksum:52d33f10e1ffb90a32f65a9fa73ac9b3) */ /** diff --git a/CRM/Dedupe/DAO/DedupeRule.php b/CRM/Dedupe/DAO/DedupeRule.php index 7dc912053c..b876fe3629 100644 --- a/CRM/Dedupe/DAO/DedupeRule.php +++ b/CRM/Dedupe/DAO/DedupeRule.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/DedupeRule.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:782d96ecc76d4020270fce04574a39b5) + * (GenCodeChecksum:be34a32d6749dbd8caecac45f2086b61) */ /** diff --git a/CRM/Dedupe/DAO/DedupeRuleGroup.php b/CRM/Dedupe/DAO/DedupeRuleGroup.php index 55daa8ae2d..14c9cc4d5d 100644 --- a/CRM/Dedupe/DAO/DedupeRuleGroup.php +++ b/CRM/Dedupe/DAO/DedupeRuleGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Dedupe/DedupeRuleGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d2b969468d4841e3b7595d7beba7cea2) + * (GenCodeChecksum:2168d89d281dc113ef6403af4dc39658) */ /** diff --git a/CRM/Event/Cart/DAO/Cart.php b/CRM/Event/Cart/DAO/Cart.php index 9332fb5538..52d4278097 100644 --- a/CRM/Event/Cart/DAO/Cart.php +++ b/CRM/Event/Cart/DAO/Cart.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Cart/Cart.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:183604c066e28af10c1a6b1dc9ccb698) + * (GenCodeChecksum:889446482ab589edebb02d7abee76bc5) */ /** diff --git a/CRM/Event/Cart/DAO/EventInCart.php b/CRM/Event/Cart/DAO/EventInCart.php index 28e81c9c19..461ae202be 100644 --- a/CRM/Event/Cart/DAO/EventInCart.php +++ b/CRM/Event/Cart/DAO/EventInCart.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Cart/EventInCart.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cde461dbf781f6bb0efa0531f00038b6) + * (GenCodeChecksum:872f4e67be93efbed14721bb030227db) */ /** diff --git a/CRM/Event/DAO/Event.php b/CRM/Event/DAO/Event.php index 5403c25a2b..e1391f4ac6 100644 --- a/CRM/Event/DAO/Event.php +++ b/CRM/Event/DAO/Event.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Event.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e0bee3952ac39a53952b6a7979a79e13) + * (GenCodeChecksum:4b2cc938c8bb6e8bcba91513d109ff5f) */ /** @@ -554,6 +554,15 @@ class CRM_Event_DAO_Event extends CRM_Core_DAO { return $plural ? ts('Events') : ts('Event'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Scheduled in-person or online events which contacts can register for and attend.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Event/DAO/Participant.php b/CRM/Event/DAO/Participant.php index 830c99acf2..3e891d8ae1 100644 --- a/CRM/Event/DAO/Participant.php +++ b/CRM/Event/DAO/Participant.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/Participant.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2129f60f86eef85a5a5a97a22d41134e) + * (GenCodeChecksum:0e7f61919241631110f216e80d72d845) */ /** @@ -186,6 +186,15 @@ class CRM_Event_DAO_Participant extends CRM_Core_DAO { return $plural ? ts('Participants') : ts('Participant'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Records of contacts\' attendance and roles in events.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Event/DAO/ParticipantPayment.php b/CRM/Event/DAO/ParticipantPayment.php index 57b9b9697a..9fe49f0c86 100644 --- a/CRM/Event/DAO/ParticipantPayment.php +++ b/CRM/Event/DAO/ParticipantPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:6300da7ad1aebb4963cb5857ef146772) + * (GenCodeChecksum:faf8b6394f4e57dd2bd6702f712f7157) */ /** diff --git a/CRM/Event/DAO/ParticipantStatusType.php b/CRM/Event/DAO/ParticipantStatusType.php index 3e24df9e46..f4da6903bb 100644 --- a/CRM/Event/DAO/ParticipantStatusType.php +++ b/CRM/Event/DAO/ParticipantStatusType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Event/ParticipantStatusType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d4e01997101377c20d79423f6dc281b9) + * (GenCodeChecksum:0f5f8f9d2171b25bb250914d746996bc) */ /** diff --git a/CRM/Financial/DAO/Currency.php b/CRM/Financial/DAO/Currency.php index f9988e57b8..cfad1c496d 100644 --- a/CRM/Financial/DAO/Currency.php +++ b/CRM/Financial/DAO/Currency.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/Currency.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:702d26343c15d3e3ee91c16f302ba0c0) + * (GenCodeChecksum:710d5211ef6887a78a0d2a531b87555a) */ /** diff --git a/CRM/Financial/DAO/EntityFinancialAccount.php b/CRM/Financial/DAO/EntityFinancialAccount.php index 96042a5f85..18c6243f5b 100644 --- a/CRM/Financial/DAO/EntityFinancialAccount.php +++ b/CRM/Financial/DAO/EntityFinancialAccount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/EntityFinancialAccount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:70f25c56047d21ecc405e8b7a60ef68d) + * (GenCodeChecksum:ed1b639bfb9c1c9be37ed44ed2efe98c) */ /** diff --git a/CRM/Financial/DAO/EntityFinancialTrxn.php b/CRM/Financial/DAO/EntityFinancialTrxn.php index 9d049c7cc8..5b56512c5f 100644 --- a/CRM/Financial/DAO/EntityFinancialTrxn.php +++ b/CRM/Financial/DAO/EntityFinancialTrxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/EntityFinancialTrxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b3317f412b569aed0c63b8692d0b7016) + * (GenCodeChecksum:fafa322736bff4ccf082449b5e54cd35) */ /** diff --git a/CRM/Financial/DAO/FinancialAccount.php b/CRM/Financial/DAO/FinancialAccount.php index 6361feda03..377a0521c4 100644 --- a/CRM/Financial/DAO/FinancialAccount.php +++ b/CRM/Financial/DAO/FinancialAccount.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialAccount.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f273f668e30ddfa505cac215f0485c64) + * (GenCodeChecksum:08824371a351806b30fc54c608138bd6) */ /** diff --git a/CRM/Financial/DAO/FinancialItem.php b/CRM/Financial/DAO/FinancialItem.php index 2e99cdfd69..106dddb041 100644 --- a/CRM/Financial/DAO/FinancialItem.php +++ b/CRM/Financial/DAO/FinancialItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:c9deaca104b5b1126ad3a064c520d0c3) + * (GenCodeChecksum:70be7900a331cb86c9cd6ee76544adc5) */ /** diff --git a/CRM/Financial/DAO/FinancialTrxn.php b/CRM/Financial/DAO/FinancialTrxn.php index 4b37bb9290..17f736233b 100644 --- a/CRM/Financial/DAO/FinancialTrxn.php +++ b/CRM/Financial/DAO/FinancialTrxn.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialTrxn.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2275bd3093a607f7639f8680918dfe89) + * (GenCodeChecksum:330be109309bcc6fc543b287c805e606) */ /** diff --git a/CRM/Financial/DAO/FinancialType.php b/CRM/Financial/DAO/FinancialType.php index a5db19a8dc..3593396d76 100644 --- a/CRM/Financial/DAO/FinancialType.php +++ b/CRM/Financial/DAO/FinancialType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/FinancialType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:035576414ddb721b2607522dc5d874e4) + * (GenCodeChecksum:2e4be9c40fcfbca83940bb875d516886) */ /** diff --git a/CRM/Financial/DAO/PaymentProcessor.php b/CRM/Financial/DAO/PaymentProcessor.php index 6d821d2a5c..47cd88caec 100644 --- a/CRM/Financial/DAO/PaymentProcessor.php +++ b/CRM/Financial/DAO/PaymentProcessor.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentProcessor.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cf3b781bf6401730a67544ab64bb6883) + * (GenCodeChecksum:a541d72f9435b6ae2706d98cc01b1598) */ /** diff --git a/CRM/Financial/DAO/PaymentProcessorType.php b/CRM/Financial/DAO/PaymentProcessorType.php index 3066dcb0f9..32118ba04a 100644 --- a/CRM/Financial/DAO/PaymentProcessorType.php +++ b/CRM/Financial/DAO/PaymentProcessorType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentProcessorType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:38d6905c856137c04e68c5ebdbab4de9) + * (GenCodeChecksum:f60f8f4248c8c667223720869d8c81b3) */ /** diff --git a/CRM/Financial/DAO/PaymentToken.php b/CRM/Financial/DAO/PaymentToken.php index bd88344269..0c6816df4d 100644 --- a/CRM/Financial/DAO/PaymentToken.php +++ b/CRM/Financial/DAO/PaymentToken.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Financial/PaymentToken.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:03492b5f23f8ab161d3515587ed50470) + * (GenCodeChecksum:f1c4b32a0722841ec435f9b6c4ecfe54) */ /** diff --git a/CRM/Friend/DAO/Friend.php b/CRM/Friend/DAO/Friend.php index f466450c42..e5a77e498d 100644 --- a/CRM/Friend/DAO/Friend.php +++ b/CRM/Friend/DAO/Friend.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Friend/Friend.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2405dab9bde6a82673d70673b9c4833b) + * (GenCodeChecksum:cddccd848fafb980eb26245c21f47f76) */ /** diff --git a/CRM/Grant/DAO/Grant.php b/CRM/Grant/DAO/Grant.php index d2c9021b81..41b3abeb61 100644 --- a/CRM/Grant/DAO/Grant.php +++ b/CRM/Grant/DAO/Grant.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Grant/Grant.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3514965c4290206b308ba49da1915ac9) + * (GenCodeChecksum:36856b7ed6b7fc04e812c92fd42df94f) */ /** @@ -173,6 +173,15 @@ class CRM_Grant_DAO_Grant extends CRM_Core_DAO { return $plural ? ts('Grants') : ts('Grant'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Funds applied for and given out by this organization.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Mailing/DAO/BouncePattern.php b/CRM/Mailing/DAO/BouncePattern.php index 830af977d3..091639a689 100644 --- a/CRM/Mailing/DAO/BouncePattern.php +++ b/CRM/Mailing/DAO/BouncePattern.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BouncePattern.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a340a133494d8de320812a282997d760) + * (GenCodeChecksum:c69a86cc75621a05e32951247e12f06b) */ /** diff --git a/CRM/Mailing/DAO/BounceType.php b/CRM/Mailing/DAO/BounceType.php index dbe383e1b5..8a274e8392 100644 --- a/CRM/Mailing/DAO/BounceType.php +++ b/CRM/Mailing/DAO/BounceType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/BounceType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3b880ec51ff0445ed90072824ba388c5) + * (GenCodeChecksum:cde25653865971ad7f5692dfd0eb7c39) */ /** diff --git a/CRM/Mailing/DAO/Mailing.php b/CRM/Mailing/DAO/Mailing.php index 55cafbfff6..24666f8b58 100644 --- a/CRM/Mailing/DAO/Mailing.php +++ b/CRM/Mailing/DAO/Mailing.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Mailing.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:0ec62681276293bf364dc27bc3117b11) + * (GenCodeChecksum:a2d71da677efc3436ae8ed9414cdecca) */ /** @@ -361,6 +361,15 @@ class CRM_Mailing_DAO_Mailing extends CRM_Core_DAO { return $plural ? ts('Mailings') : ts('Mailing'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Mass emails sent from CiviMail.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Mailing/DAO/MailingAB.php b/CRM/Mailing/DAO/MailingAB.php index 871bfb30ac..0e3e3ad5e5 100644 --- a/CRM/Mailing/DAO/MailingAB.php +++ b/CRM/Mailing/DAO/MailingAB.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingAB.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:753d6580550aec3404384c585451fb96) + * (GenCodeChecksum:021242562cab688e65a6c13247c61636) */ /** diff --git a/CRM/Mailing/DAO/MailingComponent.php b/CRM/Mailing/DAO/MailingComponent.php index a6d1ee4647..281181c445 100644 --- a/CRM/Mailing/DAO/MailingComponent.php +++ b/CRM/Mailing/DAO/MailingComponent.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingComponent.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4fb4d43c4e99fd287db2ae1936ad6b96) + * (GenCodeChecksum:41af94f2313c33bb228194f142fc8e0b) */ /** diff --git a/CRM/Mailing/DAO/MailingGroup.php b/CRM/Mailing/DAO/MailingGroup.php index f5e6d3cd90..0fd5b1f894 100644 --- a/CRM/Mailing/DAO/MailingGroup.php +++ b/CRM/Mailing/DAO/MailingGroup.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingGroup.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:52fcf6b74cf0c8f3ad9d3e6e9c6f8fb4) + * (GenCodeChecksum:1e483c2e468defc82c46dd66146595bb) */ /** diff --git a/CRM/Mailing/DAO/MailingJob.php b/CRM/Mailing/DAO/MailingJob.php index 2b74f4c918..fb5b2d8748 100644 --- a/CRM/Mailing/DAO/MailingJob.php +++ b/CRM/Mailing/DAO/MailingJob.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/MailingJob.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:66ec8ea61011246f741eab74caed0622) + * (GenCodeChecksum:2527bca832d0e7751c69a42d33f28159) */ /** diff --git a/CRM/Mailing/DAO/Recipients.php b/CRM/Mailing/DAO/Recipients.php index f56a780af7..01c79e8ed0 100644 --- a/CRM/Mailing/DAO/Recipients.php +++ b/CRM/Mailing/DAO/Recipients.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Recipients.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1bb8ea55e30a902501c79a39d7129aa9) + * (GenCodeChecksum:b3c4d09f9c6afa1f96dc0d1cdbaec935) */ /** diff --git a/CRM/Mailing/DAO/Spool.php b/CRM/Mailing/DAO/Spool.php index 6cb780587a..e222a98fa1 100644 --- a/CRM/Mailing/DAO/Spool.php +++ b/CRM/Mailing/DAO/Spool.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Spool.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:d898fa4a28acbca7f43244142daa4712) + * (GenCodeChecksum:37cfd90aa2697070996f893259692b4b) */ /** diff --git a/CRM/Mailing/DAO/TrackableURL.php b/CRM/Mailing/DAO/TrackableURL.php index c2d4fcb0c7..2c018815e7 100644 --- a/CRM/Mailing/DAO/TrackableURL.php +++ b/CRM/Mailing/DAO/TrackableURL.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/TrackableURL.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b33ea7557c17d9f6eb2f5bc9a3a1807b) + * (GenCodeChecksum:4c224c28653ab679c03fb8e98ddc3401) */ /** diff --git a/CRM/Mailing/Event/DAO/Bounce.php b/CRM/Mailing/Event/DAO/Bounce.php index a03433da66..aebb50a011 100644 --- a/CRM/Mailing/Event/DAO/Bounce.php +++ b/CRM/Mailing/Event/DAO/Bounce.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Bounce.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:de41ec098f97421e689810ea56f27df2) + * (GenCodeChecksum:6f3c41c50e9baa89d14295479d66975c) */ /** diff --git a/CRM/Mailing/Event/DAO/Confirm.php b/CRM/Mailing/Event/DAO/Confirm.php index 1a893442ec..b8bde92ad9 100644 --- a/CRM/Mailing/Event/DAO/Confirm.php +++ b/CRM/Mailing/Event/DAO/Confirm.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Confirm.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ca8f4e4d694557fcff22370853263d17) + * (GenCodeChecksum:666c5eb15eb75fd23bebb088db0bc004) */ /** diff --git a/CRM/Mailing/Event/DAO/Delivered.php b/CRM/Mailing/Event/DAO/Delivered.php index 3f24abf808..7713ee98bc 100644 --- a/CRM/Mailing/Event/DAO/Delivered.php +++ b/CRM/Mailing/Event/DAO/Delivered.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Delivered.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:67eb9eaad7e2da2d70e39d358ecfdb6f) + * (GenCodeChecksum:01ce8759ea940b4dd34213f25b15e7d3) */ /** diff --git a/CRM/Mailing/Event/DAO/Forward.php b/CRM/Mailing/Event/DAO/Forward.php index fe7ba7958d..01cca5af26 100644 --- a/CRM/Mailing/Event/DAO/Forward.php +++ b/CRM/Mailing/Event/DAO/Forward.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Forward.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b725b983e15e98213760102ea9472505) + * (GenCodeChecksum:60c155254c97ad953fc07b9244440f4e) */ /** diff --git a/CRM/Mailing/Event/DAO/Opened.php b/CRM/Mailing/Event/DAO/Opened.php index 7be8425c14..2b340f50d4 100644 --- a/CRM/Mailing/Event/DAO/Opened.php +++ b/CRM/Mailing/Event/DAO/Opened.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Opened.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:287f7852cf7a1218f9ff6c4ee0a6470a) + * (GenCodeChecksum:eb80ba7a01169cc0320fb2807c873291) */ /** diff --git a/CRM/Mailing/Event/DAO/Queue.php b/CRM/Mailing/Event/DAO/Queue.php index 82b76f1c88..fc34ac15a4 100644 --- a/CRM/Mailing/Event/DAO/Queue.php +++ b/CRM/Mailing/Event/DAO/Queue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Queue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:62c78a2685fdd214159e30c944cd85c6) + * (GenCodeChecksum:64ec9770e9d859c3dba4512005c188be) */ /** diff --git a/CRM/Mailing/Event/DAO/Reply.php b/CRM/Mailing/Event/DAO/Reply.php index 0e89b58def..0e3dfdd870 100644 --- a/CRM/Mailing/Event/DAO/Reply.php +++ b/CRM/Mailing/Event/DAO/Reply.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Reply.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:614965c0ed3cb79b5a93c1e3d1248e03) + * (GenCodeChecksum:500b838b63185072b949c9e1a308f9d0) */ /** diff --git a/CRM/Mailing/Event/DAO/Subscribe.php b/CRM/Mailing/Event/DAO/Subscribe.php index 9ad620fc11..95e65c8e3c 100644 --- a/CRM/Mailing/Event/DAO/Subscribe.php +++ b/CRM/Mailing/Event/DAO/Subscribe.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Subscribe.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4b0ac23074c6737a52e326f42c8c25ca) + * (GenCodeChecksum:e9d5fb2bce9ebd0adb366e76b39d3e84) */ /** diff --git a/CRM/Mailing/Event/DAO/TrackableURLOpen.php b/CRM/Mailing/Event/DAO/TrackableURLOpen.php index 9c9d5abe01..1b99093812 100644 --- a/CRM/Mailing/Event/DAO/TrackableURLOpen.php +++ b/CRM/Mailing/Event/DAO/TrackableURLOpen.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/TrackableURLOpen.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1ac2ff5ffce9ff76d15e976845bbd8e8) + * (GenCodeChecksum:5eed5ab9c156c3f774a049f39546cbac) */ /** diff --git a/CRM/Mailing/Event/DAO/Unsubscribe.php b/CRM/Mailing/Event/DAO/Unsubscribe.php index fdfa2d5c55..9e0bd515af 100644 --- a/CRM/Mailing/Event/DAO/Unsubscribe.php +++ b/CRM/Mailing/Event/DAO/Unsubscribe.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Mailing/Event/Unsubscribe.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2f06825cf706eb25be63167950390a62) + * (GenCodeChecksum:c1409a676271a172fdc33339a4414951) */ /** diff --git a/CRM/Member/DAO/Membership.php b/CRM/Member/DAO/Membership.php index 4cffc2f570..c1d0ef01f3 100644 --- a/CRM/Member/DAO/Membership.php +++ b/CRM/Member/DAO/Membership.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/Membership.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dc1ce9eef7433fb191d837f800a9f745) + * (GenCodeChecksum:e364568e0284363b3a9141823215c536) */ /** @@ -174,6 +174,15 @@ class CRM_Member_DAO_Membership extends CRM_Core_DAO { return $plural ? ts('Memberships') : ts('Membership'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Records of contacts belonging to an organization\'s membership program.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Member/DAO/MembershipBlock.php b/CRM/Member/DAO/MembershipBlock.php index 6e537bf79e..891dc5b991 100644 --- a/CRM/Member/DAO/MembershipBlock.php +++ b/CRM/Member/DAO/MembershipBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3a11d3829c8792b08f4e1f361c80e91c) + * (GenCodeChecksum:1f5c13fb36ae0853ed5982f6ca40d65a) */ /** diff --git a/CRM/Member/DAO/MembershipLog.php b/CRM/Member/DAO/MembershipLog.php index 708ba7bc48..2d13cc86d0 100644 --- a/CRM/Member/DAO/MembershipLog.php +++ b/CRM/Member/DAO/MembershipLog.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipLog.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a110ab7dd0e4be40f840eae85b85048b) + * (GenCodeChecksum:cca53e3abe058a7b585138271658d90c) */ /** diff --git a/CRM/Member/DAO/MembershipPayment.php b/CRM/Member/DAO/MembershipPayment.php index adae99b2bf..a549158e02 100644 --- a/CRM/Member/DAO/MembershipPayment.php +++ b/CRM/Member/DAO/MembershipPayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipPayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1e8b8450bfe96eaf47f0f7d4070caaa8) + * (GenCodeChecksum:cb00d5477470230f8ab9b18bc56ca910) */ /** diff --git a/CRM/Member/DAO/MembershipStatus.php b/CRM/Member/DAO/MembershipStatus.php index 87063dc707..85b8e054d8 100644 --- a/CRM/Member/DAO/MembershipStatus.php +++ b/CRM/Member/DAO/MembershipStatus.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipStatus.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:614df1344aee4571915f071bef3d1090) + * (GenCodeChecksum:62a534dbf9aed62f4d496939b44acf3d) */ /** diff --git a/CRM/Member/DAO/MembershipType.php b/CRM/Member/DAO/MembershipType.php index 1d41c80010..c81123e029 100644 --- a/CRM/Member/DAO/MembershipType.php +++ b/CRM/Member/DAO/MembershipType.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Member/MembershipType.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:32c41f6fbf066a56e2beb49cfb976977) + * (GenCodeChecksum:e989278865fbeabd9f3d6efc7271a2d1) */ /** diff --git a/CRM/PCP/DAO/PCP.php b/CRM/PCP/DAO/PCP.php index 4772c5beb1..9c04ed84fd 100644 --- a/CRM/PCP/DAO/PCP.php +++ b/CRM/PCP/DAO/PCP.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/PCP/PCP.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:b6ab23bb8e72eac29f57d10b07ece09c) + * (GenCodeChecksum:0d2fc92a3a801a3eb5eca71989b21557) */ /** diff --git a/CRM/PCP/DAO/PCPBlock.php b/CRM/PCP/DAO/PCPBlock.php index c80700c2a1..e1cfd859bb 100644 --- a/CRM/PCP/DAO/PCPBlock.php +++ b/CRM/PCP/DAO/PCPBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/PCP/PCPBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:ded07a159b7baf093c3fb98e0656063f) + * (GenCodeChecksum:4b5ca843e0a3a2e4b439d03513b20682) */ /** diff --git a/CRM/Pledge/DAO/Pledge.php b/CRM/Pledge/DAO/Pledge.php index c08c2f0052..ab4a7c6829 100644 --- a/CRM/Pledge/DAO/Pledge.php +++ b/CRM/Pledge/DAO/Pledge.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/Pledge.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:207537ed0241f8d30a332da89eb213af) + * (GenCodeChecksum:49bcf54cf3de315f6e8f07519eb1b5f2) */ /** @@ -215,6 +215,15 @@ class CRM_Pledge_DAO_Pledge extends CRM_Core_DAO { return $plural ? ts('Pledges') : ts('Pledge'); } + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() { + return ts('Promises to contribute at a future time, either in full, or at regular intervals until a total goal is reached.'); + } + /** * Returns foreign keys and entity references. * diff --git a/CRM/Pledge/DAO/PledgeBlock.php b/CRM/Pledge/DAO/PledgeBlock.php index 2caae9e1bb..209e60a3aa 100644 --- a/CRM/Pledge/DAO/PledgeBlock.php +++ b/CRM/Pledge/DAO/PledgeBlock.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/PledgeBlock.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2ee09d20ee73675e8c28c7aa9207f67d) + * (GenCodeChecksum:37dd1b6ee946c78093489ce7a98c55e0) */ /** diff --git a/CRM/Pledge/DAO/PledgePayment.php b/CRM/Pledge/DAO/PledgePayment.php index d5ccaec376..0dae73a2f0 100644 --- a/CRM/Pledge/DAO/PledgePayment.php +++ b/CRM/Pledge/DAO/PledgePayment.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Pledge/PledgePayment.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a539e4dbc9ec376ab590718431839b72) + * (GenCodeChecksum:bfa7183802af9f28111c1d7c7dc6af5a) */ /** diff --git a/CRM/Price/DAO/LineItem.php b/CRM/Price/DAO/LineItem.php index 0aa851939e..4d027fbc98 100644 --- a/CRM/Price/DAO/LineItem.php +++ b/CRM/Price/DAO/LineItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/LineItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:cffc97712c8823323cbeb39a0851363a) + * (GenCodeChecksum:588f54f07db70f636888c88374b6b5b1) */ /** diff --git a/CRM/Price/DAO/PriceField.php b/CRM/Price/DAO/PriceField.php index f83f32045c..287939e200 100644 --- a/CRM/Price/DAO/PriceField.php +++ b/CRM/Price/DAO/PriceField.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceField.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:a39277a5a91f48154c7015c413a91ee7) + * (GenCodeChecksum:9449b207c28052d794e6d0c9d179f51c) */ /** diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index 5d17c56433..cda909f202 100644 --- a/CRM/Price/DAO/PriceFieldValue.php +++ b/CRM/Price/DAO/PriceFieldValue.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceFieldValue.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:e22215cf06dcae5dd461ef3fc2c60a2e) + * (GenCodeChecksum:7da3309222cffae75ba3d149e8acb395) */ /** diff --git a/CRM/Price/DAO/PriceSet.php b/CRM/Price/DAO/PriceSet.php index a46029975e..dfdb9cbc03 100644 --- a/CRM/Price/DAO/PriceSet.php +++ b/CRM/Price/DAO/PriceSet.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSet.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:dbf63d57ef651ede1f0713ac37828dd4) + * (GenCodeChecksum:5c5630b1371dd1c8894a25b58ffbb5d9) */ /** diff --git a/CRM/Price/DAO/PriceSetEntity.php b/CRM/Price/DAO/PriceSetEntity.php index 791a62d9c6..9d13d2992c 100644 --- a/CRM/Price/DAO/PriceSetEntity.php +++ b/CRM/Price/DAO/PriceSetEntity.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Price/PriceSetEntity.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:4a30fb02c5799b90ff91dc46befa95fe) + * (GenCodeChecksum:0be314d066d9e72b66c86a2de6d681a9) */ /** diff --git a/CRM/Queue/DAO/QueueItem.php b/CRM/Queue/DAO/QueueItem.php index 09cefb0c5d..db5d14ab80 100644 --- a/CRM/Queue/DAO/QueueItem.php +++ b/CRM/Queue/DAO/QueueItem.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Queue/QueueItem.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:7378ae2c08e07dfba99311bbe1958dbf) + * (GenCodeChecksum:c509d1bc7563d1cddf1b5c823520b32c) */ /** diff --git a/CRM/Report/DAO/ReportInstance.php b/CRM/Report/DAO/ReportInstance.php index 9edcb20f58..2a1de9cd45 100644 --- a/CRM/Report/DAO/ReportInstance.php +++ b/CRM/Report/DAO/ReportInstance.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Report/ReportInstance.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:f70f5daefce7003cb9325af0740c447d) + * (GenCodeChecksum:8119de0836afac038bfa8eeed2c0fb63) */ /** diff --git a/CRM/SMS/DAO/Provider.php b/CRM/SMS/DAO/Provider.php index c8a99f4f25..37ed7ffcc5 100644 --- a/CRM/SMS/DAO/Provider.php +++ b/CRM/SMS/DAO/Provider.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/SMS/Provider.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:3825081bc48abd82f194a390677769bd) + * (GenCodeChecksum:0411ce23fd693f810e4b17271b84e567) */ /** diff --git a/Civi/Api4/Generic/AbstractEntity.php b/Civi/Api4/Generic/AbstractEntity.php index ce0fb9d29b..66bd4d3c1d 100644 --- a/Civi/Api4/Generic/AbstractEntity.php +++ b/Civi/Api4/Generic/AbstractEntity.php @@ -147,6 +147,9 @@ abstract class AbstractEntity { 'paths' => static::getEntityPaths(), 'class' => static::class, 'id_field' => 'id', + // Entities without a @searchable annotation will default to secondary, + // which makes them visible in SearchKit but not at the top of the list. + 'searchable' => 'secondary', ]; // Add info for entities with a corresponding DAO $dao = \CRM_Core_DAO_AllCoreTables::getFullName($info['name']); @@ -159,11 +162,11 @@ abstract class AbstractEntity { foreach (ReflectionUtils::getTraits(static::class) as $trait) { $info['type'][] = self::stripNamespace($trait); } - // Entities without a @searchable annotation will default to secondary, - // which makes them visible in SearchKit but not at the top of the list. - $info['searchable'] = 'secondary'; $reflection = new \ReflectionClass(static::class); $info = array_merge($info, ReflectionUtils::getCodeDocs($reflection, NULL, ['entity' => $info['name']])); + if ($dao) { + $info['description'] = $dao::getEntityDescription() ?? $info['description'] ?? NULL; + } unset($info['package'], $info['method']); return $info; } diff --git a/xml/schema/Activity/Activity.xml b/xml/schema/Activity/Activity.xml index 18bedf70f7..e2ace4d164 100644 --- a/xml/schema/Activity/Activity.xml +++ b/xml/schema/Activity/Activity.xml @@ -3,6 +3,7 @@ CRM/Activity Activity civicrm_activity + Past or future actions concerning one or more contacts. Other Activity details stored here include contact, location, details. 1.1 true diff --git a/xml/schema/Campaign/Campaign.xml b/xml/schema/Campaign/Campaign.xml index 1e63131e37..0b6000960a 100644 --- a/xml/schema/Campaign/Campaign.xml +++ b/xml/schema/Campaign/Campaign.xml @@ -4,6 +4,7 @@ Campaign civicrm_campaign Campaign Details. + Campaigns link activities, contributions, mailings, etc. that share a programmatic goal. 3.3 fa-bullhorn title diff --git a/xml/schema/Case/Case.xml b/xml/schema/Case/Case.xml index 545765b3e0..a95d44923a 100644 --- a/xml/schema/Case/Case.xml +++ b/xml/schema/Case/Case.xml @@ -3,6 +3,7 @@ CRM/Case Case civicrm_case + Collections of activities and relationships for a given purpose. This table stores information about cases grouping activities. 1.8 true diff --git a/xml/schema/Contact/Contact.xml b/xml/schema/Contact/Contact.xml index 0922d4c4b8..59ee1a7cbd 100644 --- a/xml/schema/Contact/Contact.xml +++ b/xml/schema/Contact/Contact.xml @@ -5,6 +5,7 @@ Contact civicrm_contact Contact objects are defined by a civicrm_contact record plus a related civicrm_contact_type record. + Individuals, organizations, households, etc. 1.1 true fa-address-book-o diff --git a/xml/schema/Contribute/Contribution.xml b/xml/schema/Contribute/Contribution.xml index 3ccb9b73a7..f61001dea7 100644 --- a/xml/schema/Contribute/Contribution.xml +++ b/xml/schema/Contribute/Contribution.xml @@ -4,6 +4,7 @@ CRM/Contribute Contribution civicrm_contribution + Financial records consisting of transactions, line-items, etc. 1.3 true fa-credit-card diff --git a/xml/schema/Event/Event.xml b/xml/schema/Event/Event.xml index a15918729e..10c768ca80 100644 --- a/xml/schema/Event/Event.xml +++ b/xml/schema/Event/Event.xml @@ -4,6 +4,7 @@ CRM/Event Event civicrm_event + Scheduled in-person or online events which contacts can register for and attend. 1.7 true fa-calendar diff --git a/xml/schema/Event/Participant.xml b/xml/schema/Event/Participant.xml index 2ff822e9db..4899849f95 100644 --- a/xml/schema/Event/Participant.xml +++ b/xml/schema/Event/Participant.xml @@ -4,6 +4,7 @@ CRM/Event Participant civicrm_participant + Records of contacts' attendance and roles in events. 1.7 true fa-ticket diff --git a/xml/schema/Grant/Grant.xml b/xml/schema/Grant/Grant.xml index f34b1c4b95..567865e761 100644 --- a/xml/schema/Grant/Grant.xml +++ b/xml/schema/Grant/Grant.xml @@ -3,6 +3,7 @@ CRM/Grant Grant civicrm_grant + Funds applied for and given out by this organization. This table stores information about grants given to a contact. 1.8 true diff --git a/xml/schema/Mailing/Mailing.xml b/xml/schema/Mailing/Mailing.xml index 6dbbdcd52c..ca0dee584a 100644 --- a/xml/schema/Mailing/Mailing.xml +++ b/xml/schema/Mailing/Mailing.xml @@ -5,6 +5,7 @@ Mailing civicrm_mailing Stores information about a mailing. + Mass emails sent from CiviMail. true fa-envelope-o CiviMail diff --git a/xml/schema/Member/Membership.xml b/xml/schema/Member/Membership.xml index eecda65853..06f6a75c53 100644 --- a/xml/schema/Member/Membership.xml +++ b/xml/schema/Member/Membership.xml @@ -4,6 +4,7 @@ CRM/Member Membership civicrm_membership + Records of contacts belonging to an organization's membership program. Contact Membership records. 1.5 true diff --git a/xml/schema/Pledge/Pledge.xml b/xml/schema/Pledge/Pledge.xml index 87b6e3b4d7..9cd1566999 100644 --- a/xml/schema/Pledge/Pledge.xml +++ b/xml/schema/Pledge/Pledge.xml @@ -3,6 +3,7 @@ CRM/Pledge Pledge civicrm_pledge + Promises to contribute at a future time, either in full, or at regular intervals until a total goal is reached. 2.1 true fa-paper-plane diff --git a/xml/templates/dao.tpl b/xml/templates/dao.tpl index 86b7a544cc..ebfdfb8b5e 100644 --- a/xml/templates/dao.tpl +++ b/xml/templates/dao.tpl @@ -87,6 +87,16 @@ class {$table.className} extends CRM_Core_DAO {ldelim} return $plural ? {$tsFunctionName}('{$table.titlePlural}') : {$tsFunctionName}('{$table.title}'); {rdelim} +{if !empty($table.description)} + /** + * Returns user-friendly description of this entity. + * + * @return string + */ + public static function getEntityDescription() {ldelim} + return {$tsFunctionName}('{$table.description|replace:"'":"\'"}'); + {rdelim} +{/if} {if !empty($table.foreignKey) || !empty($table.dynamicForeignKey)} -- 2.25.1