menu_get_item

Related topics

Namesort iconDescription
Menu systemDefine the navigation menus, and route page requests to code based on URLs.

Functions that call menu_get_item()

Namesort iconLocationDescription
menu_blockdrupal/modules/menu/menu.moduleImplementation of hook_block().
menu_blockdrupal/modules/menu/menu.moduleImplementation of hook_block().
menu_confirm_disable_itemdrupal/modules/menu/menu.moduleMenu callback; hide a menu item.
menu_confirm_disable_itemdrupal/modules/menu/menu.moduleMenu callback; hide a menu item.
menu_get_active_breadcrumbdrupal/includes/menu.incReturns an array of rendered menu items in the active breadcrumb trail.
menu_get_active_breadcrumbdrupal/includes/menu.incReturns an array of rendered menu items in the active breadcrumb trail.
menu_get_active_nontask_itemdrupal/includes/menu.incReturns the ID of the current menu item or, if the current item is a local task, the menu item to which this task is attached.
menu_get_active_nontask_itemdrupal/includes/menu.incReturns the ID of the current menu item or, if the current item is a local task, the menu item to which this task is attached.
menu_get_active_titledrupal/includes/menu.incReturns the title of the active menu item.
menu_get_active_titledrupal/includes/menu.incReturns the title of the active menu item.
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.
menu_item_linkdrupal/includes/menu.incReturns the rendered link to a menu item.
menu_item_linkdrupal/includes/menu.incReturns the rendered link to a menu item.
menu_parent_optionsdrupal/modules/menu/menu.moduleReturn a list of menu items that are valid possible parents for the given menu item. The list excludes the given item and its children.
menu_parent_optionsdrupal/modules/menu/menu.moduleReturn a list of menu items that are valid possible parents for the given menu item. The list excludes the given item and its children.
menu_rebuilddrupal/includes/menu.incPopulate the database representation of the menu.
menu_rebuilddrupal/includes/menu.incPopulate the database representation of the menu.
menu_save_itemdrupal/modules/menu/menu.moduleSave a menu item to the database.
menu_save_itemdrupal/modules/menu/menu.moduleSave a menu item to the database.
menu_set_active_itemdrupal/includes/menu.incSets the path of the active menu item.
menu_set_active_itemdrupal/includes/menu.incSets the path of the active menu item.
system_admin_menu_blockdrupal/modules/system/system.moduleProvide a single block on the administration overview page.
system_admin_menu_blockdrupal/modules/system/system.moduleProvide a single block on the administration overview page.
system_admin_menu_block_pagedrupal/modules/system/system.moduleProvide 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_admin_menu_block_pagedrupal/modules/system/system.moduleProvide 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_main_admin_pagedrupal/modules/system/system.moduleProvide the administration overview page.
system_main_admin_pagedrupal/modules/system/system.moduleProvide the administration overview page.
system_settings_overviewdrupal/modules/system/system.moduleMenu callback; displays a module's settings page.
system_settings_overviewdrupal/modules/system/system.moduleMenu callback; displays a module's settings page.
_menu_get_active_traildrupal/includes/menu.incReturns an array with the menu items that lead to the current menu item.
_menu_get_active_traildrupal/includes/menu.incReturns an array with the menu items that lead to the current menu item.

Functions called by menu_get_item()

Namesort iconLocationDescription
menu_get_itemdrupal/includes/menu.incRetrieves the menu item specified by $mid, or by $path if $mid is not given.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.
menu_get_menudrupal/includes/menu.incReturn the menu data structure.