You are here

constant MENU_MAX_MENU_NAME_LENGTH_UI in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/menu_ui/menu_ui.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.

3 uses of MENU_MAX_MENU_NAME_LENGTH_UI
MenuForm::form in core/modules/menu_ui/src/MenuForm.php
Gets the actual form array to be built.
MenuTest::addCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Creates a custom menu.
MenuTest::addCustomMenuCRUD in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a custom menu using CRUD functions.

File

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

Code

const MENU_MAX_MENU_NAME_LENGTH_UI = 27;