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 handler associated with the active menu item.

Functions called by menu_execute_active_handler()

Namesort iconLocationDescription
menu_execute_active_handlerincludes/menu.incExecute the handler associated with the active menu item.
menu_get_active_itemincludes/menu.incReturns the ID of the active menu item.
menu_get_menuincludes/menu.incReturn the menu data structure.
_menu_item_is_accessibleincludes/menu.incDetermine whether the given menu item is accessible to the current user.
_menu_site_is_offlineincludes/menu.incReturns TRUE if the site is off-line for maintenance.
 
 

Drupal is a registered trademark of Dries Buytaert.