menu_form_node_form_alter |
drupal/core/modules/menu/menu.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
menu_form_node_type_form_alter |
drupal/core/modules/menu/menu.module |
Implements hook_form_FORM_ID_alter(). |
|
|
menu_get_active_breadcrumb |
drupal/core/includes/menu.inc |
Gets the breadcrumb for the current page, as determined by the active trail. |
2 |
|
menu_get_active_help |
drupal/core/includes/menu.inc |
Returns the help associated with the active menu item. |
1 |
|
menu_get_active_menu_names |
drupal/core/includes/menu.inc |
Gets the active menu for the current page. |
2 |
|
menu_get_active_title |
drupal/core/includes/menu.inc |
Gets the title of the current page, as determined by the active trail. |
1 |
1 |
menu_get_active_trail |
drupal/core/includes/menu.inc |
Gets the active trail (path to root menu root) of the current page. |
5 |
|
menu_get_ancestors |
drupal/core/includes/menu.inc |
Returns the ancestors (and relevant placeholders) for any given path. |
2 |
|
menu_get_custom_theme |
drupal/core/includes/menu.inc |
Gets the custom theme for the current page, if there is one. |
3 |
|
menu_get_item |
drupal/core/includes/menu.inc |
Gets a router item. |
26 |
|
menu_get_menus |
drupal/core/modules/menu/menu.module |
Return an associative array of the custom menus names. |
11 |
|
menu_get_object |
drupal/core/includes/menu.inc |
Gets a loaded object from a router item. |
12 |
|
menu_get_router |
drupal/core/includes/menu.inc |
Gets the menu router. |
2 |
|
menu_help |
drupal/core/modules/menu/menu.module |
Implements hook_help(). |
|
|
menu_install |
drupal/core/modules/menu/menu.install |
Implements hook_install(). |
|
|
menu_item_delete_form |
drupal/core/modules/menu/menu.admin.inc |
Build a confirm form for deletion of a single menu link. |
|
1 |
menu_item_delete_form_submit |
drupal/core/modules/menu/menu.admin.inc |
Process menu delete form submissions. |
|
|
menu_item_delete_page |
drupal/core/modules/menu/menu.admin.inc |
Menu callback; Check access and present a confirm form for deleting a menu link. |
|
1 |
menu_item_delete_submit |
drupal/core/modules/menu/menu.admin.inc |
Submit function for the delete button on the menu item editing form. |
|
1 |
menu_library_info |
drupal/core/modules/menu/menu.module |
Implements hook_library_info(). |
|
|
menu_links_clone |
drupal/core/includes/menu.inc |
Clones an array of menu links. |
2 |
|
menu_link_children_relative_depth |
drupal/core/includes/menu.inc |
Finds the depth of an item's children relative to its depth. |
3 |
|
menu_link_delete |
drupal/core/includes/menu.inc |
Delete one or several menu links. |
9 |
|
menu_link_get_preferred |
drupal/core/includes/menu.inc |
Looks up the preferred menu link for a given system path. |
3 |
1 |
menu_link_load |
drupal/core/includes/menu.inc |
Gets a translated, access-checked menu link that is ready for rendering. |
9 |
|
menu_link_maintain |
drupal/core/includes/menu.inc |
Inserts, updates, enables, disables, or deletes an uncustomized menu link. |
4 |
|
menu_link_save |
drupal/core/includes/menu.inc |
Saves a menu link. |
22 |
|
menu_list_system_menus |
drupal/core/includes/menu.inc |
Returns an array containing the names of system-defined (default) menus. |
11 |
|
menu_load |
drupal/core/modules/menu/menu.module |
Load the data for a single custom menu. |
2 |
|
menu_load_all |
drupal/core/modules/menu/menu.module |
Load all custom menu data. |
2 |
1 |
menu_load_links |
drupal/core/includes/menu.inc |
Returns an array containing all links for a menu. |
3 |
|
menu_local_actions |
drupal/core/includes/menu.inc |
Returns the rendered local actions at the current level. |
1 |
|
menu_local_tabs |
drupal/core/includes/menu.inc |
Returns a renderable element for the primary and secondary tabs. |
1 |
|
menu_local_tasks |
drupal/core/includes/menu.inc |
Collects the local tasks (tabs), action links, and the root path. |
4 |
|
menu_login_callback |
drupal/core/modules/system/tests/modules/menu_test/menu_test.module |
Menu callback to be used as a login path. |
|
3 |
menu_main_menu |
drupal/core/includes/menu.inc |
Returns an array of links to be rendered as the Main menu. |
1 |
|
menu_menu |
drupal/core/modules/menu/menu.module |
Implements hook_menu(). |
|
|
menu_navigation_links |
drupal/core/includes/menu.inc |
Returns an array of links for a navigation menu. |
2 |
|
menu_node_insert |
drupal/core/modules/menu/menu.module |
Implements hook_node_insert(). |
|
|
menu_node_predelete |
drupal/core/modules/menu/menu.module |
Implements hook_node_predelete(). |
|
|
menu_node_prepare |
drupal/core/modules/menu/menu.module |
Implements hook_node_prepare(). |
|
|
menu_node_save |
drupal/core/modules/menu/menu.module |
Helper for hook_node_insert() and hook_node_update(). |
2 |
|
menu_node_submit |
drupal/core/modules/menu/menu.module |
Implements hook_node_submit(). |
|
|
menu_node_update |
drupal/core/modules/menu/menu.module |
Implements hook_node_update(). |
|
|
menu_overview_form |
drupal/core/modules/menu/menu.admin.inc |
Form for editing an entire menu tree at once. |
|
1 |
menu_overview_form_submit |
drupal/core/modules/menu/menu.admin.inc |
Submit handler for the menu overview form. |
|
|
menu_overview_page |
drupal/core/modules/menu/menu.admin.inc |
Menu callback which shows an overview page of all the custom menus and their descriptions. |
|
1 |
menu_overview_title |
drupal/core/modules/menu/menu.module |
Title callback for the menu overview page and links. |
|
1 |
menu_parent_options |
drupal/core/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/core/modules/menu/menu.module |
Page callback.
Get all the available menus and menu items as a JavaScript array. |
|
1 |