_menu_build_tree |
core/includes/menu.inc |
Builds a menu tree. |
_menu_check_access |
core/includes/menu.inc |
Checks access to a menu item using the access callback. |
_menu_clear_page_cache |
core/includes/menu.inc |
Clears the page and block caches at most twice per page load. |
_menu_delete_item |
core/includes/menu.inc |
Deletes a single menu link. |
_menu_example_basic_instructions |
modules/examples/menu_example/menu_example.module |
Page callback for the simplest introduction menu entry. |
_menu_example_mappings |
modules/examples/menu_example/menu_example.module |
Utility function to provide mappings from integers to some strings. |
_menu_example_menu_page |
modules/examples/menu_example/menu_example.module |
Page callback for use with most of the menu entries. |
_menu_example_simple_title_callback |
modules/examples/menu_example/menu_example.module |
Title callback to rewrite the '/user' menu link. |
_menu_find_router_path |
core/includes/menu.inc |
Finds the router path which will serve this path. |
_menu_get_menu_weight_delta |
core/modules/menu/menu.module |
Calculate the delta for the weight element for a given set of menus. |
_menu_get_options |
core/modules/menu/menu.module |
Helper function to get the items of the given menu. |
_menu_item_localize |
core/includes/menu.inc |
Localizes the router item title using t() or another callback. |
_menu_link_build |
core/includes/menu.inc |
Builds a link from a router item. |
_menu_link_find_parent |
core/includes/menu.inc |
Finds a possible parent for a given menu link. |
_menu_link_map_translate |
core/includes/menu.inc |
Translates the path elements in the map using any to_arg helper function. |
_menu_link_move_children |
core/includes/menu.inc |
Updates the children of a menu link that is being moved. |
_menu_link_parents_set |
core/includes/menu.inc |
Sets the p1 through p9 values for a menu link being saved. |
_menu_link_translate |
core/includes/menu.inc |
Provides menu link access control, translation, and argument handling. |
_menu_load_objects |
core/includes/menu.inc |
Loads objects into the map as defined in the $item['load_functions']. |
_menu_navigation_links_rebuild |
core/includes/menu.inc |
Builds menu links for the items in the menu router. |
_menu_overview_tree_form |
core/modules/menu/menu.admin.inc |
Recursive helper function for menu_overview_form(). |
_menu_parents_recurse |
core/modules/menu/menu.module |
Recursive helper function for menu_parent_options(). |
_menu_parent_depth_limit |
core/modules/menu/menu.module |
Find the depth limit for items in the parent select. |
_menu_router_build |
core/includes/menu.inc |
Builds the router table based on the data from hook_menu(). |
_menu_router_cache |
core/includes/menu.inc |
Stores the menu router if we have it in memory. |
_menu_router_save |
core/includes/menu.inc |
Saves data from menu_router_build() to the router table. |
_menu_set_expanded_menus |
core/includes/menu.inc |
Updates a list of menus with expanded items. |
_menu_site_status |
core/includes/menu.inc |
Checks whether the site is in maintenance mode. |
_menu_token_link_load |
core/modules/menu/menu.tokens.inc |
Token-specific loader for menu links that maintains its own static cache. |
_menu_token_link_load_all_parents |
core/modules/menu/menu.tokens.inc |
Load all menu parents given a Menu Link ID. |
_menu_token_node_link_load |
core/modules/menu/menu.tokens.inc |
Load the preferred menu link associated with a node. |
_menu_translate |
core/includes/menu.inc |
Handles dynamic path translation and menu access control. |
_menu_tree_check_access |
core/includes/menu.inc |
Sorts the menu tree and recursively checks access for each item. |
_menu_tree_data |
core/includes/menu.inc |
Builds the data representing a menu tree. |
_menu_update_parental_status |
core/includes/menu.inc |
Checks and updates the 'has_children' status for the parent of a link. |
_mime_header_decode |
core/includes/unicode.inc |
Decodes encoded header data passed from mime_header_decode(). |
_module_build_dependencies |
core/includes/module.inc |
Determines which modules require and are required by each module. |
_node_access_rebuild_batch_finished |
core/modules/node/node.module |
Performs post-processing for node_access_rebuild(). |
_node_access_rebuild_batch_operation |
core/modules/node/node.module |
Performs batch operation for node_access_rebuild(). |
_node_access_test_node_write |
core/modules/node/tests/node_access_test/node_access_test.module |
Helper for node insert/update. |
_node_access_write_grants |
core/modules/node/node.module |
Writes a list of grants to the database, deleting any previously saved ones. |
_node_add_access |
core/modules/node/node.module |
Access callback: Checks whether the user has permission to add a node. |
_node_characters |
core/modules/node/node.types.inc |
Helper function for teaser length choices. |
_node_extract_type |
core/modules/node/node.module |
Extracts the type name. |
_node_index_node |
core/modules/node/node.module |
Indexes a single node. |
_node_mass_update_batch_finished |
core/modules/node/node.admin.inc |
Menu callback: Reports the status of batch operation for node_mass_update(). |
_node_mass_update_batch_process |
core/modules/node/node.admin.inc |
Executes a batch operation for node_mass_update(). |
_node_mass_update_helper |
core/modules/node/node.admin.inc |
Updates individual nodes when fewer than 10 are queued. |
_node_query_node_access_alter |
core/modules/node/node.module |
Helper for node access functions. |
_node_rankings |
core/modules/node/node.module |
Gathers the rankings from the the hook_ranking implementations. |