Search for menu
Title | Object type | File name | Summary |
---|---|---|---|
menu_test.info | file | modules/ |
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/ |
Dummy module implementing hook menu. |
menu_test_argument_load | function | modules/ |
Dummy argument loader for hook_menu() to point to. |
menu_test_callback | function | modules/ |
Dummy callback for hook_menu() to point to. |
menu_test_custom_403_404_callback | function | modules/ |
Callback for our custom 403 and 404 pages. |
menu_test_custom_theme | function | modules/ |
Implement hook_custom_theme(). |
menu_test_init | function | modules/ |
Implements hook_init(). |
menu_test_menu | function | modules/ |
Implements hook_menu(). |
menu_test_menu_link_delete | function | modules/ |
Implements hook_menu_link_delete(). |
menu_test_menu_link_insert | function | modules/ |
Implements hook_menu_link_insert(). |
menu_test_menu_link_update | function | modules/ |
Implements hook_menu_link_update(). |
menu_test_menu_name | function | modules/ |
Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu. |
menu_test_menu_site_status_alter | function | modules/ |
Implements hook_menu_site_status_alter(). |
menu_test_menu_trail_callback | function | modules/ |
Callback that test menu_test_menu_tree_set_path(). |
menu_test_other_argument_load | function | modules/ |
Dummy argument loader for hook_menu() to point to. |
menu_test_static_variable | function | modules/ |
Static function for testing hook results. |
menu_test_theme_callback | function | modules/ |
Theme callback to use when testing the theme callback functionality. |
menu_test_theme_page_callback | function | modules/ |
Page callback to use when testing the theme callback functionality. |
menu_test_title_callback | function | modules/ |
Concatenates a string, by using the t() function and a case number. |
menu_theme | function | modules/ |
Implements hook_theme(). |
menu_tree | function | includes/ |
Renders a menu tree based on the current path. |
menu_tree_all_data | function | includes/ |
Gets the data structure representing a named menu tree. |
menu_tree_check_access | function | includes/ |
Checks access and performs dynamic operations for each link in the tree. |
menu_tree_collect_node_links | function | includes/ |
Collects node links from a given menu tree recursively. |
menu_tree_data | function | includes/ |
Sorts and returns the built data representing a menu tree. |
menu_tree_get_path | function | includes/ |
Gets the path for determining the active trail of the specified menu tree. |
menu_tree_output | function | includes/ |
Returns an output structure for rendering a menu tree. |
menu_tree_page_data | function | includes/ |
Gets the data structure for a named menu tree, based on the current page. |
menu_tree_set_path | function | includes/ |
Sets the path for determining the active trail of the specified menu tree. |
menu_uninstall | function | modules/ |
Implements hook_uninstall(). |
menu_unserialize | function | includes/ |
Unserializes menu data, using a map to replace path elements. |
menu_update_7000 | function | modules/ |
Migrate the "Default menu for content" setting to individual node types. |
menu_update_7001 | function | modules/ |
Rename "Primary Links" and "Secondary Links" to their Drupal 7 equivalents. |
menu_update_7002 | function | modules/ |
Rename the primary/secondary menu blocks to match previously renamed menus. |
menu_update_7003 | function | modules/ |
Add missing custom menus to active menus list. |
MENU_VISIBLE_IN_BREADCRUMB | constant | includes/ |
Internal menu flag -- menu item is visible in the breadcrumb. |
MENU_VISIBLE_IN_TREE | constant | includes/ |
Internal menu flag -- menu item is visible in the menu tree. |
module_test_menu | function | modules/ |
Implements hook_menu(). |
node_access_test_menu | function | modules/ |
Implements hook_menu(). |
node_menu | function | modules/ |
Implements hook_menu(). |
node_menu_local_tasks_alter | function | modules/ |
Implements hook_menu_local_tasks_alter(). |
openid_menu | function | modules/ |
Implements hook_menu(). |
openid_menu_site_status_alter | function | modules/ |
Implements hook_menu_site_status_alter(). |
openid_test_menu | function | modules/ |
Implements hook_menu(). |
openid_test_menu_site_status_alter | function | modules/ |
Implements hook_menu_site_status_alter(). |
overlay_menu | function | modules/ |
Implements hook_menu(). |
path_menu | function | modules/ |
Implements hook_menu(). |
poll_menu | function | modules/ |
Implements hook_menu(). |
profile_menu | function | modules/ |
Implements hook_menu(). |
search_embedded_form_menu | function | modules/ |
Implements hook_menu(). |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.