constant MENU_MAX_MENU_NAME_LENGTH_UI in Drupal 6
Same name and namespace in other branches
- 8 core/modules/menu_ui/menu_ui.module \MENU_MAX_MENU_NAME_LENGTH_UI
- 7 modules/menu/menu.module \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.
1 use of MENU_MAX_MENU_NAME_LENGTH_UI
- menu_edit_menu in modules/
menu/ menu.admin.inc - Menu callback; Build the form that handles the adding/editing of a custom menu.
File
- modules/
menu/ menu.module, line 12 - Allows administrators to customize the site navigation menu.
Code
define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);