diff --git a/docs/hooks/hook_civicrm_processProfile.md b/docs/hooks/hook_civicrm_processProfile.md index 66d8fe9c3f34a044c8faa379cf986c9e7366737d..05888e9afa48981d6ea899b250a25760e872f8f6 100644 --- a/docs/hooks/hook_civicrm_processProfile.md +++ b/docs/hooks/hook_civicrm_processProfile.md @@ -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