@@ -4517,11 +4517,6 @@ core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Hoo
4517
4517
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestFormApiFormBlock.php
4518
4518
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/src/Plugin/Block/TestInlineTemplateFormBlock.php
4519
4519
core/modules/layout_builder/tests/modules/layout_builder_form_block_test/layout_builder_form_block_test.info.yml
4520
- core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php
4521
- core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/Plugin/Block/FieldBlock.php
4522
- core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/config/schema/layout_builder_fieldblock_test.schema.yml
4523
- core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.services.yml
4524
- core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/layout_builder_fieldblock_test.info.yml
4525
4520
core/modules/layout_builder/tests/modules/layout_builder_views_test/config/install/views.view.test_block_view.yml
4526
4521
core/modules/layout_builder/tests/modules/layout_builder_views_test/layout_builder_views_test.info.yml
4527
4522
core/modules/layout_builder/tests/modules/layout_builder_test/src/Hook/LayoutBuilderTestHooks.php
@@ -4550,6 +4545,11 @@ core/modules/layout_builder/tests/modules/layout_builder_extra_field_test/layout
4550
4545
core/modules/layout_builder/tests/modules/layout_builder_element_test/src/EventSubscriber/TestPrepareLayout.php
4551
4546
core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.services.yml
4552
4547
core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.info.yml
4548
+ core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/ContextProvider/FakeViewModeContext.php
4549
+ core/modules/layout_builder/tests/modules/layout_builder_field_block_test/src/Plugin/Block/FieldBlock.php
4550
+ core/modules/layout_builder/tests/modules/layout_builder_field_block_test/config/schema/layout_builder_field_block_test.schema.yml
4551
+ core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.services.yml
4552
+ core/modules/layout_builder/tests/modules/layout_builder_field_block_test/layout_builder_field_block_test.info.yml
4553
4553
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/install/core.entity_view_display.entity_test.bundle_with_extra_fields.default.yml
4554
4554
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/config/schema/layout_builder_defaults_test.schema.yml
4555
4555
core/modules/layout_builder/tests/modules/layout_builder_defaults_test/layout_builder_defaults_test.info.yml
@@ -5906,6 +5906,7 @@ core/modules/datetime_range/src/Plugin/Field/FieldType/DateRangeItem.php
5906
5906
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php
5907
5907
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDefaultWidget.php
5908
5908
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeDatelistWidget.php
5909
+ core/modules/datetime_range/src/DateTimeRangeDisplayOptions.php
5909
5910
core/modules/datetime_range/datetime_range.services.yml
5910
5911
core/modules/datetime_range/config/schema/datetime_range.schema.yml
5911
5912
core/modules/datetime_range/datetime_range.post_update.php
@@ -6265,6 +6266,7 @@ core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php
6265
6266
core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
6266
6267
core/modules/system/tests/src/Traits/TestTrait.php
6267
6268
core/modules/system/tests/src/Traits/OffCanvasTestTrait.php
6269
+ core/modules/system/tests/src/Traits/CacheTestTrait.php
6268
6270
core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
6269
6271
core/modules/system/tests/src/Unit/Mail/HtmlToTextTest.php
6270
6272
core/modules/system/tests/src/Unit/TraitAccessTest.php
@@ -6416,6 +6418,7 @@ core/modules/system/tests/src/Functional/Form/ValidationTest.php
6416
6418
core/modules/system/tests/src/Functional/Form/EmailTest.php
6417
6419
core/modules/system/tests/src/Functional/Form/AlterTest.php
6418
6420
core/modules/system/tests/src/Functional/Form/RedirectTest.php
6421
+ core/modules/system/tests/src/Functional/Form/TextareaTest.php
6419
6422
core/modules/system/tests/src/Functional/Form/ModulesListFormWebTest.php
6420
6423
core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
6421
6424
core/modules/system/tests/src/Functional/Form/ConfigTargetTest.php
@@ -7380,6 +7383,7 @@ core/modules/system/tests/modules/form_test/src/Form/FormTestUrlForm.php
7380
7383
core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php
7381
7384
core/modules/system/tests/modules/form_test/src/Form/FormTestRangeForm.php
7382
7385
core/modules/system/tests/modules/form_test/src/Form/TreeConfigTargetForm.php
7386
+ core/modules/system/tests/modules/form_test/src/Form/FormTestTextareaForm.php
7383
7387
core/modules/system/tests/modules/form_test/src/Form/FormTestGetForm.php
7384
7388
core/modules/system/tests/modules/form_test/src/Form/FormTestFormStateValuesCleanAdvancedForm.php
7385
7389
core/modules/system/tests/modules/form_test/src/Form/FormTestSubmitButtonAttributeForm.php
@@ -8476,38 +8480,11 @@ core/modules/navigation/templates/navigation-content-top.html.twig
8476
8480
core/modules/navigation/templates/block--navigation.html.twig
8477
8481
core/modules/navigation/components/toolbar-button/toolbar-button.component.yml
8478
8482
core/modules/navigation/components/toolbar-button/toolbar-button.twig
8479
- core/modules/navigation/components/toolbar-button/assets/pencil.svg
8480
- core/modules/navigation/components/toolbar-button/assets/cross.svg
8481
- core/modules/navigation/components/toolbar-button/assets/people.svg
8482
- core/modules/navigation/components/toolbar-button/assets/files.svg
8483
- core/modules/navigation/components/toolbar-button/assets/workspaces.svg
8484
- core/modules/navigation/components/toolbar-button/assets/blocks.svg
8485
- core/modules/navigation/components/toolbar-button/assets/reports.svg
8486
- core/modules/navigation/components/toolbar-button/assets/arrow-left.svg
8487
- core/modules/navigation/components/toolbar-button/assets/announcement.svg
8488
- core/modules/navigation/components/toolbar-button/assets/thin-pencil.svg
8489
- core/modules/navigation/components/toolbar-button/assets/shortcuts.svg
8490
- core/modules/navigation/components/toolbar-button/assets/help.svg
8491
- core/modules/navigation/components/toolbar-button/assets/create.svg
8492
- core/modules/navigation/components/toolbar-button/assets/dots.svg
8493
- core/modules/navigation/components/toolbar-button/assets/content.svg
8494
- core/modules/navigation/components/toolbar-button/assets/burger.svg
8495
- core/modules/navigation/components/toolbar-button/assets/return-left.svg
8496
- core/modules/navigation/components/toolbar-button/assets/extend.svg
8497
- core/modules/navigation/components/toolbar-button/assets/media.svg
8498
- core/modules/navigation/components/toolbar-button/assets/appearance.svg
8499
- core/modules/navigation/components/toolbar-button/assets/structure.svg
8500
- core/modules/navigation/components/toolbar-button/assets/eye.svg
8501
- core/modules/navigation/components/toolbar-button/assets/chevron.svg
8502
- core/modules/navigation/components/toolbar-button/assets/throbber.svg
8503
- core/modules/navigation/components/toolbar-button/assets/user.svg
8504
- core/modules/navigation/components/toolbar-button/assets/config.svg
8505
8483
core/modules/navigation/components/title/title.component.yml
8506
- core/modules/navigation/components/title/assets/file.svg
8507
- core/modules/navigation/components/title/assets/database.svg
8508
8484
core/modules/navigation/components/title/title.twig
8509
8485
core/modules/navigation/components/badge/badge.component.yml
8510
8486
core/modules/navigation/components/badge/badge.twig
8487
+ core/modules/navigation/navigation.icons.yml
8511
8488
core/modules/navigation/config/install/navigation.block_layout.yml
8512
8489
core/modules/navigation/config/install/system.menu.navigation-user-links.yml
8513
8490
core/modules/navigation/config/install/navigation.settings.yml
@@ -8520,6 +8497,7 @@ core/modules/navigation/modules/navigation_top_bar/src/Hook/NavigationTopBarHook
8520
8497
core/modules/navigation/modules/navigation_top_bar/navigation_top_bar.info.yml
8521
8498
core/modules/navigation/modules/navigation_top_bar/tests/src/Functional/GenericTest.php
8522
8499
core/modules/navigation/tests/src/Kernel/NavigationMenuMarkupTest.php
8500
+ core/modules/navigation/tests/src/Kernel/NavigationMenuLinkTreeTest.php
8523
8501
core/modules/navigation/tests/src/Kernel/NavigationContentLinksTest.php
8524
8502
core/modules/navigation/tests/src/Kernel/ConfigAction/AddNavigationBlockConfigActionTest.php
8525
8503
core/modules/navigation/tests/src/Kernel/NavigationMenuBlockTest.php
@@ -8551,16 +8529,42 @@ core/modules/navigation/tests/navigation_test/navigation_test.module
8551
8529
core/modules/navigation/tests/navigation_test/navigation_test.info.yml
8552
8530
core/modules/navigation/navigation.libraries.yml
8553
8531
core/modules/navigation/assets/fonts/inter-var.woff2
8532
+ core/modules/navigation/assets/icons/pencil.svg
8533
+ core/modules/navigation/assets/icons/cross.svg
8554
8534
core/modules/navigation/assets/icons/warning.svg
8555
- core/modules/navigation/assets/icons/radioactive.svg
8535
+ core/modules/navigation/assets/icons/system-themes-page.svg
8536
+ core/modules/navigation/assets/icons/workspaces.svg
8537
+ core/modules/navigation/assets/icons/file.svg
8538
+ core/modules/navigation/assets/icons/arrow-left.svg
8539
+ core/modules/navigation/assets/icons/database.svg
8540
+ core/modules/navigation/assets/icons/system-admin-reports.svg
8541
+ core/modules/navigation/assets/icons/system-admin-config.svg
8542
+ core/modules/navigation/assets/icons/system-admin-structure.svg
8543
+ core/modules/navigation/assets/icons/shortcuts.svg
8544
+ core/modules/navigation/assets/icons/status.svg
8545
+ core/modules/navigation/assets/icons/help.svg
8546
+ core/modules/navigation/assets/icons/dots.svg
8547
+ core/modules/navigation/assets/icons/burger.svg
8548
+ core/modules/navigation/assets/icons/return-left.svg
8549
+ core/modules/navigation/assets/icons/navigation-files.svg
8550
+ core/modules/navigation/assets/icons/announcements-feed-announcement.svg
8551
+ core/modules/navigation/assets/icons/eye.svg
8556
8552
core/modules/navigation/assets/icons/chevron.svg
8553
+ core/modules/navigation/assets/icons/throbber.svg
8554
+ core/modules/navigation/assets/icons/system-modules-list.svg
8555
+ core/modules/navigation/assets/icons/navigation-media.svg
8556
+ core/modules/navigation/assets/icons/navigation-blocks.svg
8557
+ core/modules/navigation/assets/icons/navigation-user-links-user-wrapper.svg
8558
+ core/modules/navigation/assets/icons/navigation-content.svg
8559
+ core/modules/navigation/assets/icons/entity-user-collection.svg
8560
+ core/modules/navigation/assets/icons/navigation-create.svg
8561
+ core/modules/navigation/assets/icons/error.svg
8557
8562
core/modules/navigation/navigation.module
8558
8563
core/modules/navigation/navigation.info.yml
8559
8564
core/modules/navigation/js/toolbar-popover.js
8560
8565
core/modules/navigation/js/safe-triangle.js
8561
8566
core/modules/navigation/js/arrow-navigation.js
8562
8567
core/modules/navigation/js/toolbar-menu.js
8563
- core/modules/navigation/js/user-block.js
8564
8568
core/modules/navigation/js/sidebar.js
8565
8569
core/modules/navigation/js/admin-toolbar-wrapper.js
8566
8570
core/modules/navigation/js/tooltip.js
@@ -9319,7 +9323,6 @@ core/modules/taxonomy/tests/src/Traits/TaxonomyTestTrait.php
9319
9323
core/modules/taxonomy/tests/src/Unit/Plugin/migrate/field/TaxonomyTermReferenceFieldTest.php
9320
9324
core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
9321
9325
core/modules/taxonomy/tests/src/Functional/TermTranslationFieldViewTest.php
9322
- core/modules/taxonomy/tests/src/Functional/VocabularySerializationTest.php
9323
9326
core/modules/taxonomy/tests/src/Functional/VocabularyPermissionsTest.php
9324
9327
core/modules/taxonomy/tests/src/Functional/TaxonomyRevisionDeleteTest.php
9325
9328
core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php
@@ -10095,6 +10098,7 @@ core/modules/views/tests/modules/views_test_config/test_views/views.view.test_vi
10095
10098
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_storage.yml
10096
10099
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display_more.yml
10097
10100
core/modules/views/tests/modules/views_test_config/test_views/views.view.entity_test_fields.yml
10101
+ core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_group_by_save.yml
10098
10102
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_pager_some.yml
10099
10103
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml
10100
10104
core/modules/views/tests/modules/views_test_config/test_views/views.view.numeric_test.yml
@@ -10209,7 +10213,6 @@ core/modules/views/tests/modules/views_test_config/test_views/views.view.test_gr
10209
10213
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_view_entity_test_revision.yml
10210
10214
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_entity_reference.yml
10211
10215
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter.yml
10212
- core/modules/views/tests/modules/views_test_config/test_views/views.view.test_views_groupby_save.yml
10213
10216
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_transform_term.yml
10214
10217
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument.yml
10215
10218
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tokens.yml
@@ -11438,6 +11441,7 @@ core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetUsersTest.ph
11438
11441
core/modules/shortcut/tests/src/Kernel/Migrate/d7/MigrateShortcutSetTest.php
11439
11442
core/modules/shortcut/tests/src/Kernel/Migrate/MigrateShortcutStubTest.php
11440
11443
core/modules/shortcut/tests/src/Kernel/ShortcutClaroIntegrationTest.php
11444
+ core/modules/shortcut/tests/src/Kernel/ShortcutCacheTagsTest.php
11441
11445
core/modules/shortcut/tests/src/Unit/Menu/ShortcutLocalTasksTest.php
11442
11446
core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
11443
11447
core/modules/shortcut/tests/src/Functional/GenericTest.php
@@ -11986,8 +11990,10 @@ core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php
11986
11990
core/tests/Drupal/KernelTests/Core/Cache/DatabaseBackendTagTest.php
11987
11991
core/tests/Drupal/KernelTests/Core/Cache/ChainedFastBackendTest.php
11988
11992
core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php
11993
+ core/tests/Drupal/KernelTests/Core/Cache/MemoryCacheGenericTest.php
11989
11994
core/tests/Drupal/KernelTests/Core/Cache/MemoryBackendTest.php
11990
11995
core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
11996
+ core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
11991
11997
core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php
11992
11998
core/tests/Drupal/KernelTests/Core/File/FileSystemRequirementsTest.php
11993
11999
core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
@@ -12725,6 +12731,7 @@ core/tests/Drupal/Tests/Core/Cache/ChainedFastBackendTest.php
12725
12731
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php
12726
12732
core/tests/Drupal/Tests/Core/Cache/DatabaseBackendFactoryTest.php
12727
12733
core/tests/Drupal/Tests/Core/Cache/CacheableMetadataTest.php
12734
+ core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php
12728
12735
core/tests/Drupal/Tests/Core/Cache/Context/QueryArgsCacheContextTest.php
12729
12736
core/tests/Drupal/Tests/Core/Cache/Context/ProtocolVersionCacheContextTest.php
12730
12737
core/tests/Drupal/Tests/Core/Cache/Context/IsFrontPathCacheContextTest.php
@@ -16168,6 +16175,7 @@ core/lib/Drupal/Core/Cache/CacheableResponse.php
16168
16175
core/lib/Drupal/Core/Cache/PhpBackend.php
16169
16176
core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php
16170
16177
core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheFactory.php
16178
+ core/lib/Drupal/Core/Cache/MemoryCache/LruMemoryCache.php
16171
16179
core/lib/Drupal/Core/Cache/MemoryCache/MemoryCacheInterface.php
16172
16180
core/lib/Drupal/Core/Cache/CacheTagsChecksumPreloadInterface.php
16173
16181
core/lib/Drupal/Core/Cache/Context/UrlCacheContext.php
0 commit comments