menu.module
Версия 1.100.2.4 (checked in on 2009/02/26 at 06:56:26 by drumm)
Позволяет администраторам настраивать меню на сайте.
Функции
Имя | Описание |
---|---|
menu_block | Реализация hook_block(). |
menu_configure | Menu callback; presents menu configuration options. |
menu_confirm_disable_item | Menu callback; hide a menu item. |
menu_confirm_disable_item_submit | |
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_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 | Реализация hook_help(). |
menu_item_delete_form | Menu callback; delete a single custom item. |
menu_item_delete_form_submit | Process menu delete form submissions. |
menu_menu | Реализация 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 | Реализация hook_perm(). |
menu_reset_item | Menu callback; reset a single modified item. |
menu_reset_item_submit | Process menu reset item form submissions. |
menu_save_item | Save a menu item to the database. |