menu_set_active_item
Related topics
| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
Functions that call menu_set_active_item()
| Name | Location | Description |
|---|---|---|
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| menu_set_active_item | includes/menu.inc | Set the active path, which determines which page is loaded. |
| user_page | modules/user/user.pages.inc | Access callback for path /user. |
Functions called by menu_set_active_item()
| Name | Location | Description |
|---|---|---|
| menu_set_active_item | includes/menu.inc | Set the active path, which determines which page is loaded. |
