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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Monitor
Service Desk
Analyze
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
Documentation
Docs
Developer Documentation
Merge requests
!584
Add hook_civicrm_findDuplicates documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add hook_civicrm_findDuplicates documentation
github/fork/mattwire/hook_civicrm_findDuplicates
into
master
Overview
1
Commits
0
Pipelines
0
Changes
0
Merged
mattwire
requested to merge
github/fork/mattwire/hook_civicrm_findDuplicates
into
master
6 years ago
Overview
1
Commits
0
Pipelines
0
Changes
4
Expand
Ref
https://github.com/civicrm/civicrm-core/pull/13234
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
048dada1
0 commits,
4 years ago
4 files
+
172
−
20
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
docs/hooks/hook_civicrm_batchItems.md
+
1
−
1
Options
@@ -24,5 +24,5 @@ hook_civicrm_batchItems(&$results, &$items)
## Hints
-
This hook can be used together with
`hook_civicrm_batchQuey`
to add/modify the information in CSV batch exports
-
This hook can be used together with
`hook_civicrm_batchQue
r
y`
to add/modify the information in CSV batch exports
-
You can loop through the two parameters to modify per financial item. This can even be used to filter financial items.
Loading