You are here

constant MENU_MAX_MENU_NAME_LENGTH_UI in Drupal 8

Same name and namespace in other branches
  1. 6 modules/menu/menu.module \MENU_MAX_MENU_NAME_LENGTH_UI
  2. 7 modules/menu/menu.module \MENU_MAX_MENU_NAME_LENGTH_UI

Maximum length of menu name as entered by the user.

Deprecated

in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\system\MenuStorage::MAX_ID_LENGTH instead.

See also

https://www.drupal.org/node/2831620

\Drupal\system\MenuStorage::MAX_ID_LENGTH

File

core/modules/menu_ui/menu_ui.module, line 33
Allows administrators to customize the site's navigation menus.

Code

const MENU_MAX_MENU_NAME_LENGTH_UI = 27;