hook_menu
Related topics
| Name | Description |
|---|---|
| Hooks | Allow modules to interact with the Drupal core. |
Functions that call hook_menu()
| Name | Location | Description |
|---|---|---|
| hook_menu | developer/hooks/core.php | Define menu items and page callbacks. |
Functions called by hook_menu()
| Name | Location | Description |
|---|---|---|
| hook_menu | developer/hooks/core.php | Define menu items and page callbacks. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
