MENU_MAX_MENU_NAME_LENGTH_UI
Same name in other branches
- 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.
3 uses of MENU_MAX_MENU_NAME_LENGTH_UI
- MenuTestCase::addCustomMenu in modules/
menu/ menu.test - Add custom menu.
- MenuTestCase::addCustomMenuCRUD in modules/
menu/ menu.test - Add custom menu using CRUD functions.
- 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 18
Code
define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.