constant 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.

3 uses of MENU_MAX_MENU_NAME_LENGTH_UI
MenuTestCase::addCustomMenu in drupal/modules/menu/menu.test
Add custom menu.
MenuTestCase::addCustomMenuCRUD in drupal/modules/menu/menu.test
Add custom menu using CRUD functions.
menu_edit_menu in drupal/modules/menu/menu.admin.inc
Menu callback; Build the form that handles the adding/editing of a custom menu.

File

drupal/modules/menu/menu.module, line 18
Allows administrators to customize the site's navigation menus.

Code

define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);