Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 10.3.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MenuRouterTest::doTestMenuOnRoute | function | core/ |
Tests a menu on a router page. |
| MenuRouterTest::doTestMenuOptionalPlaceholders | function | core/ |
Test menu links that have optional placeholders. |
| MenuRouterTest::doTestThemeCallbackAdministrative | function | core/ |
Test the theme negotiation when it is set to use an administrative theme. |
| MenuRouterTest::doTestThemeCallbackFakeTheme | function | core/ |
Test the theme negotiation when it is set to use a theme that does not exist. |
| MenuRouterTest::doTestThemeCallbackMaintenanceMode | function | core/ |
Test the theme negotiation when the site is in maintenance mode. |
| MenuRouterTest::doTestThemeCallbackNoThemeRequested | function | core/ |
Test the theme negotiation when no theme is requested. |
| MenuRouterTest::doTestThemeCallbackOptionalTheme | function | core/ |
Test the theme negotiation when it is set to use an optional theme. |
| MenuRouterTest::doTestTitleCallbackFalse | function | core/ |
Test title callback set to FALSE. |
| MenuRouterTest::doTestTitleMenuCallback | function | core/ |
Tests page title of MENU_CALLBACKs. |
| MenuRouterTest::setUp | function | core/ |
|
| MenuRouterTest::testAuthUserUserLogin | function | core/ |
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/ |
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/ |
/** * 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/ |
/* * 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/ |
/** * 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/ |
Validation constraint for changing the menu settings in pending revisions. |
| MenuSettingsConstraint.php | file | core/ |
|
| MenuSettingsConstraint::$message | property | core/ |
|
| MenuSettingsConstraint::$messageParent | property | core/ |
|
| MenuSettingsConstraint::$messageRemove | property | core/ |
|
| MenuSettingsConstraint::$messageWeight | property | core/ |
|
| MenuSettingsConstraintValidator | class | core/ |
Constraint validator for changing the menu settings in pending revisions. |
| MenuSettingsConstraintValidator.php | file | core/ |
|
| MenuSettingsConstraintValidator::validate | function | core/ |
|
| MenuStorage | class | core/ |
Defines the storage class for menu configuration entities. |
| MenuStorage.php | file | core/ |
|
| MenuStorage::MAX_ID_LENGTH | constant | core/ |
Menu names have a maximum length of 32. |
| MenuStorageTest | class | core/ |
Tests MenuStorage. |
| MenuStorageTest.php | file | core/ |
|
| MenuStorageTest::$modules | property | core/ |
Modules to enable. |
| MenuStorageTest::testMaxIdLengthException | function | core/ |
Tests MenuStorage::MAX_ID_LENGTH is enforced. |
| MenuTest | class | core/ |
Tests menu source plugin. |
| MenuTest | class | core/ |
JSON:API integration test for the "Menu" config entity type. |
| MenuTest | class | core/ |
Tests the ability of the views wizard to put views in a menu. |
| MenuTest.php | file | core/ |
|
| MenuTest.php | file | core/ |
|
| MenuTest.php | file | core/ |
|
| MenuTest::$anonymousUsersCanViewLabels | property | core/ |
Whether anonymous users can view labels of this resource type. |
| MenuTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| MenuTest::$entity | property | core/ |
|
| MenuTest::$entityTypeId | property | core/ |
The tested entity type. |
| MenuTest::$modules | property | core/ |
Modules to enable. |
| MenuTest::$modules | property | core/ |
Modules to enable. |
| MenuTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
| MenuTest::createEntity | function | core/ |
Creates the entity to be tested. |
| MenuTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
| MenuTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
Pagination
- Previous page
- Page 951
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.