menu.module

Version 1.100.2.4 (checked in on 2009/02/26 at 06:56:26 by drumm)

Allows administrators to customize the site navigation menu.

Functions

NameDescription
menu_blockImplementation of hook_block().
menu_configureMenu callback; presents menu configuration options.
menu_confirm_disable_itemMenu callback; hide a menu item.
menu_confirm_disable_item_submit
menu_delete_itemDelete 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_edit_item_formPresent the menu item editing form.
menu_edit_item_form_submitProcess menu and menu item add/edit form submissions.
menu_edit_item_saveSave changes to a menu item into the database.
menu_edit_menu_formMenu callback; handle the adding/editing of a new menu.
menu_form_alterImplementation of hook_form_alter(). Add menu item fields to the node form.
menu_helpImplementation of hook_help().
menu_item_delete_formMenu callback; delete a single custom item.
menu_item_delete_form_submitProcess menu delete form submissions.
menu_menuImplementation of hook_menu().
menu_nodeapiImplementation of hook_nodeapi().
menu_node_form_deleteRemove the menu item.
menu_overviewMenu callback; present the main menu management page.
menu_overview_treePresent the menu tree, rendered along with links to edit menu items.
menu_overview_tree_rows
menu_parent_optionsReturn 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_permImplementation of hook_perm().
menu_reset_itemMenu callback; reset a single modified item.
menu_reset_item_submitProcess menu reset item form submissions.
menu_save_itemSave a menu item to the database.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.