Search for menu

  1. Search 9.5.x for menu
  2. Search 8.9.x for menu
  3. Search 10.3.x for menu
  4. Search 11.x for menu
  5. Other projects
Title Object type File name Summary
MENU_CONTEXT_PAGE constant includes/menu.inc Internal menu flag: Local task should be displayed in page context.
MENU_CREATED_BY_ADMIN constant includes/menu.inc Internal menu flag -- menu item was created by administrator.
menu_custom_delete_submit function modules/menu/menu.admin.inc Submit function for the 'Delete' button on the menu editing form.
MENU_DEFAULT_LOCAL_TASK constant includes/menu.inc Menu type -- The "default" local task, which is initially active.
menu_delete function modules/menu/menu.module Delete a custom menu and all contained links.
menu_delete_links function includes/menu.inc Deletes all links for a menu.
menu_delete_menu_confirm function modules/menu/menu.admin.inc Build a confirm form for deletion of a custom menu.
menu_delete_menu_confirm_submit function modules/menu/menu.admin.inc Delete a custom menu and all links in it.
menu_delete_menu_page function modules/menu/menu.admin.inc Menu callback; check access and get a confirm form for deletion of a custom menu.
menu_edit_item function modules/menu/menu.admin.inc Menu callback; Build the menu link editing form.
menu_edit_item_submit function modules/menu/menu.admin.inc Process menu and menu item add/edit form submissions.
menu_edit_item_validate function modules/menu/menu.admin.inc Validate form values for a menu link being added or edited.
menu_edit_menu function modules/menu/menu.admin.inc Menu callback; Build the form that handles the adding/editing of a custom menu.
menu_edit_menu_name_exists function modules/menu/menu.admin.inc Returns whether a menu name already exists.
menu_edit_menu_submit function modules/menu/menu.admin.inc Submit function for adding or editing a custom menu.
menu_enable function modules/menu/menu.module Implements hook_enable().
menu_execute_active_handler function includes/menu.inc Execute the page callback associated with the current path.
menu_form_node_form_alter function modules/menu/menu.module Implements hook_form_BASE_FORM_ID_alter().
menu_form_node_type_form_alter function modules/menu/menu.module Implements hook_form_FORM_ID_alter().
MENU_FOUND constant includes/menu.inc Internal menu status code -- Menu item was found.
menu_get_active_breadcrumb function includes/menu.inc Gets the breadcrumb for the current page, as determined by the active trail.
menu_get_active_help function includes/menu.inc Returns the help associated with the active menu item.
menu_get_active_menu_names function includes/menu.inc Gets the active menu for the current page.
menu_get_active_title function includes/menu.inc Gets the title of the current page, as determined by the active trail.
menu_get_active_trail function includes/menu.inc Gets the active trail (path to root menu root) of the current page.
menu_get_ancestors function includes/menu.inc Returns the ancestors (and relevant placeholders) for any given path.
menu_get_custom_theme function includes/menu.inc Gets the custom theme for the current page, if there is one.
menu_get_item function includes/menu.inc Gets a router item.
menu_get_menus function modules/menu/menu.module Return an associative array of the custom menus names.
menu_get_names function includes/menu.inc Build a list of named menus.
menu_get_object function includes/menu.inc Gets a loaded object from a router item.
menu_get_router function includes/menu.inc Gets the menu router.
menu_help function modules/menu/menu.module Implements hook_help().
menu_install function modules/menu/menu.install Implements hook_install().
MENU_IS_LOCAL_ACTION constant includes/menu.inc Internal menu flag -- menu item is a local action.
MENU_IS_LOCAL_TASK constant includes/menu.inc Internal menu flag -- menu item is a local task.
MENU_IS_ROOT constant includes/menu.inc Internal menu flag -- menu item is the root of the menu tree.
menu_item_delete_form function modules/menu/menu.admin.inc Build a confirm form for deletion of a single menu link.
menu_item_delete_form_submit function modules/menu/menu.admin.inc Process menu delete form submissions.
menu_item_delete_page function modules/menu/menu.admin.inc Menu callback; Check access and present a confirm form for deleting a menu link.
menu_item_delete_submit function modules/menu/menu.admin.inc Submit function for the delete button on the menu item editing form.
menu_links_clone function includes/menu.inc Clones an array of menu links.
MENU_LINKS_TO_PARENT constant includes/menu.inc Internal menu flag -- menu item links back to its parent.
menu_link_children_relative_depth function includes/menu.inc Finds the depth of an item's children relative to its depth.
menu_link_delete function includes/menu.inc Delete one or several menu links.
menu_link_get_preferred function includes/menu.inc Looks up the preferred menu link for a given system path.
menu_link_load function includes/menu.inc Gets a translated, access-checked menu link that is ready for rendering.
menu_link_maintain function includes/menu.inc Inserts, updates, or deletes an uncustomized menu link related to a module.
menu_link_save function includes/menu.inc Saves a menu link.
menu_list_system_menus function includes/menu.inc Returns an array containing the names of system-defined (default) menus.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.