menu_permission |
drupal/core/modules/menu/menu.module |
Implements hook_permission(). |
|
|
menu_preprocess_block |
drupal/core/modules/menu/menu.module |
Implements hook_preprocess_HOOK() for block.tpl.php. |
|
|
menu_primary_local_tasks |
drupal/core/includes/menu.inc |
Returns the rendered local tasks at the top level. |
2 |
|
menu_reset_item |
drupal/core/modules/menu/menu.module |
Reset a system-defined menu link. |
2 |
|
menu_reset_item_confirm |
drupal/core/modules/menu/menu.admin.inc |
Menu callback; reset a single modified menu link. |
|
1 |
menu_reset_item_confirm_submit |
drupal/core/modules/menu/menu.admin.inc |
Process menu reset item form submissions. |
|
|
menu_reset_static_cache |
drupal/core/includes/menu.inc |
Resets the menu system static cache. |
4 |
|
menu_router_build |
drupal/core/includes/menu.inc |
Collects and alters the menu definitions. |
2 |
|
menu_router_rebuild |
drupal/core/includes/menu.inc |
Populates the database tables used by various menu functions. |
20 |
|
menu_save |
drupal/core/modules/menu/menu.module |
Save a custom menu. |
3 |
|
menu_schema |
drupal/core/modules/menu/menu.install |
Implements hook_schema(). |
|
|
menu_secondary_local_tasks |
drupal/core/includes/menu.inc |
Returns the rendered local tasks at the second level. |
1 |
|
menu_secondary_menu |
drupal/core/includes/menu.inc |
Returns an array of links to be rendered as the Secondary links. |
1 |
|
menu_set_active_item |
drupal/core/includes/menu.inc |
Sets the active path, which determines which page is loaded. |
|
|
menu_set_active_menu_names |
drupal/core/includes/menu.inc |
Sets (or gets) the active menu for the current page. |
2 |
|
menu_set_active_trail |
drupal/core/includes/menu.inc |
Sets the active trail (path to the menu tree root) of the current page. |
1 |
3 |
menu_set_custom_theme |
drupal/core/includes/menu.inc |
Sets a custom theme for the current page, if there is one. |
2 |
|
menu_set_item |
drupal/core/includes/menu.inc |
Replaces the statically cached item for a given path. |
1 |
|
menu_tab_root_path |
drupal/core/includes/menu.inc |
Returns the router path, or the path for a default local task's parent. |
1 |
|
menu_tail_load |
drupal/core/includes/menu.inc |
Loads the path as one string relative to the current index. |
|
|
menu_tail_to_arg |
drupal/core/includes/menu.inc |
Returns a string containing the path relative to the current index. |
|
|
menu_test_argument_load |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
|
1 |
menu_test_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy callback for hook_menu() to point to. |
|
1 |
menu_test_custom_403_404_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback for our custom 403 and 404 pages. |
|
1 |
menu_test_custom_theme |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implement hook_custom_theme(). |
|
|
menu_test_init |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_init(). |
|
|
menu_test_menu |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu(). |
|
|
menu_test_menu_link_delete |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_delete(). |
|
|
menu_test_menu_link_insert |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_insert(). |
|
|
menu_test_menu_link_update |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_link_update(). |
|
|
menu_test_menu_name |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Helper function for the testMenuName() test. Used to change the menu_name
parameter of a menu. |
2 |
|
menu_test_menu_site_status_alter |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Implements hook_menu_site_status_alter(). |
|
|
menu_test_menu_trail_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Callback that test menu_test_menu_tree_set_path(). |
|
1 |
menu_test_other_argument_load |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
|
1 |
menu_test_static_variable |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Static function for testing hook results. |
4 |
|
menu_test_theme_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Theme callback to use when testing the theme callback functionality. |
|
1 |
menu_test_theme_page_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Page callback to use when testing the theme callback functionality. |
|
1 |
menu_test_title_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Concatenates a string, by using the t() function and a case number. |
|
1 |
menu_theme |
drupal/core/modules/menu/menu.module |
Implements hook_theme(). |
|
|
menu_tree |
drupal/core/includes/menu.inc |
Renders a menu tree based on the current path. |
3 |
1 |
menu_tree_all_data |
drupal/core/includes/menu.inc |
Gets the data structure representing a named menu tree. |
4 |
1 |
menu_tree_check_access |
drupal/core/includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
3 |
|
menu_tree_collect_node_links |
drupal/core/includes/menu.inc |
Collects node links from a given menu tree recursively. |
3 |
|
menu_tree_data |
drupal/core/includes/menu.inc |
Sorts and returns the built data representing a menu tree. |
4 |
|
menu_tree_get_path |
drupal/core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
1 |
|
menu_tree_output |
drupal/core/includes/menu.inc |
Returns a rendered menu tree. |
7 |
|
menu_tree_page_data |
drupal/core/includes/menu.inc |
Gets the data structure for a named menu tree, based on the current page. |
3 |
1 |
menu_tree_set_path |
drupal/core/includes/menu.inc |
Sets the path for determining the active trail of the specified menu tree. |
2 |
|
menu_uninstall |
drupal/core/modules/menu/menu.install |
Implements hook_uninstall(). |
|
|
menu_unserialize |
drupal/core/includes/menu.inc |
Unserializes menu data, using a map to replace path elements. |
3 |
|