13 calls to menu_get_item() in Drupal 4
- menu_block in modules/
menu.module - Implementation of hook_block().
- menu_disable_item in modules/
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.module - menu_parent_options in modules/
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.module - Save a menu item to the database.
- menu_set_active_item in includes/
menu.inc - Sets the path of the active menu item.
- _menu_get_active_trail in includes/
menu.inc - Returns an array with the menu items that lead to the current menu item.