31 calls to menu_get_item()
- block_page_build in modules/
block/ block.module - Implements hook_page_build().
- blog_menu_local_tasks_alter in modules/
blog/ blog.module - Implements hook_menu_local_tasks_alter().
- dashboard_is_visible in modules/
dashboard/ dashboard.module - Determines if the dashboard should be displayed on the current page.
- drupal_deliver_page in includes/
common.inc - Delivers a page callback result to the browser in the appropriate format.
- drupal_retrieve_form in includes/
form.inc - Retrieves the structured array that defines a given form.
- drupal_valid_path in includes/
path.inc - Checks a path exists and the current user has access to it.
- MenuRouterTestCase::testMenuSetItem in modules/
simpletest/ tests/ menu.test - Test menu_set_item().
- menu_contextual_links in includes/
menu.inc - Retrieves contextual links for a path based on registered local tasks.
- menu_execute_active_handler in includes/
menu.inc - Execute the page callback associated with the current path.
- menu_get_active_breadcrumb in includes/
menu.inc - Gets the breadcrumb for the current page, as determined by the active trail.
- menu_get_custom_theme in includes/
menu.inc - Gets the custom theme for the current page, if there is one.
- menu_get_object in includes/
menu.inc - Gets a loaded object from a router item.
- menu_link_get_preferred in includes/
menu.inc - Looks up the preferred menu link for a given system path.
- menu_local_tasks in includes/
menu.inc - Collects the local tasks (tabs), action links, and the root path.
- menu_navigation_links in includes/
menu.inc - Returns an array of links for a navigation menu.
- menu_set_active_trail in includes/
menu.inc - Sets the active trail (path to the menu tree root) of the current page.
- menu_set_item in includes/
menu.inc - Replaces the statically cached item for a given path.
- menu_tree_output in includes/
menu.inc - Returns an output structure for rendering a menu tree.
- menu_tree_page_data in includes/
menu.inc - Gets the data structure for a named menu tree, based on the current page.
- node_add_page in modules/
node/ node.pages.inc - Page callback: Displays add content links for available content types.
- node_menu_local_tasks_alter in modules/
node/ node.module - Implements hook_menu_local_tasks_alter().
- shortcut_link_add_inline in modules/
shortcut/ shortcut.admin.inc - Menu page callback: creates a new link in the provided shortcut set.
- shortcut_preprocess_page in modules/
shortcut/ shortcut.module - Implements hook_preprocess_page().
- shortcut_valid_link in modules/
shortcut/ shortcut.module - Determines if a path corresponds to a valid shortcut link.
- system_admin_menu_block in modules/
system/ system.module - Provide a single block on the administration overview page.
- system_admin_menu_block_page in modules/
system/ system.admin.inc - Provide a single block from the administration menu as a page.
- system_get_module_admin_tasks in modules/
system/ system.module - Generate a list of tasks offered by a specified module.
- system_modules in modules/
system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_settings_overview in modules/
system/ system.admin.inc - Displays the configuration overview page.
- system_test_page_build in modules/
simpletest/ tests/ system_test.module - Implements hook_page_build().
- _menu_link_translate in includes/
menu.inc - Provides menu link access control, translation, and argument handling.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.