Name Locationsort ascending Description
_menu_load_objects core/includes/menu.inc Loads objects into the map as defined in the $item['load_functions'].
_menu_check_access core/includes/menu.inc Checks access to a menu item using the access callback.
theme_menu_toggle core/includes/menu.inc Returns rendered HTML for a menu toggle.
_menu_item_localize core/includes/menu.inc Localizes the router item title using t() or another callback.
_menu_translate core/includes/menu.inc Handles dynamic path translation and menu access control.
_menu_link_map_translate core/includes/menu.inc Translates the path elements in the map using any to_arg helper function.
menu_tail_to_arg core/includes/menu.inc Returns a string containing the path relative to the current index.
menu_tail_load core/includes/menu.inc Loads the path as one string relative to the current index.
_menu_link_translate core/includes/menu.inc Provides menu link access control, translation, and argument handling.
menu_get_object core/includes/menu.inc Gets a loaded object from a router item.
menu_tree core/includes/menu.inc Renders a menu tree based on the current path.
menu_tree_output core/includes/menu.inc Returns an output structure for rendering a menu tree.
menu_tree_all_data core/includes/menu.inc Gets the data structure representing a named menu tree.
menu_tree_set_path core/includes/menu.inc Sets the path for determining the active trail of the specified menu tree.
menu_tree_get_path core/includes/menu.inc Gets the path for determining the active trail of the specified menu tree.
menu_tree_page_data core/includes/menu.inc Gets the data structure for a named menu tree, based on the current page.
menu_build_tree core/includes/menu.inc Builds a menu tree, translates links, and checks access.
_menu_build_tree core/includes/menu.inc Builds a menu tree.
menu_tree_collect_node_links core/includes/menu.inc Collects node links from a given menu tree recursively.
menu_tree_check_access core/includes/menu.inc Checks access and performs dynamic operations for each link in the tree.
_menu_tree_check_access core/includes/menu.inc Sorts the menu tree and recursively checks access for each item.
menu_tree_data core/includes/menu.inc Sorts and returns the built data representing a menu tree.
_menu_tree_data core/includes/menu.inc Builds the data representing a menu tree.
template_preprocess_menu_tree core/includes/menu.inc Implements template_preprocess_HOOK() for theme_menu_tree().
theme_menu_tree core/includes/menu.inc Returns HTML for a wrapper for a menu tree.
theme_menu_link core/includes/menu.inc Returns HTML for a menu link and submenu.
theme_menu_local_task core/includes/menu.inc Returns HTML for a single local task link.
theme_menu_local_action core/includes/menu.inc Returns HTML for a single local action link.
theme_menu_local_actions core/includes/menu.inc Returns rendered HTML for the local actions.
menu_get_custom_theme core/includes/menu.inc Gets the custom theme for the current page, if there is one.
menu_set_custom_theme core/includes/menu.inc Sets a custom theme for the current page, if there is one.
menu_list_system_menus core/includes/menu.inc Returns an array containing the names of system-defined (default) menus.
menu_navigation_links core/includes/menu.inc Returns an array of links for a navigation menu.
menu_local_tasks core/includes/menu.inc Collects the local tasks (tabs), action links, and the root path.
menu_contextual_links core/includes/menu.inc Retrieves contextual links for a path based on registered local tasks.
menu_primary_local_tasks core/includes/menu.inc Returns the rendered local tasks at the top level.
menu_secondary_local_tasks core/includes/menu.inc Returns the rendered local tasks at the second level.
menu_local_actions core/includes/menu.inc Returns the rendered local actions at the current level.
menu_tab_root_path core/includes/menu.inc Returns the router path, or the path for a default local task's parent.
menu_local_tabs core/includes/menu.inc Returns rendered HTML for the primary and secondary tabs.
theme_menu_local_tasks core/includes/menu.inc Returns HTML for primary and secondary local tasks.
menu_set_active_menu_names core/includes/menu.inc Sets (or gets) the active menu for the current page.
menu_get_active_menu_names core/includes/menu.inc Gets the active menu for the current page.
menu_set_active_item core/includes/menu.inc Sets the active path, which determines which page is loaded.
menu_set_active_trail core/includes/menu.inc Sets the active trail (path to the menu tree root) of the current page.
menu_link_get_preferred core/includes/menu.inc Looks up the preferred menu link for a given system path.
menu_get_active_trail core/includes/menu.inc Gets the active trail (path to root menu root) of the current page.
menu_get_active_breadcrumb core/includes/menu.inc Gets the breadcrumb for the current page, as determined by the active trail.
menu_get_active_title core/includes/menu.inc Gets the title of the current page, as determined by the active trail.
menu_link_load core/includes/menu.inc Gets a translated menu link that is ready for rendering.

Pages