Skip to content
Snippets Groups Projects
Commit c1578688 authored by Seamus Lee's avatar Seamus Lee
Browse files

Update the list of Pre and Post EntityTypes after grepping the CRM/ folder

parent 6c6d0ae7
No related branches found
No related tags found
No related merge requests found
......@@ -36,8 +36,11 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
- `$objectName` - can have the following values:
- 'Activity'
- 'ActionLog'
- 'Address'
- 'Batch'
- 'Case'
- 'CaseType'
- 'Campaign' (from 4.6)
- 'Contribution'
- 'ContributionRecur'
......@@ -47,26 +50,34 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
- 'Email'
- 'Event'
- 'EntityTag'
- 'Individual'
- 'IM'
- 'Household'
- 'OpenID'
- 'Organization'
- 'EntityBatch'
- 'Grant'
- 'Group'
- 'GroupNesting'
- 'GroupContact'
- 'Household'
- 'Individual'
- 'IM'
- 'LineItem'
- 'Mailing'
- 'MailingAB'
- 'Membership'
- 'MembershipBlock'
- 'MembershipPayment'
- 'OpenID'
- 'Participant'
- 'ParticipantPayment'
- 'Phone'
- 'Pledge'
- 'PledgeBlock'
- 'PledgePayment'
- 'Profile' *(while this is not really an object, people have
expressed an interest to perform an action when a profile is
created/edited)*
- 'RecurringEntity'
- 'Relationship'
- 'SmsProvider'
- 'StatusPreference'
- 'Survey' (from 5.1.x)
- 'Tag'
- 'UFMatch' *(when an object is linked to a CMS user record, at the
......
......@@ -39,20 +39,39 @@ changing between the old and new data.
- $objectName - can have the following values:
- 'Activity'
- 'Address'
- 'Batch'
- 'Campaign' (from 4.6)
- 'Case'
- 'CaseType'
- 'Contribution'
- 'ContributionPage'
- 'ContributionRecur'
- 'CustomGroup'
- 'CustomField'
- 'Dashboard'
- 'Email'
- 'EntityBatch'
- 'EntityTag' (from 4.7.16)
- 'Event'
- 'FinancialAccount'
- 'FinancialItem'
- 'Event'
- 'Individual'
- 'Household'
- 'Grant'
- 'Group'
- 'GroupContact'
- 'LineItem'
- 'Mailing'
- 'MailingAB'
- 'MailingEventBounce'
- 'Membership'
- 'MembershipBlock'
- 'MembershipPayment'
- 'MessageTemplate'
- 'Organization'
- 'OpenID'
- 'Participant'
- 'ParticipantPayment'
- 'Pledge'
......@@ -60,11 +79,16 @@ changing between the old and new data.
- 'Profile' (while this is not really an object, people have
expressed an interest to perform an action when a profile is
created/edited)
- 'RecurringEntity'
- 'ReportInstance'
- 'Relationship'
- 'SmsProvider'
- 'StatusPreference'
- 'Survey' (from 5.1.x)
- 'UFMatch' (when an object is linked to a CMS user record, at the
request of GordonH. A UFMatch object is passed for both the pre
and post hooks)
- 'Website'
**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment