constant 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.

3 uses of MENU_MAX_MENU_NAME_LENGTH_UI
MenuFormController::form in drupal/core/modules/menu/lib/Drupal/menu/MenuFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
MenuTest::addCustomMenu in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu.
MenuTest::addCustomMenuCRUD in drupal/core/modules/menu/lib/Drupal/menu/Tests/MenuTest.php
Add custom menu using CRUD functions.

File

drupal/core/modules/menu/menu.module, line 25
Allows administrators to customize the site's navigation menus.

Code

const MENU_MAX_MENU_NAME_LENGTH_UI = 27;