constant MENU_MAX_MENU_NAME_LENGTH_UI

  1. 7.x drupal-7.x/modules/menu/menu.module MENU_MAX_MENU_NAME_LENGTH_UI
  2. 6.x drupal-6.x/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 drupal-6.x/modules/menu/menu.admin.inc
Menu callback; Build the form that handles the adding/editing of a custom menu.

File

drupal-6.x/modules/menu/menu.module, line 12
Allows administrators to customize the site navigation menu.

Code

define('MENU_MAX_MENU_NAME_LENGTH_UI', 27)