| 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_item | includes/menu.inc | Get a router item. |
| menu_get_object | includes/menu.inc | Get a loaded object from a router item. |
| menu_local_tasks | includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| 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_tree_page_data | includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
| menu_valid_path | includes/menu.inc | Validates the path of a menu link being created or edited. |
| path_admin_form_validate | modules/path/path.admin.inc | Verify that a new URL alias is valid |
| system_admin_menu_block_page | modules/system/system.admin.inc | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_logging_overview | modules/system/system.admin.inc | Menu callback; Menu page for the various logging options. |
| system_settings_overview | modules/system/system.admin.inc | Menu callback; displays a module's settings page. |