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_load function modules/menu/menu.module Load the data for a single custom menu.
menu_load_all function modules/menu/menu.module Load all custom menu data.
menu_load_links function includes/menu.inc Returns an array containing all links for a menu.
MENU_LOCAL_ACTION constant includes/menu.inc Menu type -- An action specific to the parent, usually rendered as a link.
menu_local_actions function includes/menu.inc Returns the rendered local actions at the current level.
menu_local_tabs function includes/menu.inc Returns a renderable element for the primary and secondary tabs.
MENU_LOCAL_TASK constant includes/menu.inc Menu type -- A task specific to the parent item, usually rendered as a tab.
menu_local_tasks function includes/menu.inc Collects the local tasks (tabs), action links, and the root path.
menu_login_callback function modules/simpletest/tests/menu_test.module Menu callback to be used as a login path.
menu_main_menu function includes/menu.inc Returns an array of links to be rendered as the Main menu.
MENU_MAX_DEPTH constant includes/menu.inc The maximum depth of a menu links tree - matches the number of p columns.
MENU_MAX_MENU_NAME_LENGTH_UI constant modules/menu/menu.module Maximum length of menu name as entered by the user. Database length is 32
and we add a menu- prefix.
MENU_MAX_PARTS constant includes/menu.inc The maximum number of path elements for a menu callback
menu_menu function modules/menu/menu.module Implements hook_menu().
MENU_MODIFIED_BY_ADMIN constant includes/menu.inc Internal menu flag -- menu item can be modified by administrator.
menu_navigation_links function includes/menu.inc Returns an array of links for a navigation menu.
menu_node_delete function modules/menu/menu.module Implements hook_node_delete().
menu_node_insert function modules/menu/menu.module Implements hook_node_insert().
menu_node_prepare function modules/menu/menu.module Implements hook_node_prepare().
menu_node_save function modules/menu/menu.module Helper for hook_node_insert() and hook_node_update().
menu_node_submit function modules/menu/menu.module Implements hook_node_submit().
menu_node_update function modules/menu/menu.module Implements hook_node_update().
MENU_NORMAL_ITEM constant includes/menu.inc Menu type -- A "normal" menu item that's shown in menu and breadcrumbs.
MENU_NOT_FOUND constant includes/menu.inc Menu status code -- Not found.
menu_overview_form function modules/menu/menu.admin.inc Form for editing an entire menu tree at once.
menu_overview_form_submit function modules/menu/menu.admin.inc Submit handler for the menu overview form.
menu_overview_page function modules/menu/menu.admin.inc Menu callback which shows an overview page of all the custom menus and their descriptions.
menu_overview_title function modules/menu/menu.module Title callback for the menu overview page and links.
menu_parent_options function modules/menu/menu.module Return a list of menu items that are valid possible parents for the given menu item.
menu_parent_options_js function modules/menu/menu.module Page callback.
Get all the available menus and menu items as a JavaScript array.
menu_permission function modules/menu/menu.module Implements hook_permission().
MENU_PREFERRED_LINK constant includes/menu.inc Reserved key to identify the most specific menu link for a given path.
menu_primary_local_tasks function includes/menu.inc Returns the rendered local tasks at the top level.
menu_rebuild function includes/menu.inc Populates the database tables used by various menu functions.
menu_reset_item function modules/menu/menu.module Reset a system-defined menu link.
menu_reset_item_confirm function modules/menu/menu.admin.inc Menu callback; reset a single modified menu link.
menu_reset_item_confirm_submit function modules/menu/menu.admin.inc Process menu reset item form submissions.
menu_reset_static_cache function includes/menu.inc Resets the menu system static cache.
menu_router_build function includes/menu.inc Collects and alters the menu definitions.
menu_save function modules/menu/menu.module Save a custom menu.
menu_schema function modules/menu/menu.install Implements hook_schema().
menu_secondary_local_tasks function includes/menu.inc Returns the rendered local tasks at the second level.
menu_secondary_menu function includes/menu.inc Returns an array of links to be rendered as the Secondary links.
menu_set_active_item function includes/menu.inc Sets the active path, which determines which page is loaded.
menu_set_active_menu_names function includes/menu.inc Sets (or gets) the active menu for the current page.
menu_set_active_trail function includes/menu.inc Sets the active trail (path to the menu tree root) of the current page.
menu_set_custom_theme function includes/menu.inc Sets a custom theme for the current page, if there is one.
menu_set_item function includes/menu.inc Replaces the statically cached item for a given path.
MENU_SITE_OFFLINE constant includes/menu.inc Internal menu status code -- Menu item inaccessible because site is offline.
MENU_SITE_ONLINE constant includes/menu.inc Internal menu status code -- Everything is working fine.

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