hook_help
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_help()
| Name | Location | Description |
|---|---|---|
| hook_help | developer/hooks/core.php | Provide online user help. |
Functions called by hook_help()
| Name | Location | Description |
|---|---|---|
| hook_help | developer/hooks/core.php | Provide online user help. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
