Newer
Older
# hook_civicrm_copy
This hook is called after a CiviCRM object (Event, ContributionPage,
## 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