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
No related branches found
No related tags found
1 merge request!116Commit for issue #104
......@@ -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.
Finish editing this message first!
Please register or to comment