Contains filters are case sensitive
Name Locationsort ascending Description
menu_set_active_trail includes/menu.inc Sets the active trail (path to the menu tree root) of the current page.
menu_link_get_preferred includes/menu.inc Looks up the preferred menu link for a given system path.
menu_get_active_trail includes/menu.inc Gets the active trail (path to root menu root) of the current page.
menu_get_active_breadcrumb includes/menu.inc Gets the breadcrumb for the current page, as determined by the active trail.
menu_get_active_title includes/menu.inc Gets the title of the current page, as determined by the active trail.
menu_link_load includes/menu.inc Gets a translated menu link that is ready for rendering.
menu_cache_clear includes/menu.inc Clears the cached data for a single named menu.
menu_cache_clear_all includes/menu.inc Clears all cached menu data.
menu_reset_static_cache includes/menu.inc Resets the menu system static cache.
menu_rebuild includes/menu.inc Populates the database tables used by various menu functions.
menu_router_build includes/menu.inc Collects and alters the menu definitions.
_menu_router_cache includes/menu.inc Stores the menu router if we have it in memory.
menu_get_router includes/menu.inc Gets the menu router.
_menu_link_build includes/menu.inc Builds a link from a router item.
_menu_navigation_links_rebuild includes/menu.inc Builds menu links for the items in the menu router.
menu_links_clone includes/menu.inc Clones an array of menu links.
menu_load_links includes/menu.inc Returns an array containing all links for a menu.
menu_delete_links includes/menu.inc Deletes all links for a menu.
menu_link_delete includes/menu.inc Delete one or several menu links.
_menu_delete_item includes/menu.inc Deletes a single menu link.
menu_link_save includes/menu.inc Saves a menu link.
_menu_link_find_parent includes/menu.inc Finds a possible parent for a given menu link.
_menu_clear_page_cache includes/menu.inc Clears the page and block caches at most twice per page load.
_menu_set_expanded_menus includes/menu.inc Updates a list of menus with expanded items.
_menu_find_router_path includes/menu.inc Finds the router path which will serve this path.
menu_link_maintain includes/menu.inc Inserts, updates, or deletes an uncustomized menu link related to a module.
menu_link_children_relative_depth includes/menu.inc Finds the depth of an item's children relative to its depth.
_menu_link_move_children includes/menu.inc Updates the children of a menu link that is being moved.
_menu_update_parental_status includes/menu.inc Checks and updates the 'has_children' status for the parent of a link.
_menu_link_parents_set includes/menu.inc Sets the p1 through p9 values for a menu link being saved.
_menu_router_build includes/menu.inc Builds the router table based on the data from hook_menu().
_menu_router_save includes/menu.inc Saves data from menu_router_build() to the router table.
_menu_site_status includes/menu.inc Checks whether the site is in maintenance mode.
menu_set_item includes/menu.inc Replaces the statically cached item for a given path.
menu_unserialize includes/menu.inc Unserializes menu data, using a map to replace path elements.
menu_get_ancestors includes/menu.inc Returns the ancestors (and relevant placeholders) for any given path.
theme_menu_tree includes/menu.inc Returns HTML for a wrapper for a menu tree.
_menu_tree_data includes/menu.inc Builds the data representing a menu tree.
menu_tree_data includes/menu.inc Sorts and returns the built data representing a menu tree.
_menu_tree_check_access includes/menu.inc Sorts the menu tree and recursively checks access for each item.
menu_tree_check_access includes/menu.inc Checks access and performs dynamic operations for each link in the tree.
menu_tree_collect_node_links includes/menu.inc Collects node links from a given menu tree recursively.
_menu_build_tree includes/menu.inc Builds a menu tree.
menu_build_tree includes/menu.inc Builds a menu tree, translates links, and checks access.
menu_tree_page_data includes/menu.inc Gets the data structure for a named menu tree, based on the current page.
menu_tree_get_path includes/menu.inc Gets the path for determining the active trail of the specified menu tree.
menu_tree_set_path includes/menu.inc Sets the path for determining the active trail of the specified menu tree.
menu_tree_all_data includes/menu.inc Gets the data structure representing a named menu tree.
menu_tree_output includes/menu.inc Returns an output structure for rendering a menu tree.
menu_tree includes/menu.inc Renders a menu tree based on the current path.

Pages