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.

File

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

Code

define('MENU_MAX_MENU_NAME_LENGTH_UI', 27)

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!menu!menu.module/constant/MENU_MAX_MENU_NAME_LENGTH_UI/7.x