Search for menu
Exact matches
| Title | Object type | File name | Summary | 
|---|---|---|---|
| Menu | class | core/ | 
                      Defines the Menu configuration entity class. | 
| Menu | class | core/ | 
                      Drupal 6/7 menu source from database. | 
All search results
| Title | Object type | File name | Summary | 
|---|---|---|---|
| MenuResourceTestBase | class | core/ | 
                                                                                        |
| MenuResourceTestBase.php | file | core/ | 
                                                                                        |
| MenuResourceTestBase::$entity | property | core/ | 
                                                                                        |
| MenuResourceTestBase::$entityTypeId | property | core/ | 
                                                                                        The tested entity type. | 
| MenuResourceTestBase::$modules | property | core/ | 
                                                                                        Modules to install. | 
| MenuResourceTestBase::createEntity | function | core/ | 
                                                                                        Creates the entity to be tested. | 
| MenuResourceTestBase::getExpectedCacheContexts | function | core/ | 
                                                                                        The expected cache contexts for the GET/HEAD response of the test entity. | 
| MenuResourceTestBase::getExpectedNormalizedEntity | function | core/ | 
                                                                                        Returns the expected normalization of the entity. | 
| MenuResourceTestBase::getNormalizedPostEntity | function | core/ | 
                                                                                        Returns the normalized POST entity. | 
| MenuResourceTestBase::setUpAuthorization | function | core/ | 
                                                                                        Sets up the necessary authorization. | 
| MenuRouterRebuildSubscriber | class | core/ | 
                                                                                        Rebuilds the default menu links and runs menu-specific code if necessary. | 
| MenuRouterRebuildSubscriber.php | file | core/ | 
                                                                                        |
| MenuRouterRebuildSubscriber::$connection | property | core/ | 
                                                                                        The database connection. | 
| MenuRouterRebuildSubscriber::$lock | property | core/ | 
                                                                                        |
| MenuRouterRebuildSubscriber::$menuLinkManager | property | core/ | 
                                                                                        The menu link plugin manager. | 
| MenuRouterRebuildSubscriber::$replicaKillSwitch | property | core/ | 
                                                                                        The replica kill switch. | 
| MenuRouterRebuildSubscriber::getSubscribedEvents | function | core/ | 
                                                                                        |
| MenuRouterRebuildSubscriber::menuLinksRebuild | function | core/ | 
                                                                                        Perform menu-specific rebuilding. | 
| MenuRouterRebuildSubscriber::onRouterRebuild | function | core/ | 
                                                                                        Rebuilds the menu links and deletes the local_task cache tag. | 
| MenuRouterRebuildSubscriber::__construct | function | core/ | 
                                                                                        Constructs the MenuRouterRebuildSubscriber object. | 
| MenuRouterTest | class | core/ | 
                                                                                        Tests menu router and default menu link functionality. | 
| MenuRouterTest.php | file | core/ | 
                                                                                        |
| MenuRouterTest::$adminTheme | property | core/ | 
                                                                                        Name of the administrative theme to use for tests. | 
| MenuRouterTest::$defaultTheme | property | core/ | 
                                                                                        The theme to install as the default for testing. | 
| MenuRouterTest::$modules | property | core/ | 
                                                                                        Modules to install. | 
| MenuRouterTest::doTestDescriptionMenuItems | function | core/ | 
                                                                                        Tests menu item descriptions. | 
| MenuRouterTest::doTestExoticPath | function | core/ | 
                                                                                        Tests path containing "exotic" characters. | 
| MenuRouterTest::doTestHookMenuIntegration | function | core/ | 
                                                                                        Tests local tasks with route placeholders. | 
| MenuRouterTest::doTestMenuHierarchy | function | core/ | 
                                                                                        Tests for menu hierarchy. | 
| MenuRouterTest::doTestMenuLinksDiscoveredAlter | function | core/ | 
                                                                                        Tests menu links added in hook_menu_links_discovered_alter(). | 
| MenuRouterTest::doTestMenuName | function | core/ | 
                                                                                        Tests for menu_name parameter for default menu links. | 
| MenuRouterTest::doTestMenuOnRoute | function | core/ | 
                                                                                        Tests a menu on a router page. | 
| MenuRouterTest::doTestMenuOptionalPlaceholders | function | core/ | 
                                                                                        Tests menu links that have optional placeholders. | 
| MenuRouterTest::doTestThemeCallbackAdministrative | function | core/ | 
                                                                                        Tests theme negotiation for an administrative theme. | 
| MenuRouterTest::doTestThemeCallbackFakeTheme | function | core/ | 
                                                                                        Tests the theme negotiation when it is set to use a theme that does not exist. | 
| MenuRouterTest::doTestThemeCallbackMaintenanceMode | function | core/ | 
                                                                                        Tests the theme negotiation when the site is in maintenance mode. | 
| MenuRouterTest::doTestThemeCallbackNoThemeRequested | function | core/ | 
                                                                                        Tests the theme negotiation when no theme is requested. | 
| MenuRouterTest::doTestThemeCallbackOptionalTheme | function | core/ | 
                                                                                        Tests the theme negotiation when it is set to use an optional theme. | 
| MenuRouterTest::doTestTitleCallbackFalse | function | core/ | 
                                                                                        Tests title callback set to FALSE. | 
| MenuRouterTest::doTestTitleMenuCallback | function | core/ | 
                                                                                        Tests page title of MENU_CALLBACKs. | 
| MenuRouterTest::setUp | function | core/ | 
                                                                                        |
| MenuRouterTest::testAuthUserUserLogin | function | core/ | 
                                                                                        Tests authenticated user login redirects. | 
| MenuRouterTest::testMaintenanceModeLoginPaths | function | core/ | 
                                                                                        Make sure the maintenance mode can be bypassed using an EventSubscriber. | 
| MenuRouterTest::testMenuIntegration | function | core/ | 
                                                                                        Tests menu integration. | 
| MenuRouterTest::testThemeIntegration | function | core/ | 
                                                                                        Tests theme integration. | 
| menus-and-lists.css | file | core/ | 
                                                                                        /* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Menus and lists. * * These classes are used in claro-toolbar-menu and any list items. …  | 
              
| menus-and-lists.pcss.css | file | core/ | 
                                                                                        /** * Menus and lists. * * These classes are used in claro-toolbar-menu and any list items. */ .item-list, .menu-item { --item-list-spacing-l: var(--space-l); --item-list-spacing-m: var(--space-m); } .item-list ul { margin-block: 4px; …  | 
              
| MenuSettingsConstraint | class | core/ | 
                                                                                        Validation constraint for changing the menu settings in pending revisions. | 
| MenuSettingsConstraint.php | file | core/ | 
                                                                                        |
| MenuSettingsConstraint::$message | property | core/ | 
                                                                                        
Pagination
- Previous page
 - Page 21
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.