@@ -16478,13 +16478,6 @@ Tests/Core/Annotation/TranslationTest.php
16478
16478
Core/Annotation/TranslationTest.php
16479
16479
Annotation/TranslationTest.php
16480
16480
TranslationTest.php
16481
- core/tests/Drupal/Tests/Core/Serialization/YamlTest.php
16482
- tests/Drupal/Tests/Core/Serialization/YamlTest.php
16483
- Drupal/Tests/Core/Serialization/YamlTest.php
16484
- Tests/Core/Serialization/YamlTest.php
16485
- Core/Serialization/YamlTest.php
16486
- Serialization/YamlTest.php
16487
- YamlTest.php
16488
16481
core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
16489
16482
tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
16490
16483
Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
@@ -21015,13 +21008,6 @@ KernelTests/Core/Asset/LegacyAssetTest.php
21015
21008
Core/Asset/LegacyAssetTest.php
21016
21009
Asset/LegacyAssetTest.php
21017
21010
LegacyAssetTest.php
21018
- core/tests/Drupal/KernelTests/Core/Extension/ExperimentalDeprecationTest.php
21019
- tests/Drupal/KernelTests/Core/Extension/ExperimentalDeprecationTest.php
21020
- Drupal/KernelTests/Core/Extension/ExperimentalDeprecationTest.php
21021
- KernelTests/Core/Extension/ExperimentalDeprecationTest.php
21022
- Core/Extension/ExperimentalDeprecationTest.php
21023
- Extension/ExperimentalDeprecationTest.php
21024
- ExperimentalDeprecationTest.php
21025
21011
core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php
21026
21012
tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php
21027
21013
Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php
@@ -56981,6 +56967,13 @@ tests/src/Kernel/WorkspaceAccessTest.php
56981
56967
src/Kernel/WorkspaceAccessTest.php
56982
56968
Kernel/WorkspaceAccessTest.php
56983
56969
WorkspaceAccessTest.php
56970
+ core/modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
56971
+ modules/workspaces/tests/src/Kernel/WorkspaceInformationTest.php
56972
+ workspaces/tests/src/Kernel/WorkspaceInformationTest.php
56973
+ tests/src/Kernel/WorkspaceInformationTest.php
56974
+ src/Kernel/WorkspaceInformationTest.php
56975
+ Kernel/WorkspaceInformationTest.php
56976
+ WorkspaceInformationTest.php
56984
56977
core/modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
56985
56978
modules/workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
56986
56979
workspaces/tests/src/Kernel/WorkspaceAssociationTest.php
@@ -57044,6 +57037,21 @@ tests/modules/workspace_access_test/workspace_access_test.module
57044
57037
modules/workspace_access_test/workspace_access_test.module
57045
57038
workspace_access_test/workspace_access_test.module
57046
57039
workspace_access_test.module
57040
+ core/modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57041
+ modules/workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57042
+ workspaces/tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57043
+ tests/modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57044
+ modules/workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57045
+ workspaces_test/src/EntityTestRevPubWorkspaceHandler.php
57046
+ src/EntityTestRevPubWorkspaceHandler.php
57047
+ EntityTestRevPubWorkspaceHandler.php
57048
+ core/modules/workspaces/tests/modules/workspaces_test/workspaces_test.info.yml
57049
+ modules/workspaces/tests/modules/workspaces_test/workspaces_test.info.yml
57050
+ workspaces/tests/modules/workspaces_test/workspaces_test.info.yml
57051
+ tests/modules/workspaces_test/workspaces_test.info.yml
57052
+ modules/workspaces_test/workspaces_test.info.yml
57053
+ workspaces_test/workspaces_test.info.yml
57054
+ workspaces_test.info.yml
57047
57055
core/modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
57048
57056
modules/workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
57049
57057
workspaces/tests/modules/workspace_update_test/workspace_update_test.post_update.php
@@ -57222,6 +57230,11 @@ modules/workspaces/src/WorkspaceConflictException.php
57222
57230
workspaces/src/WorkspaceConflictException.php
57223
57231
src/WorkspaceConflictException.php
57224
57232
WorkspaceConflictException.php
57233
+ core/modules/workspaces/src/WorkspaceInformation.php
57234
+ modules/workspaces/src/WorkspaceInformation.php
57235
+ workspaces/src/WorkspaceInformation.php
57236
+ src/WorkspaceInformation.php
57237
+ WorkspaceInformation.php
57225
57238
core/modules/workspaces/src/Event/WorkspacePostPublishEvent.php
57226
57239
modules/workspaces/src/Event/WorkspacePostPublishEvent.php
57227
57240
workspaces/src/Event/WorkspacePostPublishEvent.php
@@ -57398,6 +57411,11 @@ modules/workspaces/src/WorkspaceAssociationInterface.php
57398
57411
workspaces/src/WorkspaceAssociationInterface.php
57399
57412
src/WorkspaceAssociationInterface.php
57400
57413
WorkspaceAssociationInterface.php
57414
+ core/modules/workspaces/src/WorkspaceInformationInterface.php
57415
+ modules/workspaces/src/WorkspaceInformationInterface.php
57416
+ workspaces/src/WorkspaceInformationInterface.php
57417
+ src/WorkspaceInformationInterface.php
57418
+ WorkspaceInformationInterface.php
57401
57419
core/modules/workspaces/src/WorkspaceRepositoryInterface.php
57402
57420
modules/workspaces/src/WorkspaceRepositoryInterface.php
57403
57421
workspaces/src/WorkspaceRepositoryInterface.php
@@ -57430,6 +57448,34 @@ modules/workspaces/src/WorkspaceAccessControlHandler.php
57430
57448
workspaces/src/WorkspaceAccessControlHandler.php
57431
57449
src/WorkspaceAccessControlHandler.php
57432
57450
WorkspaceAccessControlHandler.php
57451
+ core/modules/workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php
57452
+ modules/workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php
57453
+ workspaces/src/Entity/Handler/DefaultWorkspaceHandler.php
57454
+ src/Entity/Handler/DefaultWorkspaceHandler.php
57455
+ Entity/Handler/DefaultWorkspaceHandler.php
57456
+ Handler/DefaultWorkspaceHandler.php
57457
+ DefaultWorkspaceHandler.php
57458
+ core/modules/workspaces/src/Entity/Handler/BlockContentWorkspaceHandler.php
57459
+ modules/workspaces/src/Entity/Handler/BlockContentWorkspaceHandler.php
57460
+ workspaces/src/Entity/Handler/BlockContentWorkspaceHandler.php
57461
+ src/Entity/Handler/BlockContentWorkspaceHandler.php
57462
+ Entity/Handler/BlockContentWorkspaceHandler.php
57463
+ Handler/BlockContentWorkspaceHandler.php
57464
+ BlockContentWorkspaceHandler.php
57465
+ core/modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php
57466
+ modules/workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php
57467
+ workspaces/src/Entity/Handler/IgnoredWorkspaceHandler.php
57468
+ src/Entity/Handler/IgnoredWorkspaceHandler.php
57469
+ Entity/Handler/IgnoredWorkspaceHandler.php
57470
+ Handler/IgnoredWorkspaceHandler.php
57471
+ IgnoredWorkspaceHandler.php
57472
+ core/modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
57473
+ modules/workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
57474
+ workspaces/src/Entity/Handler/WorkspaceHandlerInterface.php
57475
+ src/Entity/Handler/WorkspaceHandlerInterface.php
57476
+ Entity/Handler/WorkspaceHandlerInterface.php
57477
+ Handler/WorkspaceHandlerInterface.php
57478
+ WorkspaceHandlerInterface.php
57433
57479
core/modules/workspaces/src/Entity/Workspace.php
57434
57480
modules/workspaces/src/Entity/Workspace.php
57435
57481
workspaces/src/Entity/Workspace.php
@@ -74141,13 +74187,6 @@ tests/themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_havi
74141
74187
themes/test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml
74142
74188
test_theme_having_veery_long_name_which_is_too_long/test_theme_having_veery_long_name_which_is_too_long.info.yml
74143
74189
test_theme_having_veery_long_name_which_is_too_long.info.yml
74144
- core/modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74145
- modules/system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74146
- system/tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74147
- tests/themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74148
- themes/legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74149
- legacy_experimental_theme_test/legacy_experimental_theme_test.info.yml
74150
- legacy_experimental_theme_test.info.yml
74151
74190
core/modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
74152
74191
modules/system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
74153
74192
system/tests/themes/test_theme_nyan_cat_engine/test_theme_nyan_cat_engine.info.yml
@@ -74213,13 +74252,6 @@ tests/themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.inf
74213
74252
themes/test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml
74214
74253
test_theme_twig_registry_loader/test_theme_twig_registry_loader.info.yml
74215
74254
test_theme_twig_registry_loader.info.yml
74216
- core/modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74217
- modules/system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74218
- system/tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74219
- tests/themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74220
- themes/legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74221
- legacy_experimental_theme_dependency_test/legacy_experimental_theme_dependency_test.info.yml
74222
- legacy_experimental_theme_dependency_test.info.yml
74223
74255
core/modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
74224
74256
modules/system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
74225
74257
system/tests/themes/test_subsubtheme/test_subsubtheme.info.yml
@@ -95488,6 +95520,13 @@ tests/src/Traits/EnableLayoutBuilderTrait.php
95488
95520
src/Traits/EnableLayoutBuilderTrait.php
95489
95521
Traits/EnableLayoutBuilderTrait.php
95490
95522
EnableLayoutBuilderTrait.php
95523
+ core/modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
95524
+ modules/layout_builder/tests/src/Kernel/EntityViewAlterTest.php
95525
+ layout_builder/tests/src/Kernel/EntityViewAlterTest.php
95526
+ tests/src/Kernel/EntityViewAlterTest.php
95527
+ src/Kernel/EntityViewAlterTest.php
95528
+ Kernel/EntityViewAlterTest.php
95529
+ EntityViewAlterTest.php
95491
95530
core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
95492
95531
modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
95493
95532
layout_builder/tests/src/Kernel/FieldBlockTest.php
@@ -96006,6 +96045,12 @@ layout_builder/src/Form/OverridesEntityForm.php
96006
96045
src/Form/OverridesEntityForm.php
96007
96046
Form/OverridesEntityForm.php
96008
96047
OverridesEntityForm.php
96048
+ core/modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php
96049
+ modules/layout_builder/src/Form/LayoutBuilderEntityFormTrait.php
96050
+ layout_builder/src/Form/LayoutBuilderEntityFormTrait.php
96051
+ src/Form/LayoutBuilderEntityFormTrait.php
96052
+ Form/LayoutBuilderEntityFormTrait.php
96053
+ LayoutBuilderEntityFormTrait.php
96009
96054
core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
96010
96055
modules/layout_builder/src/Form/ConfigureBlockFormBase.php
96011
96056
layout_builder/src/Form/ConfigureBlockFormBase.php
0 commit comments