menu_primary_local_tasks |
core/includes/menu.inc |
Returns the rendered local tasks at the top level. |
menu_rebuild |
core/includes/menu.inc |
Populates the database tables used by various menu functions. |
menu_reset_item |
core/modules/menu/menu.module |
Reset a system-defined menu link. |
menu_reset_item_confirm |
core/modules/menu/menu.admin.inc |
Menu callback; reset a single modified menu link. |
menu_reset_item_confirm_submit |
core/modules/menu/menu.admin.inc |
Process menu reset item form submissions. |
menu_reset_static_cache |
core/includes/menu.inc |
Resets the menu system static cache. |
menu_router_build |
core/includes/menu.inc |
Collects and alters the menu definitions. |
menu_save |
core/modules/menu/menu.module |
Save a custom menu. |
menu_secondary_local_tasks |
core/includes/menu.inc |
Returns the rendered local tasks at the second level. |
menu_settings_form |
core/modules/menu/menu.admin.inc |
Menu callback; global settings form for menus. |
menu_settings_form_submit |
core/modules/menu/menu.admin.inc |
Custom submission handler for the global settings form. |
menu_settings_form_validate |
core/modules/menu/menu.admin.inc |
Validate form values for the global settings form. |
menu_set_active_item |
core/includes/menu.inc |
Sets the active path, which determines which page is loaded. |
menu_set_active_menu_names |
core/includes/menu.inc |
Sets (or gets) the active menu for the current page. |
menu_set_active_trail |
core/includes/menu.inc |
Sets the active trail (path to the menu tree root) of the current page. |
menu_set_custom_theme |
core/includes/menu.inc |
Sets a custom theme for the current page, if there is one. |
menu_set_item |
core/includes/menu.inc |
Replaces the statically cached item for a given path. |
menu_tab_root_path |
core/includes/menu.inc |
Returns the router path, or the path for a default local task's parent. |
menu_tail_load |
core/includes/menu.inc |
Loads the path as one string relative to the current index. |
menu_tail_to_arg |
core/includes/menu.inc |
Returns a string containing the path relative to the current index. |
menu_test_argument_load |
core/modules/simpletest/tests/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
menu_test_callback |
core/modules/simpletest/tests/menu_test.module |
Dummy callback for hook_menu() to point to. |
menu_test_change_menu_type |
core/modules/simpletest/tests/menu_test.module |
Helper function for MenuChangeTestCase. |
menu_test_custom_403_404_callback |
core/modules/simpletest/tests/menu_test.module |
Callback for our custom 403 and 404 pages. |
menu_test_custom_theme |
core/modules/simpletest/tests/menu_test.module |
Implement hook_custom_theme(). |
menu_test_init |
core/modules/simpletest/tests/menu_test.module |
Implements hook_init(). |
menu_test_menu |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu(). |
menu_test_menu_link_delete |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu_link_delete(). |
menu_test_menu_link_insert |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu_link_insert(). |
menu_test_menu_link_update |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu_link_update(). |
menu_test_menu_name |
core/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 |
core/modules/simpletest/tests/menu_test.module |
Implements hook_menu_site_status_alter(). |
menu_test_menu_trail_callback |
core/modules/simpletest/tests/menu_test.module |
Callback that test menu_test_menu_tree_set_path(). |
menu_test_other_argument_load |
core/modules/simpletest/tests/menu_test.module |
Dummy argument loader for hook_menu() to point to. |
menu_test_static_variable |
core/modules/simpletest/tests/menu_test.module |
Static function for testing hook results. |
menu_test_theme_callback |
core/modules/simpletest/tests/menu_test.module |
Theme callback to use when testing the theme callback functionality. |
menu_test_theme_page_callback |
core/modules/simpletest/tests/menu_test.module |
Page callback to use when testing the theme callback functionality. |
menu_test_title_callback |
core/modules/simpletest/tests/menu_test.module |
Concatenates a string, by using the t() function and a case number. |
menu_theme |
core/modules/menu/menu.module |
Implements hook_theme(). |
menu_tokens |
core/modules/menu/menu.tokens.inc |
Implements hook_tokens() on behalf of menu.module. |
menu_token_info |
core/modules/menu/menu.tokens.inc |
Implements hook_token_info(). |
menu_tree |
core/includes/menu.inc |
Renders a menu tree based on the current path. |
menu_tree_all_data |
core/includes/menu.inc |
Gets the data structure representing a named menu tree. |
menu_tree_check_access |
core/includes/menu.inc |
Checks access and performs dynamic operations for each link in the tree. |
menu_tree_collect_node_links |
core/includes/menu.inc |
Collects node links from a given menu tree recursively. |
menu_tree_data |
core/includes/menu.inc |
Sorts and returns the built data representing a menu tree. |
menu_tree_get_path |
core/includes/menu.inc |
Gets the path for determining the active trail of the specified menu tree. |
menu_tree_output |
core/includes/menu.inc |
Returns an output structure for rendering a menu tree. |
menu_tree_page_data |
core/includes/menu.inc |
Gets the data structure for a named menu tree, based on the current page. |
menu_tree_set_path |
core/includes/menu.inc |
Sets the path for determining the active trail of the specified menu tree. |