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
d10c9bfb
Unverified
Commit
d10c9bfb
authored
6 years ago
by
mattwire
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #603 from aydun/patch-10
Update hook_civicrm_contact_get_displayname.md
parents
2f081285
3683a9a8
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_contact_get_displayname.md
+2
-2
2 additions, 2 deletions
docs/hooks/hook_civicrm_contact_get_displayname.md
with
2 additions
and
2 deletions
docs/hooks/hook_civicrm_contact_get_displayname.md
+
2
−
2
View file @
d10c9bfb
...
...
@@ -16,7 +16,7 @@ don't want to store this in the database.
## Parameters
-
&$disply_name - the current display name, you can change the
-
&$displ
a
y_name - the current display name, you can change the
display name by changing the contents of this parameter
-
$contactId - Contact ID
-
$objContact - The contact BAO
...
...
@@ -31,4 +31,4 @@ Below an example of showing the contact ID after the display name
function myextension_civicrm_contact_get_displayname(&$display_name, $contactId, $objContact) {
$display_name = $display_name . ' - '.$contactId;
}
\ 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