menu.module
Version 1.73.2.2 (checked in on 2006/11/14 at 10:38:39 by killes)
Allows administrators to customize the site navigation menu.
Functions
| Name | Description |
|---|---|
| menu_block | Implementation of hook_block(). |
| menu_configure | Menu callback; presents menu configuration options. |
| menu_confirm_delete_form_submit | Process menu delete form submissions. |
| menu_delete_item | Delete a menu item from the database. If $item['mid'] is specified, then this is used to find the existing item; otherwise, $item['path'] is used. |
| menu_disable_confirm_submit | |
| menu_disable_item | Menu callback; hide a menu item. |
| menu_edit_item_form | Present the menu item editing form. |
| menu_edit_item_form_submit | Process menu and menu item add/edit form submissions. |
| menu_edit_item_save | Save changes to a menu item into the database. |
| menu_edit_menu_form | Menu callback; handle the adding/editing of a new menu. |
| menu_form_alter | Implementation of hook_form_alter(). Add menu item fields to the node form. |
| menu_help | Implementation of hook_help(). |
| menu_item_delete_form | Menu callback; delete a single custom item. |
| menu_menu | Implementation of hook_menu(). |
| menu_nodeapi | Implementation of hook_nodeapi(). |
| menu_node_form_delete | Remove the menu item. |
| 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. The list excludes the given item and its children. |
| menu_perm | Implementation of hook_perm(). |
| menu_reset_item | Menu callback; reset a single modified item. |
| menu_reset_item_form_submit | Process menu reset item form submissions. |
| menu_save_item | Save a menu item to the database. |
