名称 | 位置 | 描述 |
drupal_help_arg | includes/menu.inc | Generates elements for the $arg array in the help hook. |
menu_cache_clear | includes/menu.inc | Clears the cached cached data for a single named menu. |
menu_cache_clear_all | includes/menu.inc | Clears all cached menu data. This should be called any time broad changes might have been made to the router items or menu links. |
menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path |
menu_get_active_breadcrumb | includes/menu.inc | Get the breadcrumb for the current page, as determined by the active trail. |
menu_get_active_help | includes/menu.inc | Returns the help associated with the active menu item. |
menu_get_active_menu_name | includes/menu.inc | Get the active menu for the current page - determines the active trail. |
menu_get_active_title | includes/menu.inc | Get the title of the current page, as determined by the active trail. |
menu_get_active_trail | includes/menu.inc | Get the active trail for the current page - the path to root in the menu tree. |
menu_get_ancestors | includes/menu.inc | Returns the ancestors (and relevant placeholders) for any given path. |
menu_get_item | includes/menu.inc | Get a router item. |
menu_get_names | includes/menu.inc | Build a list of named menus. |
menu_get_object | includes/menu.inc | Get a loaded object from a router item. |
menu_link_children_relative_depth | includes/menu.inc | Find the depth of an item's children relative to its depth. |
menu_link_delete | includes/menu.inc | Delete one or several menu links. |
menu_link_load | includes/menu.inc | Get a menu link by its mlid, access checked and link translated for rendering. |
menu_link_maintain | includes/menu.inc | Insert, update or delete an uncustomized menu link related to a module. |
menu_link_save | includes/menu.inc | Save a menu link. |
menu_list_system_menus | includes/menu.inc | Return an array containing the names of system-defined (default) menus. |
menu_local_tasks | includes/menu.inc | Collects the local tasks (tabs) for a given level. |
menu_main_menu | includes/menu.inc | Return an array of links to be rendered as the Main menu. |
menu_navigation_links | includes/menu.inc | Return an array of links for a navigation menu. |
menu_path_is_external | includes/menu.inc | Returns TRUE if a path is external (e.g. http://example.com). |
menu_primary_local_tasks | includes/menu.inc | Returns the rendered local tasks at the top level. |
menu_rebuild | includes/menu.inc | (Re)populate the database tables used by various menu functions. |
menu_router_build | includes/menu.inc | Collect, alter and store the menu definitions. |
menu_secondary_local_tasks | includes/menu.inc | Returns the rendered local tasks at the second level. |
menu_secondary_menu | includes/menu.inc | Return an array of links to be rendered as the Secondary links. |
menu_set_active_item | includes/menu.inc | Set the active path, which determines which page is loaded. |
menu_set_active_menu_name | includes/menu.inc | Set (or get) the active menu for the current page - determines the active trail. |
menu_set_active_trail | includes/menu.inc | Set (or get) the active trail for the current page - the path to root in the menu tree. |
menu_set_item | includes/menu.inc | Replaces the statically cached item for a given path. |
menu_tab_root_path | includes/menu.inc | Returns the router path, or the path of the parent tab of a default local task. |
menu_tree | includes/menu.inc | Render a menu tree based on the current path. |
menu_tree_all_data | includes/menu.inc | Get the data structure representing a named menu tree. |
menu_tree_check_access | includes/menu.inc | Check access and perform other dynamic operations for each link in the tree. |
menu_tree_collect_node_links | includes/menu.inc | Recursive helper function - collect node links. |
menu_tree_data | includes/menu.inc | Build the data representing a menu tree. |
menu_tree_output | includes/menu.inc | Returns a rendered menu tree. |
menu_tree_page_data | includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
menu_unserialize | includes/menu.inc | The menu system uses serialized arrays stored in the database for arguments. However, often these need to change according to the current path. This function unserializes such an array and does the necessary change. |
menu_valid_path | includes/menu.inc | Validates the path of a menu link being created or edited. |
theme_menu_item | includes/menu.inc | Generate the HTML output for a menu item and submenu. |
theme_menu_item_link | includes/menu.inc | Generate the HTML output for a single menu link. |
theme_menu_local_task | includes/menu.inc | Generate the HTML output for a single local task link. |
theme_menu_local_tasks | includes/menu.inc | Returns the rendered local tasks. The default implementation renders them as tabs. |
theme_menu_tree | includes/menu.inc | Generate the HTML output for a menu tree |
_menu_check_access | includes/menu.inc | Check access to a menu item using the access callback |
_menu_clear_page_cache | includes/menu.inc | Helper function to clear the page and block caches at most twice per page load. |
_menu_delete_item | includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
_menu_find_router_path | includes/menu.inc | Find the router path which will serve this path. |
_menu_item_localize | includes/menu.inc | Localize the router item title using t() or another callback. |
_menu_link_build | includes/menu.inc | Builds a link from a router item. |
_menu_link_map_translate | includes/menu.inc | This function translates the path elements in the map using any to_arg helper function. These functions take an argument and return an object. See http://drupal.org/node/109153 for more information. |
_menu_link_move_children | includes/menu.inc | Update the children of a menu link that's being moved. |
_menu_link_parents_set | includes/menu.inc | Helper function that sets the p1..p9 values for a menu link being saved. |
_menu_link_translate | includes/menu.inc | This function is similar to_menu_translate() but does link-specific preparation such as always calling to_arg functions |
_menu_load_objects | includes/menu.inc | Loads objects into the map as defined in the $item['load_functions']. |
_menu_navigation_links_rebuild | includes/menu.inc | Helper function to build menu links for the items in the menu router. |
_menu_router_build | includes/menu.inc | Helper function to build the router table based on the data from hook_menu. |
_menu_set_expanded_menus | includes/menu.inc | Helper function to update a list of menus with expanded items |
_menu_site_is_offline | includes/menu.inc | Checks whether the site is offline for maintenance. |
_menu_translate | includes/menu.inc | Handles dynamic path translation and menu access control. |
_menu_tree_check_access | includes/menu.inc | Recursive helper function formenu_tree_check_access() |
_menu_tree_cid | includes/menu.inc | Helper function - compute the real cache ID for menu tree data. |
_menu_tree_data | includes/menu.inc | Recursive helper function to build the data representing a menu tree. |
_menu_update_parental_status | includes/menu.inc | Check and update the has_children status for the parent of a link. |