menu_execute_active_handler

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Functions that call menu_execute_active_handler()

Namesort iconLocationDescription
drupal_access_deniedincludes/common.incGenerates a 403 error if the request is not allowed.
drupal_not_foundincludes/common.incGenerates a 404 error if the request can not be handled.
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path
system_check_http_requestmodules/system/system.moduleChecks whether the server is capable of issuing HTTP requests.
user_pagemodules/user/user.pages.incAccess callback for path /user.

Functions called by menu_execute_active_handler()

Namesort iconLocationDescription
menu_execute_active_handlerincludes/menu.incExecute the page callback associated with the current path
menu_get_itemincludes/menu.incGet a router item.
menu_rebuildincludes/menu.inc(Re)populate the database tables used by various menu functions.
variable_getincludes/bootstrap.incReturn a persistent variable.
_menu_site_is_offlineincludes/menu.incChecks whether the site is off-line for maintenance.
 
 

Drupal is a registered trademark of Dries Buytaert.