Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
menu.inc
»
menu_get_item
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
31 calls to menu_get_item()
block_page_build
in drupal/
modules/
block/
block.module
Implements
hook_page_build
().
blog_menu_local_tasks_alter
in drupal/
modules/
blog/
blog.module
Implements
hook_menu_local_tasks_alter
().
dashboard_is_visible
in drupal/
modules/
dashboard/
dashboard.module
Determines if the dashboard should be displayed on the current page.
drupal_deliver_page
in drupal/
includes/
common.inc
Delivers a page callback result to the browser in the appropriate format.
drupal_retrieve_form
in drupal/
includes/
form.inc
Retrieves the structured array that defines a given form.
drupal_valid_path
in drupal/
includes/
path.inc
Checks a path exists and the current user has access to it.
MenuRouterTestCase::testMenuSetItem
in drupal/
modules/
simpletest/
tests/
menu.test
Test
menu_set_item
().
menu_contextual_links
in drupal/
includes/
menu.inc
Retrieves contextual links for a path based on registered local tasks.
menu_execute_active_handler
in drupal/
includes/
menu.inc
Execute the page callback associated with the current path.
menu_get_active_breadcrumb
in drupal/
includes/
menu.inc
Gets the breadcrumb for the current page, as determined by the active trail.
menu_get_custom_theme
in drupal/
includes/
menu.inc
Gets the custom theme for the current page, if there is one.
menu_get_object
in drupal/
includes/
menu.inc
Gets a loaded object from a router item.
menu_link_get_preferred
in drupal/
includes/
menu.inc
Looks up the preferred menu link for a given system path.
menu_local_tasks
in drupal/
includes/
menu.inc
Collects the local tasks (tabs), action links, and the root path.
menu_navigation_links
in drupal/
includes/
menu.inc
Returns an array of links for a navigation menu.
menu_set_active_trail
in drupal/
includes/
menu.inc
Sets the active trail (path to the menu tree root) of the current page.
menu_set_item
in drupal/
includes/
menu.inc
Replaces the statically cached item for a given path.
menu_tree_output
in drupal/
includes/
menu.inc
Returns an output structure for rendering a menu tree.
menu_tree_page_data
in drupal/
includes/
menu.inc
Gets the data structure for a named menu tree, based on the current page.
node_add_page
in drupal/
modules/
node/
node.pages.inc
Page callback: Displays add content links for available content types.
node_menu_local_tasks_alter
in drupal/
modules/
node/
node.module
Implements
hook_menu_local_tasks_alter
().
shortcut_link_add_inline
in drupal/
modules/
shortcut/
shortcut.admin.inc
Menu page callback: creates a new link in the provided shortcut set.
shortcut_preprocess_page
in drupal/
modules/
shortcut/
shortcut.module
Implements hook_preprocess_page().
shortcut_valid_link
in drupal/
modules/
shortcut/
shortcut.module
Determines if a path corresponds to a valid shortcut link.
system_admin_menu_block
in drupal/
modules/
system/
system.module
Provide a single block on the administration overview page.
system_admin_menu_block_page
in drupal/
modules/
system/
system.admin.inc
Provide a single block from the administration menu as a page.
system_get_module_admin_tasks
in drupal/
modules/
system/
system.module
Generate a list of tasks offered by a specified module.
system_modules
in drupal/
modules/
system/
system.admin.inc
Menu callback; provides module enable/disable interface.
system_settings_overview
in drupal/
modules/
system/
system.admin.inc
Displays the configuration overview page.
system_test_page_build
in drupal/
modules/
simpletest/
tests/
system_test.module
Implements
hook_page_build
().
_menu_link_translate
in drupal/
includes/
menu.inc
Provides menu link access control, translation, and argument handling.