Skip to content
Snippets Groups Projects
Commit e409db4c authored by Sean Madsen's avatar Sean Madsen
Browse files

Merge branch 'master' of github.com:civicrm/civicrm-dev-docs

parents c29cde55 3d0098c7
Branches
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ community-endorsed method for building your CiviCRM extensions.
Follow the installation instructions in the
[GitHub repository](https://github.com/totten/civix/).
In order to verify that all your configuration is correct ping CiviCRM from
After fulfilling the [Pre-Requisites](/extensions/basics/#pre-requisites), you can verify that all your configuration is correct by running the following command from
within your extensions directory with:
```bash
......
......@@ -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