Search for menu
Title | Object type | File name | Summary |
---|---|---|---|
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. |
menu_set_active_trail | function | includes/ |
Sets the active trail (path to the menu tree root) of the current page. |
menu_set_custom_theme | function | includes/ |
Sets a custom theme for the current page, if there is one. |
menu_set_item | function | includes/ |
Replaces the statically cached item for a given path. |
MENU_SITE_OFFLINE | constant | includes/ |
Internal menu status code -- Menu item inaccessible because site is offline. |
MENU_SITE_ONLINE | constant | includes/ |
Internal menu status code -- Everything is working fine. |
MENU_SUGGESTED_ITEM | constant | includes/ |
Menu type -- A normal menu item, hidden until enabled by an administrator. |
menu_tab_root_path | function | includes/ |
Returns the router path, or the path for a default local task's parent. |
menu_tail_load | function | includes/ |
Loads the path as one string relative to the current index. |
menu_tail_to_arg | function | includes/ |
Returns a string containing the path relative to the current index. |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.