menu.module
Версия 1.157.2.6 (checked in on 2009/04/27 at 12:50:13 by goba)
Позволяет администраторам настраивать меню на сайте.
Константы
Имя | Описание |
---|---|
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. |
Функции
Имя | Описание |
---|---|
menu_block | Реализация hook_block(). |
menu_enable | Реализация 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 | Реализация hook_help(). |
menu_load | Загружает данные ветки меню. |
menu_menu | Реализация hook_menu(). |
menu_nodeapi | Реализация 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 | Реализация hook_perm(). |
menu_reset_item | Reset a system-defined menu item. |
menu_theme | Реализация 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. |