Skip to content
Snippets Groups Projects
Commit f039759c authored by Carlos Loeza's avatar Carlos Loeza
Browse files

Added clarity and hints for hook processProfile

parent 1a1b65f3
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
## Description
This hook is called processing a valid profile form submission.
This hook is called processing a valid profile form submission (e.g. for "civicrm/profile/create" or "civicrm/profile/edit").
## Definition
......@@ -12,6 +12,9 @@ This hook is called processing a valid profile form submission.
- $name - the (machine readable) name of the profile.
!!! Tip
In SQL, this corresponds to the "name" column of table "civicrm_uf_group"
## Returns
- null
\ 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