menu.module
Version
1.157.2.3 (checked in on 2008/05/10 at 06:53:53 by dries)
Description
Allows administrators to customize the site navigation menu.
Constants
| Name | Description |
|---|---|
| MENU_MAX_MENU_NAME_LENGTH_UI | Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix. |
Functions
| Name | Description |
|---|---|
| menu_block | Implementation of hook_block(). |
| menu_enable | Implementation of hook_enable() |
| menu_form_alter | Implementation of hook_form_alter(). Adds menu item fields to the node form. |
| menu_get_menus | Return an associative array of the custom menus names. |
| menu_help | Implementation of hook_help(). |
| menu_load | Load the data for a single custom menu. |
| menu_menu | Implementation of hook_menu(). |
| menu_nodeapi | Implementation of hook_nodeapi(). |
| menu_node_form_submit | Decompose the selected menu parent option into the menu_name and plid. |
| menu_overview_title | Title callback for the menu overview page and links. |
| 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_item | Reset a system-defined menu item. |
| menu_theme | Implemenation of hook_theme(). |
| _menu_parents_recurse | Recursive helper function for menu_parent_options(). |
| _menu_parent_depth_limit | Find the depth limit for items in the parent select. |
