menu_get_menu

Related topics

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

Functions that call menu_get_menu()

Namesort iconLocationDescription
menu_execute_active_handlerdrupal/includes/menu.incExecute the handler associated with the active menu item.
menu_execute_active_handlerdrupal/includes/menu.incExecute the handler associated with the active menu item.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.
menu_get_root_menusdrupal/includes/menu.incRetrieves the menu ID and title of all root menus.
menu_get_root_menusdrupal/includes/menu.incRetrieves the menu ID and title of all root menus.
menu_overview_treedrupal/modules/menu/menu.modulePresent the menu tree, rendered along with links to edit menu items.
menu_overview_treedrupal/modules/menu/menu.modulePresent the menu tree, rendered along with links to edit menu items.
menu_primary_linksdrupal/includes/menu.incReturns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
menu_primary_linksdrupal/includes/menu.incReturns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different...
menu_rebuilddrupal/includes/menu.incPopulate the database representation of the menu.
menu_rebuilddrupal/includes/menu.incPopulate the database representation of the menu.
menu_set_active_itemdrupal/includes/menu.incSets the path of the active menu item.
menu_set_active_itemdrupal/includes/menu.incSets the path of the active menu item.
menu_treedrupal/includes/menu.incReturns a rendered menu tree.
menu_treedrupal/includes/menu.incReturns a rendered menu tree.
_menu_get_active_trail_in_submenudrupal/includes/menu.incFind the active trail through a specific subsection of the menu tree.
_menu_get_active_trail_in_submenudrupal/includes/menu.incFind the active trail through a specific subsection of the menu tree.
_menu_item_is_accessibledrupal/includes/menu.incDetermine whether the given menu item is accessible to the current user.
_menu_item_is_accessibledrupal/includes/menu.incDetermine whether the given menu item is accessible to the current user.
_menu_sortdrupal/includes/menu.incComparator routine for use in sorting menu items.
_menu_sortdrupal/includes/menu.incComparator routine for use in sorting menu items.

Functions called by menu_get_menu()

Namesort iconLocationDescription
cache_getdrupal/includes/cache.incReturn data from the persistent cache.
cache_getdrupal/includes/cache.incReturn data from the persistent cache.
cache_setdrupal/includes/cache.incStore data in the persistent cache.
cache_setdrupal/includes/cache.incStore data in the persistent cache.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.
_menu_append_contextual_itemsdrupal/includes/menu.incAccount for menu items that are only defined at certain paths, so will not be cached.
_menu_append_contextual_itemsdrupal/includes/menu.incAccount for menu items that are only defined at certain paths, so will not be cached.
_menu_builddrupal/includes/menu.incBuild the menu by querying both modules and the database.
_menu_builddrupal/includes/menu.incBuild the menu by querying both modules and the database.