Search for all
Title | Object type | File name | Summary |
---|---|---|---|
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. |
menu_local_actions | function | includes/ |
Returns the rendered local actions at the current level. |
menu_local_tabs | function | includes/ |
Returns a renderable element for the primary and secondary tabs. |
MENU_LOCAL_TASK | constant | includes/ |
Menu type -- A task specific to the parent item, usually rendered as a tab. |
menu_local_tasks | function | includes/ |
Collects the local tasks (tabs), action links, and the root path. |
menu_login_callback | function | modules/ |
Menu callback to be used as a login path. |
menu_main_menu | function | includes/ |
Returns an array of links to be rendered as the Main menu. |
MENU_MAX_DEPTH | constant | includes/ |
The maximum depth of a menu links tree - matches the number of p columns. |
MENU_MAX_MENU_NAME_LENGTH_UI | constant | modules/ |
Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix. |
MENU_MAX_PARTS | constant | includes/ |
The maximum number of path elements for a menu callback |
menu_menu | function | modules/ |
Implements hook_menu(). |
MENU_MODIFIED_BY_ADMIN | constant | includes/ |
Internal menu flag -- menu item can be modified by administrator. |
menu_navigation_links | function | includes/ |
Returns an array of links for a navigation menu. |
menu_node_delete | function | modules/ |
Implements hook_node_delete(). |
menu_node_insert | function | modules/ |
Implements hook_node_insert(). |
menu_node_prepare | function | modules/ |
Implements hook_node_prepare(). |
menu_node_save | function | modules/ |
Helper for hook_node_insert() and hook_node_update(). |
menu_node_submit | function | modules/ |
Implements hook_node_submit(). |
menu_node_update | function | modules/ |
Implements hook_node_update(). |
MENU_NORMAL_ITEM | constant | includes/ |
Menu type -- A "normal" menu item that's shown in menu and breadcrumbs. |
MENU_NOT_FOUND | constant | includes/ |
Menu status code -- Not found. |
menu_overview_form | function | modules/ |
Form for editing an entire menu tree at once. |
menu_overview_form_submit | function | modules/ |
Submit handler for the menu overview form. |
menu_overview_page | function | modules/ |
Menu callback which shows an overview page of all the custom menus and their descriptions. |
menu_overview_title | function | modules/ |
Title callback for the menu overview page and links. |
menu_parent_options | function | modules/ |
Return a list of menu items that are valid possible parents for the given menu item. |
menu_parent_options_js | function | modules/ |
Page callback. Get all the available menus and menu items as a JavaScript array. |
menu_permission | function | modules/ |
Implements hook_permission(). |
MENU_PREFERRED_LINK | constant | includes/ |
Reserved key to identify the most specific menu link for a given path. |
menu_primary_local_tasks | function | includes/ |
Returns the rendered local tasks at the top level. |
menu_rebuild | function | includes/ |
Populates the database tables used by various menu functions. |
menu_reset_item | function | modules/ |
Reset a system-defined menu link. |
menu_reset_item_confirm | function | modules/ |
Menu callback; reset a single modified menu link. |
menu_reset_item_confirm_submit | function | modules/ |
Process menu reset item form submissions. |
menu_reset_static_cache | function | includes/ |
Resets the menu system static cache. |
menu_router_build | function | includes/ |
Collects and alters the menu definitions. |
menu_save | function | modules/ |
Save a custom menu. |
menu_schema | function | modules/ |
Implements hook_schema(). |
menu_secondary_local_tasks | function | includes/ |
Returns the rendered local tasks at the second level. |
menu_secondary_menu | function | includes/ |
Returns an array of links to be rendered as the Secondary links. |
menu_set_active_item | function | includes/ |
Sets the active path, which determines which page is loaded. |
menu_set_active_menu_names | function | includes/ |
Sets (or gets) the active menu for the current page. |
Pagination
- Previous page
- Page 127
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.