Skip to content
Snippets Groups Projects
Commit 05de5a5b authored by mickadoo's avatar mickadoo
Browse files

add redirect for hooks

parent 8c882cb3
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ The two parts that you'll be changing are:
1. ==EXTENSION-NAME==: Depending on your installation this can change. In
[Drupal][drupal] it will be the name of your extension. In
[Joomla](hooks/enabling-hooks/joomla) it will be "joomla".
[Joomla][joomla] it will be "joomla".
2. ==HOOK-NAME==: This is the name of the event you want to hook into, for
example `validateForm`. You'll need to check the reference for a full list of
hooks that are available.
......@@ -219,5 +219,5 @@ function myextension_civicrm_tokenValues(&$details, $contactIDs, $jobID, $tokens
}
```
[drupal]: hooks/enabling-hooks/drupal
[joomla]: hooks/enabling-hooks/joomla
\ No newline at end of file
[drupal]: hooks/setup/drupal
[joomla]: hooks/setup/joomla
\ No newline at end of file
......@@ -110,4 +110,5 @@ hook_civicrm_searchProfile hooks/hook_civicrm_searchProfile
hook_civicrm_validateProfile hooks/hook_civicrm_validateProfile
hook_civicrm_viewProfile hooks/hook_civicrm_viewProfile
hook_civicrm_alterReportVar hooks/hook_civicrm_alterReportVar
Hook+Reference hooks
Hooks hooks
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