Search for menu
Title | Object type | File name | Summary |
---|---|---|---|
menu_delete | function | modules/ |
Delete a custom menu and all contained links. |
menu_delete_links | function | includes/ |
Deletes all links for a menu. |
menu_delete_menu_confirm | function | modules/ |
Build a confirm form for deletion of a custom menu. |
menu_delete_menu_confirm_submit | function | modules/ |
Delete a custom menu and all links in it. |
menu_delete_menu_page | function | modules/ |
Menu callback; check access and get a confirm form for deletion of a custom menu. |
menu_edit_item | function | modules/ |
Menu callback; Build the menu link editing form. |
menu_edit_item_submit | function | modules/ |
Process menu and menu item add/edit form submissions. |
menu_edit_item_validate | function | modules/ |
Validate form values for a menu link being added or edited. |
menu_edit_menu | function | modules/ |
Menu callback; Build the form that handles the adding/editing of a custom menu. |
menu_edit_menu_name_exists | function | modules/ |
Returns whether a menu name already exists. |
menu_edit_menu_submit | function | modules/ |
Submit function for adding or editing a custom menu. |
menu_enable | function | modules/ |
Implements hook_enable(). |
menu_execute_active_handler | function | includes/ |
Execute the page callback associated with the current path. |
menu_form_node_form_alter | function | modules/ |
Implements hook_form_BASE_FORM_ID_alter(). |
menu_form_node_type_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
MENU_FOUND | constant | includes/ |
Internal menu status code -- Menu item was found. |
menu_get_active_breadcrumb | function | includes/ |
Gets the breadcrumb for the current page, as determined by the active trail. |
menu_get_active_help | function | includes/ |
Returns the help associated with the active menu item. |
menu_get_active_menu_names | function | includes/ |
Gets the active menu for the current page. |
menu_get_active_title | function | includes/ |
Gets the title of the current page, as determined by the active trail. |
menu_get_active_trail | function | includes/ |
Gets the active trail (path to root menu root) of the current page. |
menu_get_ancestors | function | includes/ |
Returns the ancestors (and relevant placeholders) for any given path. |
menu_get_custom_theme | function | includes/ |
Gets the custom theme for the current page, if there is one. |
menu_get_item | function | includes/ |
Gets a router item. |
menu_get_menus | function | modules/ |
Return an associative array of the custom menus names. |
menu_get_names | function | includes/ |
Build a list of named menus. |
menu_get_object | function | includes/ |
Gets a loaded object from a router item. |
menu_get_router | function | includes/ |
Gets the menu router. |
menu_help | function | modules/ |
Implements hook_help(). |
menu_install | function | modules/ |
Implements hook_install(). |
MENU_IS_LOCAL_ACTION | constant | includes/ |
Internal menu flag -- menu item is a local action. |
MENU_IS_LOCAL_TASK | constant | includes/ |
Internal menu flag -- menu item is a local task. |
MENU_IS_ROOT | constant | includes/ |
Internal menu flag -- menu item is the root of the menu tree. |
menu_item_delete_form | function | modules/ |
Build a confirm form for deletion of a single menu link. |
menu_item_delete_form_submit | function | modules/ |
Process menu delete form submissions. |
menu_item_delete_page | function | modules/ |
Menu callback; Check access and present a confirm form for deleting a menu link. |
menu_item_delete_submit | function | modules/ |
Submit function for the delete button on the menu item editing form. |
menu_links_clone | function | includes/ |
Clones an array of menu links. |
MENU_LINKS_TO_PARENT | constant | includes/ |
Internal menu flag -- menu item links back to its parent. |
menu_link_children_relative_depth | function | includes/ |
Finds the depth of an item's children relative to its depth. |
menu_link_delete | function | includes/ |
Delete one or several menu links. |
menu_link_get_preferred | function | includes/ |
Looks up the preferred menu link for a given system path. |
menu_link_load | function | includes/ |
Gets a translated, access-checked menu link that is ready for rendering. |
menu_link_maintain | function | includes/ |
Inserts, updates, or deletes an uncustomized menu link related to a module. |
menu_link_save | function | includes/ |
Saves a menu link. |
menu_list_system_menus | function | includes/ |
Returns an array containing the names of system-defined (default) menus. |
menu_load | function | modules/ |
Load the data for a single custom menu. |
menu_load_all | function | modules/ |
Load all custom menu data. |
menu_load_links | function | includes/ |
Returns an array containing all links for a menu. |
MENU_LOCAL_ACTION | constant | includes/ |
Menu type -- An action specific to the parent, usually rendered as a link. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.