menu.module
Version 1.29.2.1 (checked in on 2006/10/18 at 20:14:08 by killes)
Allows administrators to customize the site navigation menu.
Functions
| Name | Description |
|---|---|
| menu_add_menu | Menu callback; handle the adding of a new menu. |
| menu_block | Implementation of hook_block(). |
| menu_delete_item | Menu callback; delete a single custom item. |
| menu_disable_item | Menu callback; hide a menu item. |
| menu_edit_item | Menu callback; dispatch to the appropriate menu item edit function. |
| menu_edit_item_form | Present the menu item editing form. |
| menu_edit_item_save | Save changes to a menu item into the database. |
| menu_edit_item_validate | Confirm that an edited menu item has fields properly filled in. |
| menu_help | Implementation of hook_help(). |
| menu_menu | Implementation of hook_menu(). |
| menu_overview | Menu callback; present the main menu management page. |
| menu_overview_tree | Present the menu tree, rendered along with links to edit menu items. |
| menu_overview_tree_rows | |
| menu_parent_options | Return a list of menu items that are valid possible parents for the given menu item. |
| menu_perm | Implementation of hook_perm(). |
| menu_reset | Menu callback; clear the database, resetting the menu to factory defaults. |
| menu_reset_item | Menu callback; reset a single modified item. |
