constant MENU_MAX_MENU_NAME_LENGTH_UI

Same name and namespace in other branches
  1. 7.x drupal-7.x/modules/menu/menu.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.

Archivo

drupal-6.x/modules/menu/menu.module, line 12
Allows administrators to customize the site navigation menu.

Código

define('MENU_MAX_MENU_NAME_LENGTH_UI', 27)