10 calls to menu_get_item()

fp_build_tab_array in includes/theme.inc
Looks at the current page array and returns a valid $tab_array Meant for the top of the screen.
fp_display_page in includes/theme.inc
Output the contents of the $page variable to the screen. $page is an array containing details about the page, as well as its original menu item (router_item) definition.
fp_render_breadcrumbs in includes/theme.inc
Return the HTML for breadcrumbs for the current page we are on. Will skip any breadcrumbs we do not have permission to access.
fp_render_menu_block in includes/theme.inc
Render a "menu" block of menu items which are all rooted at the menu_root. So if the menu root is tools, it might return items whose paths look like: tools/fun tools/here/there So long as the menu type is "MENU_TYPE_NORMAL_ITEM" or…
fp_render_sidebar_left_content in includes/theme.inc
Returns the HTML for the left sidebar content.
menu_check_user_access in includes/menu.inc
Looks at the router item's details (from menu_get_item) and returns TRUE or FALSE if the user can access this item.
menu_execute_page_request in includes/menu.inc
menu_get_items_beginning_with in includes/menu.inc
Return menu_items whose path begins with the menu_root. Ex: "tools" would return tools/fun and tools/here/there
menu_get_items_in_tab_family in includes/menu.inc
system_handle_form_submit in modules/system/system.module
Intercepts form submissions from forms built with the form API.