Skip to content
Snippets Groups Projects
Commit eba54978 authored by Sean Madsen's avatar Sean Madsen Committed by GitHub
Browse files

Merge pull request #237 from twomice/patch-3

Changed $objectName to $objectType for consistency
parents 2f0169a0 6071b5f7
Branches
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@ search, allowing you to inject additional actions or to remove existing actions.
## Definition
hook_civicrm_searchTasks( $objectName, &$tasks )
hook_civicrm_searchTasks( $objectType, &$tasks )
## Parameters
- $objectName - the object for this search - activity, campaign,
- $objectType - the object for this search - activity, campaign,
case, contact, contribution, event, grant, membership, and pledge
are supported.
- $tasks - the current set of tasks for that custom field. You can
......@@ -44,4 +44,4 @@ search, allowing you to inject additional actions or to remove existing actions.
unset($tasks[1]);
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment