Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix.
File
- core/modules/menu_ui/menu_ui.module, line 28
- Allows administrators to customize the site's navigation menus.
Code
const MENU_MAX_MENU_NAME_LENGTH_UI = 27;
Please login to continue.