Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
eba54978
Commit
eba54978
authored
7 years ago
by
Sean Madsen
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #237 from twomice/patch-3
Changed $objectName to $objectType for consistency
parents
2f0169a0
6071b5f7
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/hooks/hook_civicrm_searchTasks.md
+3
-3
3 additions, 3 deletions
docs/hooks/hook_civicrm_searchTasks.md
with
3 additions
and
3 deletions
docs/hooks/hook_civicrm_searchTasks.md
+
3
−
3
View file @
eba54978
...
...
@@ -7,11 +7,11 @@ search, allowing you to inject additional actions or to remove existing actions.
## Definition
hook_civicrm_searchTasks( $object
Nam
e, &$tasks )
hook_civicrm_searchTasks( $object
Typ
e, &$tasks )
## Parameters
-
$object
Nam
e - the object for this search - activity, campaign,
-
$object
Typ
e - 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
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment