| menu_edit_item | core/modules/menu/menu.admin.inc | Menu callback; Build the menu link editing form. | 
          
                  | menu_edit_item_submit | core/modules/menu/menu.admin.inc | Process menu and menu item add/edit form submissions. | 
          
                  | menu_edit_item_validate | core/modules/menu/menu.admin.inc | Validate form values for a menu link being added or edited. | 
          
                  | menu_edit_menu | core/modules/menu/menu.admin.inc | Menu callback; Build the form that handles the adding/editing of a custom menu. | 
          
                  | menu_edit_menu_name_exists | core/modules/menu/menu.admin.inc | Returns whether a menu name already exists. | 
          
                  | menu_edit_menu_submit | core/modules/menu/menu.admin.inc | Submit function for adding or editing a custom menu. | 
          
                  | menu_enable | core/modules/menu/menu.module | Implements hook_enable(). | 
          
                  | menu_example_arg_optional_load | modules/examples/menu_example/menu_example.module | Loads an item based on its $id. | 
          
                  | menu_example_arg_optional_to_arg | modules/examples/menu_example/menu_example.module | Utility function to provide default argument for wildcard. | 
          
                  | menu_example_custom_access | modules/examples/menu_example/menu_example.module | Determine whether the current user has the role specified. | 
          
                  | menu_example_id_load | modules/examples/menu_example/menu_example.module | The special _load function to load menu_example. | 
          
                  | menu_example_install | modules/examples/menu_example/menu_example.install | Implements hook_install(). | 
          
                  | menu_example_menu | modules/examples/menu_example/menu_example.module | Implements hook_menu(). | 
          
                  | menu_example_menu_alter | modules/examples/menu_example/menu_example.module | Implements hook_menu_alter(). | 
          
                  | menu_example_menu_link_alter | modules/examples/menu_example/menu_example.module | Implements hook_menu_link_alter(). | 
          
                  | menu_example_permission | modules/examples/menu_example/menu_example.module | Implements hook_permission(). | 
          
                  | menu_example_user_page_title | modules/examples/menu_example/menu_example.module | Title callback to rename the title dynamically, based on user_page_title(). | 
          
                  | menu_execute_active_handler | core/includes/menu.inc | Execute the page callback associated with the current path. | 
          
                  | menu_form_node_form_alter | core/modules/menu/menu.module | Implements hook_form_BASE_FORM_ID_alter(). | 
          
                  | menu_form_node_type_form_alter | core/modules/menu/menu.module | Implements hook_form_FORM_ID_alter(). | 
          
                  | menu_get_active_breadcrumb | core/includes/menu.inc | Gets the breadcrumb for the current page, as determined by the active trail. | 
          
                  | menu_get_active_menu_names | core/includes/menu.inc | Gets the active menu for the current page. | 
          
                  | menu_get_active_title | core/includes/menu.inc | Gets the title of the current page, as determined by the active trail. | 
          
                  | menu_get_active_trail | core/includes/menu.inc | Gets the active trail (path to root menu root) of the current page. | 
          
                  | menu_get_ancestors | core/includes/menu.inc | Returns the ancestors (and relevant placeholders) for any given path. | 
          
                  | menu_get_custom_theme | core/includes/menu.inc | Gets the custom theme for the current page, if there is one. | 
          
                  | menu_get_item | core/includes/menu.inc | Gets a router item. | 
          
                  | menu_get_menus | core/modules/menu/menu.module | Return an associative array of the custom menus names. | 
          
                  | menu_get_object | core/includes/menu.inc | Gets a loaded object from a router item. | 
          
                  | menu_get_router | core/includes/menu.inc | Gets the menu router. | 
          
                  | menu_install | core/modules/menu/menu.install | Implements hook_install(). | 
          
                  | menu_item_delete_form | core/modules/menu/menu.admin.inc | Build a confirm form for deletion of a single menu link. | 
          
                  | menu_item_delete_form_submit | core/modules/menu/menu.admin.inc | Process menu delete form submissions. | 
          
                  | menu_item_delete_page | core/modules/menu/menu.admin.inc | Menu callback; Check access and present a confirm form for deleting a menu link. | 
          
                  | menu_item_delete_submit | core/modules/menu/menu.admin.inc | Submit function for the delete button on the menu item editing form. | 
          
                  | menu_links_clone | core/includes/menu.inc | Clones an array of menu links. | 
          
                  | menu_link_children_relative_depth | core/includes/menu.inc | Finds the depth of an item's children relative to its depth. | 
          
                  | menu_link_delete | core/includes/menu.inc | Delete one or several menu links. | 
          
                  | menu_link_get_preferred | core/includes/menu.inc | Looks up the preferred menu link for a given system path. | 
          
                  | menu_link_load | core/includes/menu.inc | Gets a translated menu link that is ready for rendering. | 
          
                  | menu_link_maintain | core/includes/menu.inc | Inserts, updates, or deletes an un-customized menu link related to a module. | 
          
                  | menu_link_save | core/includes/menu.inc | Saves a menu link. | 
          
                  | menu_list_system_menus | core/includes/menu.inc | Returns an array containing the names of system-defined (default) menus. | 
          
                  | menu_load | core/modules/menu/menu.module | Load the data for a single custom menu. | 
          
                  | menu_load_all | core/modules/menu/menu.module | Load all custom menu data. | 
          
                  | menu_load_links | core/includes/menu.inc | Returns an array containing all links for a menu. | 
          
                  | menu_local_actions | core/includes/menu.inc | Returns the rendered local actions at the current level. | 
          
                  | menu_local_tabs | core/includes/menu.inc | Returns rendered HTML for the primary and secondary tabs. | 
          
                  | menu_local_tasks | core/includes/menu.inc | Collects the local tasks (tabs), action links, and the root path. | 
          
                  | menu_login_callback | core/modules/simpletest/tests/menu_test.module | Menu callback to be used as a login path. |