12 calls to menu_get_menu() in Drupal 5
- menu_execute_active_handler in includes/
menu.inc - Execute the handler associated with the active menu item.
- menu_get_item in includes/
menu.inc - Retrieves the menu item specified by $mid, or by $path if $mid is not given.
- menu_get_root_menus in includes/
menu.inc - Retrieves the menu ID and title of all root menus.
- menu_overview_tree in modules/
menu/ menu.module - Present the menu tree, rendered along with links to edit menu items.
- menu_primary_links in includes/
menu.inc - Returns an array containing the primary links. Can optionally descend from the root of the Primary links menu towards the current node for a specified number of levels and return that submenu. Used to generate a primary/secondary menu from different…
- menu_rebuild in includes/
menu.inc - Populate the database representation of the menu.
- menu_set_active_item in includes/
menu.inc - Sets the path of the active menu item.
- menu_tree in includes/
menu.inc - Returns a rendered menu tree.
- system_get_module_admin_tasks in modules/
system/ system.module - _menu_get_active_trail_in_submenu in includes/
menu.inc - Find the active trail through a specific subsection of the menu tree.
- _menu_item_is_accessible in includes/
menu.inc - Determine whether the given menu item is accessible to the current user.
- _menu_sort in includes/
menu.inc - Comparator routine for use in sorting menu items.