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 page callback associated with the current path |
| system_check_http_request | modules/system/system.module | Checks whether the server is capable of issuing HTTP requests. |
| user_page | modules/user/user.pages.inc | Access callback for path /user. |
Functions called by menu_execute_active_handler()
| Name | Location | Description |
|---|---|---|
| menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path |
| menu_get_item | includes/menu.inc | Get a router item. |
| menu_rebuild | includes/menu.inc | (Re)populate the database tables used by various menu functions. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _menu_site_is_offline | includes/menu.inc | Checks whether the site is off-line for maintenance. |
