Forked from
Documentation / Docs / Developer Documentation
1557 commits behind the upstream repository.
-
Sean Madsen authored
- Keep the summary short - Use a separate "Notes" section for overflow
Sean Madsen authored- Keep the summary short - Use a separate "Notes" section for overflow
hook_civicrm_copy.md 374 B
hook_civicrm_copy
Summary
This hook is called after a CiviCRM object (Event, ContributionPage, Profile) has been copied.
Definition
hook_civicrm_copy( $objectName, &$object )
Parameters
- $objectName - the name of the object that is being copied (Event, ContributionPage, UFGroup)
- $object - reference to the copied object
Returns
- null