menu_execute_active_handler
Related topics
| Name | Description |
|---|---|
| Menu system | Define the navigation menus, and route page requests to code based on URLs. |
Functions that call menu_execute_active_handler()
| 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_execute_active_handler | includes/menu.inc | Execute the handler associated with the active menu item. |
Functions called by menu_execute_active_handler()
| Name | Location | Description |
|---|---|---|
| menu_execute_active_handler | includes/menu.inc | Execute the handler associated with the active menu item. |
| menu_get_active_item | includes/menu.inc | Returns the ID of the active menu item. |
| menu_get_menu | includes/menu.inc | Return the menu data structure. |
| _menu_item_is_accessible | includes/menu.inc | Determine whether the given menu item is accessible to the current user. |
