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 current locale. |
| user_access | modules/user.module | Determine whether the user has a given privilege. |
