constant MENU_MAX_MENU_NAME_LENGTH_UI
Same name and namespace in other branches
- 6.x drupal-6.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-7.x/
modules/ menu/ menu.module, line 18 - Allows administrators to customize the site's navigation menus.
Código
define('MENU_MAX_MENU_NAME_LENGTH_UI', 27)