Same name and namespace in other branches
  1. 7.x modules/menu/menu.module \MENU_MAX_MENU_NAME_LENGTH_UI
  2. 8.9.x core/modules/menu_ui/menu_ui.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.

File

modules/menu/menu.module, line 12
Allows administrators to customize the site navigation menu.

Code

define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);