Skip to content
Snippets Groups Projects
Unverified Commit 1ef4c9ae authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #662 from sushantpaste/priceset-hook

Updated docs for dev/core#870
parents 479bcdd3 18c39e2e
No related branches found
No related tags found
No related merge requests found
...@@ -83,6 +83,9 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef) ...@@ -83,6 +83,9 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
- 'UFMatch' *(when an object is linked to a CMS user record, at the - '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 request of GordonH. A UFMatch object is passed for both the pre
and post hooks)* and post hooks)*
- 'PriceField'
- 'PriceFieldValue'
- 'PriceSet'
- `$objectId` - the unique identifier for the object. `tagID` in case of `EntityTag` - `$objectId` - the unique identifier for the object. `tagID` in case of `EntityTag`
- `$objectRef` - the reference to the object if available. For case of `EntityTag` it is an array of (`entityTable`, `entityIDs`) - `$objectRef` - the reference to the object if available. For case of `EntityTag` it is an array of (`entityTable`, `entityIDs`)
......
...@@ -88,6 +88,9 @@ changing between the old and new data. ...@@ -88,6 +88,9 @@ changing between the old and new data.
request of GordonH. A UFMatch object is passed for both the pre request of GordonH. A UFMatch object is passed for both the pre
and post hooks) and post hooks)
- 'Website' - 'Website'
- 'PriceField'
- 'PriceFieldValue'
- 'PriceSet'
** **
......
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