Search for menu

  1. Search 7.x for menu
  2. Search 9.5.x for menu
  3. Search 10.3.x for menu
  4. Search 11.x for menu
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Menu class core/modules/system/src/Entity/Menu.php Defines the Menu configuration entity class.
Menu class core/modules/system/src/Plugin/migrate/source/Menu.php Menu source from database.

All search results

Title Object type File name Summary
MenuRouterRebuildSubscriber::$menuLinkManager property core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php The menu link plugin manager.
MenuRouterRebuildSubscriber::$replicaKillSwitch property core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php The replica kill switch.
MenuRouterRebuildSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php
MenuRouterRebuildSubscriber::menuLinksRebuild function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php Perform menu-specific rebuilding.
MenuRouterRebuildSubscriber::onRouterRebuild function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php Rebuilds the menu links and deletes the local_task cache tag.
MenuRouterRebuildSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/MenuRouterRebuildSubscriber.php Constructs the MenuRouterRebuildSubscriber object.
MenuRouterTest class core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu router and default menu link functionality.
MenuRouterTest.php file core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
MenuRouterTest::$adminTheme property core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Name of the administrative theme to use for tests.
MenuRouterTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php The theme to install as the default for testing.
MenuRouterTest::$modules property core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Modules to enable.
MenuRouterTest::doTestDescriptionMenuItems function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu item descriptions.
MenuRouterTest::doTestExoticPath function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test path containing "exotic" characters.
MenuRouterTest::doTestHookMenuIntegration function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test local tasks with route placeholders.
MenuRouterTest::doTestMenuHierarchy function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests for menu hierarchy.
MenuRouterTest::doTestMenuLinksDiscoveredAlter function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestMenuName function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests for menu_name parameter for default menu links.
MenuRouterTest::doTestMenuOnRoute function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests a menu on a router page.
MenuRouterTest::doTestMenuOptionalPlaceholders function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test menu links that have optional placeholders.
MenuRouterTest::doTestThemeCallbackAdministrative function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test the theme negotiation when it is set to use an administrative theme.
MenuRouterTest::doTestThemeCallbackFakeTheme function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test the theme negotiation when it is set to use a theme that does not exist.
MenuRouterTest::doTestThemeCallbackMaintenanceMode function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test the theme negotiation when the site is in maintenance mode.
MenuRouterTest::doTestThemeCallbackNoThemeRequested function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test the theme negotiation when no theme is requested.
MenuRouterTest::doTestThemeCallbackOptionalTheme function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test the theme negotiation when it is set to use an optional theme.
MenuRouterTest::doTestTitleCallbackFalse function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test title callback set to FALSE.
MenuRouterTest::doTestTitleMenuCallback function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests page title of MENU_CALLBACKs.
MenuRouterTest::setUp function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php
MenuRouterTest::testAuthUserUserLogin function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Test that an authenticated user hitting 'user/login' gets redirected to
'user' and 'user/register' gets redirected to the user edit page.
MenuRouterTest::testMaintenanceModeLoginPaths function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Make sure the maintenance mode can be bypassed using an EventSubscriber.
MenuRouterTest::testMenuIntegration function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu integration.
MenuRouterTest::testThemeIntegration function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests theme integration.
menus-and-lists.css file core/themes/seven/css/components/menus-and-lists.css /**
* Menus and lists.
*/
.item-list ul {
margin: 0.25em 0 0.25em 1.5em; /* LTR */
list-style-type: disc;
list-style-image: none;
}
[dir="rtl"] .item-list ul {
margin: 0.25em 1.5em 0.25em 0;
}
.item-list ul li,
.menu-item {
menus-and-lists.css file core/themes/claro/css/components/menus-and-lists.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
*/
/**
* Menus and lists.
*/
.item-list ul {
margin: 0.25em 0 0.25em 1.5em; /* LTR */
list-style-type:…
menus-and-lists.pcss.css file core/themes/claro/css/components/menus-and-lists.pcss.css /**
* Menus and lists.
*/
.item-list ul {
margin: 0.25em 0 0.25em 1.5em; /* LTR */
list-style-type: disc;
list-style-image: none;
}
[dir="rtl"] .item-list ul {
margin: 0.25em 1.5em 0.25em 0;
}
.item-list ul li,
.menu-item {
MenuSettingsConstraint class core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php Validation constraint for changing the menu settings in pending revisions.
MenuSettingsConstraint.php file core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraint::$message property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraint::$messageParent property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraint::$messageRemove property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraint::$messageWeight property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
MenuSettingsConstraintValidator class core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php Constraint validator for changing the menu settings in pending revisions.
MenuSettingsConstraintValidator.php file core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuSettingsConstraintValidator::validate function core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraintValidator.php
MenuStorage class core/modules/system/src/MenuStorage.php Defines the storage class for menu configuration entities.
MenuStorage.php file core/modules/system/src/MenuStorage.php
MenuStorage::MAX_ID_LENGTH constant core/modules/system/src/MenuStorage.php Menu names have a maximum length of 32.
MenuStorageTest class core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage.
MenuStorageTest.php file core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php
MenuStorageTest::$modules property core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Modules to enable.
MenuStorageTest::testMaxIdLengthException function core/modules/system/tests/src/Kernel/Menu/MenuStorageTest.php Tests MenuStorage::MAX_ID_LENGTH is enforced.

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