MENU_MAX_MENU_NAME_LENGTH_UI

Definition

modules/menu/menu.module

Description

Maximum length of menu name as entered by the user. Database length is 32 and we add a menu- prefix.

Code

<?php
define('MENU_MAX_MENU_NAME_LENGTH_UI', 27);
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.