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
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ community-endorsed method for building your CiviCRM extensions. ...@@ -8,7 +8,7 @@ community-endorsed method for building your CiviCRM extensions.
Follow the installation instructions in the Follow the installation instructions in the
[GitHub repository](https://github.com/totten/civix/). [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: within your extensions directory with:
```bash ```bash
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## Description ## 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 ## Definition
...@@ -12,6 +12,9 @@ This hook is called processing a valid profile form submission. ...@@ -12,6 +12,9 @@ This hook is called processing a valid profile form submission.
- $name - the (machine readable) name of the profile. - $name - the (machine readable) name of the profile.
!!! Tip
In SQL, this corresponds to the "name" column of table "civicrm_uf_group"
## Returns ## Returns
- null - 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