MENU_MAX_MENU_NAME_LENGTH_UI

Same name in other branches
  1. 7.x 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

Code

const MENU_MAX_MENU_NAME_LENGTH_UI = 27;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.