|
menu_item_delete_form_submit |
drupal-7.x/modules/menu/menu.admin.inc |
Process menu delete form submissions. |
|
|
|
menu_item_delete_page |
drupal-7.x/modules/menu/menu.admin.inc |
Menu callback; Check access and present a confirm form for deleting a menu link. |
|
2 |
|
menu_item_delete_submit |
drupal-7.x/modules/menu/menu.admin.inc |
Submit function for the delete button on the menu item editing form. |
|
1 |
|
menu_links_clone |
drupal-7.x/includes/menu.inc |
Clones an array of menu links. |
2 |
|
|
menu_link_children_relative_depth |
drupal-7.x/includes/menu.inc |
Finds the depth of an item's children relative to its depth. |
3 |
|
|
menu_link_delete |
drupal-7.x/includes/menu.inc |
Delete one or several menu links. |
9 |
1 |
|
menu_link_get_preferred |
drupal-7.x/includes/menu.inc |
Looks up the preferred menu link for a given system path. |
2 |
1 |
|
menu_link_load |
drupal-7.x/includes/menu.inc |
Gets a translated, access-checked menu link that is ready for rendering. |
9 |
|
|
menu_link_maintain |
drupal-7.x/includes/menu.inc |
Inserts, updates, or deletes an uncustomized menu link related to a module. |
3 |
|
|
menu_link_save |
drupal-7.x/includes/menu.inc |
Saves a menu link. |
23 |
|
|
menu_list_system_menus |
drupal-7.x/includes/menu.inc |
Returns an array containing the names of system-defined (default) menus. |
12 |
|
|
menu_load |
drupal-7.x/modules/menu/menu.module |
Load the data for a single custom menu. |
2 |
|
|
menu_load_all |
drupal-7.x/modules/menu/menu.module |
Load all custom menu data. |
2 |
1 |
|
menu_load_links |
drupal-7.x/includes/menu.inc |
Returns an array containing all links for a menu. |
2 |
|
|
menu_local_actions |
drupal-7.x/includes/menu.inc |
Returns the rendered local actions at the current level. |
1 |
|
|
menu_local_tabs |
drupal-7.x/includes/menu.inc |
Returns a renderable element for the primary and secondary tabs. |
1 |
|
|
menu_local_tasks |
drupal-7.x/includes/menu.inc |
Collects the local tasks (tabs), action links, and the root path. |
4 |
4 |
|
menu_login_callback |
drupal-7.x/modules/simpletest/tests/menu_test.module |
Menu callback to be used as a login path. |
|
3 |
|
menu_main_menu |
drupal-7.x/includes/menu.inc |
Returns an array of links to be rendered as the Main menu. |
1 |
|
|
menu_menu |
drupal-7.x/modules/menu/menu.module |
Implements hook_menu(). |
|
|
|
menu_navigation_links |
drupal-7.x/includes/menu.inc |
Returns an array of links for a navigation menu. |
2 |
|
|
menu_node_delete |
drupal-7.x/modules/menu/menu.module |
Implements hook_node_delete(). |
|
|
|
menu_node_insert |
drupal-7.x/modules/menu/menu.module |
Implements hook_node_insert(). |
|
|
|
menu_node_prepare |
drupal-7.x/modules/menu/menu.module |
Implements hook_node_prepare(). |
|
|
|
menu_node_save |
drupal-7.x/modules/menu/menu.module |
Helper for hook_node_insert() and hook_node_update(). |
2 |
|
|
menu_node_submit |
drupal-7.x/modules/menu/menu.module |
Implements hook_node_submit(). |
|
|
|
menu_node_update |
drupal-7.x/modules/menu/menu.module |
Implements hook_node_update(). |
|
|
|
menu_overview_form |
drupal-7.x/modules/menu/menu.admin.inc |
Form for editing an entire menu tree at once. |
|
2 |
|
menu_overview_form_submit |
drupal-7.x/modules/menu/menu.admin.inc |
Submit handler for the menu overview form. |
|
|
|
menu_overview_page |
drupal-7.x/modules/menu/menu.admin.inc |
Menu callback which shows an overview page of all the custom menus and their descriptions. |
|
2 |
|
menu_overview_title |
drupal-7.x/modules/menu/menu.module |
Title callback for the menu overview page and links. |
|
2 |
|
menu_parent_options |
drupal-7.x/modules/menu/menu.module |
Return a list of menu items that are valid possible parents for the given menu item. |
3 |
|
|
menu_parent_options_js |
drupal-7.x/modules/menu/menu.module |
Page callback.
Get all the available menus and menu items as a JavaScript array. |
|
1 |
|
menu_permission |
drupal-7.x/modules/menu/menu.module |
Implements hook_permission(). |
|
|
|
menu_primary_local_tasks |
drupal-7.x/includes/menu.inc |
Returns the rendered local tasks at the top level. |
2 |
|
|
menu_rebuild |
drupal-7.x/includes/menu.inc |
Populates the database tables used by various menu functions. |
22 |
|
|
menu_reset_item |
drupal-7.x/modules/menu/menu.module |
Reset a system-defined menu link. |
2 |
|
|
menu_reset_item_confirm |
drupal-7.x/modules/menu/menu.admin.inc |
Menu callback; reset a single modified menu link. |
|
1 |
|
menu_reset_item_confirm_submit |
drupal-7.x/modules/menu/menu.admin.inc |
Process menu reset item form submissions. |
|
|
|
menu_reset_static_cache |
drupal-7.x/includes/menu.inc |
Resets the menu system static cache. |
3 |
|
|
menu_router_build |
drupal-7.x/includes/menu.inc |
Collects and alters the menu definitions. |
2 |
|
|
menu_save |
drupal-7.x/modules/menu/menu.module |
Save a custom menu. |
3 |
|
|
menu_schema |
drupal-7.x/modules/menu/menu.install |
Implements hook_schema(). |
|
|
|
menu_secondary_local_tasks |
drupal-7.x/includes/menu.inc |
Returns the rendered local tasks at the second level. |
1 |
|
|
menu_secondary_menu |
drupal-7.x/includes/menu.inc |
Returns an array of links to be rendered as the Secondary links. |
1 |
|
|
menu_set_active_item |
drupal-7.x/includes/menu.inc |
Sets the active path, which determines which page is loaded. |
2 |
|
|
menu_set_active_menu_names |
drupal-7.x/includes/menu.inc |
Sets (or gets) the active menu for the current page. |
2 |
|
|
menu_set_active_trail |
drupal-7.x/includes/menu.inc |
Sets the active trail (path to the menu tree root) of the current page. |
1 |
1 |
|
menu_set_custom_theme |
drupal-7.x/includes/menu.inc |
Sets a custom theme for the current page, if there is one. |
1 |
|
|
menu_set_item |
drupal-7.x/includes/menu.inc |
Replaces the statically cached item for a given path. |
1 |
|