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_SUGGESTED_ITEM constant includes/menu.inc Menu type -- A normal menu item, hidden until enabled by an administrator.
menu_tab_root_path function includes/menu.inc Returns the router path, or the path for a default local task's parent.
menu_tail_load function includes/menu.inc Loads the path as one string relative to the current index.
menu_tail_to_arg function includes/menu.inc Returns a string containing the path relative to the current index.
menu_test.info file modules/simpletest/tests/menu_test.info name = "Hook menu tests"
description = "Support module for menu hook testing."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
menu_test.module file modules/simpletest/tests/menu_test.module Dummy module implementing hook menu.
menu_test_argument_load function modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to.
menu_test_callback function modules/simpletest/tests/menu_test.module Dummy callback for hook_menu() to point to.
menu_test_custom_403_404_callback function modules/simpletest/tests/menu_test.module Callback for our custom 403 and 404 pages.
menu_test_custom_theme function modules/simpletest/tests/menu_test.module Implement hook_custom_theme().
menu_test_init function modules/simpletest/tests/menu_test.module Implements hook_init().
menu_test_menu function modules/simpletest/tests/menu_test.module Implements hook_menu().
menu_test_menu_link_delete function modules/simpletest/tests/menu_test.module Implements hook_menu_link_delete().
menu_test_menu_link_insert function modules/simpletest/tests/menu_test.module Implements hook_menu_link_insert().
menu_test_menu_link_update function modules/simpletest/tests/menu_test.module Implements hook_menu_link_update().
menu_test_menu_name function modules/simpletest/tests/menu_test.module Helper function for the testMenuName() test. Used to change the menu_name
parameter of a menu.
menu_test_menu_site_status_alter function modules/simpletest/tests/menu_test.module Implements hook_menu_site_status_alter().
menu_test_menu_trail_callback function modules/simpletest/tests/menu_test.module Callback that test menu_test_menu_tree_set_path().
menu_test_other_argument_load function modules/simpletest/tests/menu_test.module Dummy argument loader for hook_menu() to point to.
menu_test_static_variable function modules/simpletest/tests/menu_test.module Static function for testing hook results.
menu_test_theme_callback function modules/simpletest/tests/menu_test.module Theme callback to use when testing the theme callback functionality.
menu_test_theme_page_callback function modules/simpletest/tests/menu_test.module Page callback to use when testing the theme callback functionality.
menu_test_title_callback function modules/simpletest/tests/menu_test.module Concatenates a string, by using the t() function and a case number.
menu_theme function modules/menu/menu.module Implements hook_theme().
menu_tree function includes/menu.inc Renders a menu tree based on the current path.
menu_tree_all_data function includes/menu.inc Gets the data structure representing a named menu tree.
menu_tree_check_access function includes/menu.inc Checks access and performs dynamic operations for each link in the tree.
menu_tree_collect_node_links function includes/menu.inc Collects node links from a given menu tree recursively.
menu_tree_data function includes/menu.inc Sorts and returns the built data representing a menu tree.
menu_tree_get_path function includes/menu.inc Gets the path for determining the active trail of the specified menu tree.
menu_tree_output function includes/menu.inc Returns an output structure for rendering a menu tree.
menu_tree_page_data function includes/menu.inc Gets the data structure for a named menu tree, based on the current page.
menu_tree_set_path function includes/menu.inc Sets the path for determining the active trail of the specified menu tree.
menu_uninstall function modules/menu/menu.install Implements hook_uninstall().
menu_unserialize function includes/menu.inc Unserializes menu data, using a map to replace path elements.
menu_update_7000 function modules/menu/menu.install Migrate the "Default menu for content" setting to individual node types.
menu_update_7001 function modules/menu/menu.install Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents.
menu_update_7002 function modules/menu/menu.install Rename the primary/secondary menu blocks to match previously renamed menus.
menu_update_7003 function modules/menu/menu.install Add missing custom menus to active menus list.
MENU_VISIBLE_IN_BREADCRUMB constant includes/menu.inc Internal menu flag -- menu item is visible in the breadcrumb.
MENU_VISIBLE_IN_TREE constant includes/menu.inc Internal menu flag -- menu item is visible in the menu tree.
module_test_menu function modules/simpletest/tests/module_test.module Implements hook_menu().
node_access_test_menu function modules/node/tests/node_access_test.module Implements hook_menu().
node_menu function modules/node/node.module Implements hook_menu().
node_menu_local_tasks_alter function modules/node/node.module Implements hook_menu_local_tasks_alter().
openid_menu function modules/openid/openid.module Implements hook_menu().
openid_menu_site_status_alter function modules/openid/openid.module Implements hook_menu_site_status_alter().
openid_test_menu function modules/openid/tests/openid_test.module Implements hook_menu().
openid_test_menu_site_status_alter function modules/openid/tests/openid_test.module Implements hook_menu_site_status_alter().
overlay_menu function modules/overlay/overlay.module Implements hook_menu().

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