From f039759c12736e30f93d8a7c6648d68c618e5670 Mon Sep 17 00:00:00 2001 From: Carlos Loeza <carlos@noahslightfoundation.org> Date: Thu, 16 Mar 2017 10:48:38 -0400 Subject: [PATCH] Added clarity and hints for hook processProfile --- docs/hooks/hook_civicrm_processProfile.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_processProfile.md b/docs/hooks/hook_civicrm_processProfile.md index 66d8fe9c..05888e9a 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 -- GitLab