You are here

17 calls to menu_get_item() in Drupal 5

menu_block in modules/menu/menu.module
Implementation of hook_block().
menu_confirm_disable_item in modules/menu/menu.module
Menu callback; hide a menu item.
menu_get_active_breadcrumb in includes/menu.inc
Returns an array of rendered menu items in the active breadcrumb trail.
menu_get_active_nontask_item in includes/menu.inc
Returns 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_title in includes/menu.inc
Returns the title of the active menu item.
menu_get_menu in includes/menu.inc
Return the menu data structure.
menu_item_link in includes/menu.inc
Returns the rendered link to a menu item.
menu_overview_tree_rows in modules/menu/menu.module
menu_parent_options in modules/menu/menu.module
Return 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_rebuild in includes/menu.inc
Populate the database representation of the menu.
menu_save_item in modules/menu/menu.module
Save a menu item to the database.
menu_set_active_item in includes/menu.inc
Sets the path of the active menu item.
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.module
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_main_admin_page in modules/system/system.module
Provide the administration overview page.
system_settings_overview in modules/system/system.module
Menu callback; displays a module's settings page.
_menu_get_active_trail in includes/menu.inc
Returns an array with the menu items that lead to the current menu item.