Search for menu
Title | Object type | File name | Summary |
---|---|---|---|
_menu_item_localize | function | includes/ |
Localizes the router item title using t() or another callback. |
_menu_link_build | function | includes/ |
Builds a link from a router item. |
_menu_link_find_parent | function | includes/ |
Finds a possible parent for a given menu link. |
_menu_link_map_translate | function | includes/ |
Translates the path elements in the map using any to_arg helper function. |
_menu_link_move_children | function | includes/ |
Updates the children of a menu link that is being moved. |
_menu_link_parents_set | function | includes/ |
Sets the p1 through p9 values for a menu link being saved. |
_menu_link_translate | function | includes/ |
Provides menu link access control, translation, and argument handling. |
_menu_load_objects | function | includes/ |
Loads objects into the map as defined in the $item['load_functions']. |
_menu_navigation_links_rebuild | function | includes/ |
Builds menu links for the items in the menu router. |
_menu_overview_tree_form | function | modules/ |
Recursive helper function for menu_overview_form(). |
_menu_parents_recurse | function | modules/ |
Recursive helper function for menu_parent_options(). |
_menu_parent_depth_limit | function | modules/ |
Find the depth limit for items in the parent select. |
_menu_router_build | function | includes/ |
Builds the router table based on the data from hook_menu(). |
_menu_router_cache | function | includes/ |
Stores the menu router if we have it in memory. |
_menu_router_save | function | includes/ |
Saves data from menu_router_build() to the router table. |
_menu_set_expanded_menus | function | includes/ |
Updates a list of menus with expanded items. |
_menu_site_is_offline | function | includes/ |
Checks whether the site is in maintenance mode. |
_menu_translate | function | includes/ |
Handles dynamic path translation and menu access control. |
_menu_tree_check_access | function | includes/ |
Sorts the menu tree and recursively checks access for each item. |
_menu_tree_data | function | includes/ |
Builds the data representing a menu tree. |
_menu_update_parental_status | function | includes/ |
Checks and updates the 'has_children' status for the parent of a link. |
_poll_menu_access | function | modules/ |
Callback function to see if a node is acceptable for poll menu items. |
_search_menu_access | function | modules/ |
Access callback for search tabs. |
Pagination
- Previous page
- Page 9
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.