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.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.