pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/drupal8



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Tue Mar 27 11:08:28 UTC 2018

Modified Files:
        pkgsrc/www/drupal8: Makefile PLIST distinfo

Log Message:
Update to 8.5.0

What's new in Drupal 8.5.0?

   This new version makes Media module available for all, improves
   migrations significantly, stabilizes the Content Moderation and
   Settings Tray modules, serves dynamic pages faster with BigPipe enabled
   by default, and introduces a new experimental entity layout user
   interface. The release includes several very important fixes for
   workflows of content translations and supports running on PHP 7.2.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/drupal8/Makefile pkgsrc/www/drupal8/PLIST \
    pkgsrc/www/drupal8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/drupal8/Makefile
diff -u pkgsrc/www/drupal8/Makefile:1.3 pkgsrc/www/drupal8/Makefile:1.4
--- pkgsrc/www/drupal8/Makefile:1.3     Tue Feb 27 07:48:29 2018
+++ pkgsrc/www/drupal8/Makefile Tue Mar 27 11:08:27 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/02/27 07:48:29 wen Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/27 11:08:27 prlw1 Exp $
 
-DISTNAME=      drupal-8.4.5
+DISTNAME=      drupal-8.5.0
 PKGNAME=       ${PHP_PKG_PREFIX}-${DISTNAME}
 CATEGORIES=    www
 MASTER_SITES=  http://ftp.drupal.org/files/projects/
Index: pkgsrc/www/drupal8/PLIST
diff -u pkgsrc/www/drupal8/PLIST:1.3 pkgsrc/www/drupal8/PLIST:1.4
--- pkgsrc/www/drupal8/PLIST:1.3        Tue Feb 27 07:48:29 2018
+++ pkgsrc/www/drupal8/PLIST    Tue Mar 27 11:08:27 2018
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/27 07:48:29 wen Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/03/27 11:08:27 prlw1 Exp $
 share/drupal/.csslintrc
 share/drupal/.editorconfig
 share/drupal/.eslintignore
 share/drupal/.eslintrc.json
 share/drupal/.gitattributes
+share/drupal/.ht.router.php
 share/drupal/.htaccess
 share/drupal/LICENSE.txt
 share/drupal/README.txt
@@ -13,6 +14,7 @@ share/drupal/composer.lock
 share/drupal/core/.eslintignore
 share/drupal/core/.eslintrc.json
 share/drupal/core/.eslintrc.legacy.json
+share/drupal/core/.eslintrc.passing.json
 share/drupal/core/.gitignore
 share/drupal/core/.stylelintrc.json
 share/drupal/core/CHANGELOG.txt
@@ -32,7 +34,6 @@ share/drupal/core/assets/vendor/ckeditor
 share/drupal/core/assets/vendor/ckeditor/LICENSE.md
 share/drupal/core/assets/vendor/ckeditor/build-config.js
 share/drupal/core/assets/vendor/ckeditor/ckeditor.js
-share/drupal/core/assets/vendor/ckeditor/lang/_translationstatus.txt
 share/drupal/core/assets/vendor/ckeditor/lang/af.js
 share/drupal/core/assets/vendor/ckeditor/lang/ar.js
 share/drupal/core/assets/vendor/ckeditor/lang/az.js
@@ -969,6 +970,13 @@ share/drupal/core/lib/Drupal/Core/Action
 share/drupal/core/lib/Drupal/Core/Action/ActionManager.php
 share/drupal/core/lib/Drupal/Core/Action/ActionPluginCollection.php
 share/drupal/core/lib/Drupal/Core/Action/ConfigurableActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityActionDeriverBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityChangedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/Derivative/EntityPublishedActionDeriver.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/EntityActionBase.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/PublishAction.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/SaveAction.php
+share/drupal/core/lib/Drupal/Core/Action/Plugin/Action/UnpublishAction.php
 share/drupal/core/lib/Drupal/Core/Ajax/AddCssCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/AfterCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/AjaxResponse.php
@@ -990,6 +998,7 @@ share/drupal/core/lib/Drupal/Core/Ajax/I
 share/drupal/core/lib/Drupal/Core/Ajax/InvokeCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/OpenDialogCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/OpenModalDialogCommand.php
+share/drupal/core/lib/Drupal/Core/Ajax/OpenOffCanvasDialogCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/PrependCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/RedirectCommand.php
 share/drupal/core/lib/Drupal/Core/Ajax/RemoveCommand.php
@@ -1079,6 +1088,7 @@ share/drupal/core/lib/Drupal/Core/Cache/
 share/drupal/core/lib/Drupal/Core/Cache/CacheTagsInvalidator.php
 share/drupal/core/lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php
 share/drupal/core/lib/Drupal/Core/Cache/CacheableDependencyInterface.php
+share/drupal/core/lib/Drupal/Core/Cache/CacheableDependencyTrait.php
 share/drupal/core/lib/Drupal/Core/Cache/CacheableJsonResponse.php
 share/drupal/core/lib/Drupal/Core/Cache/CacheableMetadata.php
 share/drupal/core/lib/Drupal/Core/Cache/CacheableRedirectResponse.php
@@ -1349,8 +1359,6 @@ share/drupal/core/lib/Drupal/Core/Depend
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/ProxyServicesPass.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterAccessChecksPass.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterEventSubscribersPass.php
-share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteEnhancers.php
-share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterLazyRouteFilters.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterServicesForDestructionPass.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/RegisterStreamWrappersPass.php
 share/drupal/core/lib/Drupal/Core/DependencyInjection/Compiler/StackedKernelPass.php
@@ -1407,6 +1415,8 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
 share/drupal/core/lib/Drupal/Core/Entity/Enhancer/EntityRouteEnhancer.php
 share/drupal/core/lib/Drupal/Core/Entity/Entity.php
+share/drupal/core/lib/Drupal/Core/Entity/Entity/Access/EntityFormDisplayAccessControlHandler.php
+share/drupal/core/lib/Drupal/Core/Entity/Entity/Access/EntityViewDisplayAccessControlHandler.php
 share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php
 share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityFormMode.php
 share/drupal/core/lib/Drupal/Core/Entity/Entity/EntityViewDisplay.php
@@ -1419,6 +1429,7 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/EntityBundleListenerInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityChangedInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityChangedTrait.php
+share/drupal/core/lib/Drupal/Core/Entity/EntityChangesDetectionTrait.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityConfirmFormBase.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
 share/drupal/core/lib/Drupal/Core/Entity/EntityConstraintViolationListInterface.php
@@ -1514,6 +1525,8 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityChangedConstraintValidator.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraint.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityTypeConstraintValidator.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraint.php
+share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/EntityUntranslatableFieldsConstraintValidator.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraint.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ReferenceAccessConstraintValidator.php
 share/drupal/core/lib/Drupal/Core/Entity/Plugin/Validation/Constraint/ValidReferenceConstraint.php
@@ -1546,6 +1559,7 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php
 share/drupal/core/lib/Drupal/Core/Entity/RevisionableEntityBundleInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/RevisionableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/RevisionableStorageInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/Routing/AdminHtmlRouteProvider.php
 share/drupal/core/lib/Drupal/Core/Entity/Routing/DefaultHtmlRouteProvider.php
 share/drupal/core/lib/Drupal/Core/Entity/Routing/EntityRouteProviderInterface.php
@@ -1559,6 +1573,10 @@ share/drupal/core/lib/Drupal/Core/Entity
 share/drupal/core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TableMappingInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableRevisionableStorageInterface.php
+share/drupal/core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinition.php
 share/drupal/core/lib/Drupal/Core/Entity/TypedData/EntityDataDefinitionInterface.php
 share/drupal/core/lib/Drupal/Core/Entity/entity.api.php
@@ -1603,8 +1621,6 @@ share/drupal/core/lib/Drupal/Core/EventS
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RequestCloseSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/ResponseGeneratorSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteAccessResponseSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteEnhancerSubscriber.php
-share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteFilterSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RouteMethodSubscriber.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/RssResponseRelativeUrlFilter.php
 share/drupal/core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php
@@ -1641,6 +1657,8 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/BaseFieldOverrideAccessControlHandler.php
 share/drupal/core/lib/Drupal/Core/Field/BaseFieldOverrideStorage.php
 share/drupal/core/lib/Drupal/Core/Field/ChangedFieldItemList.php
+share/drupal/core/lib/Drupal/Core/Field/DeletedFieldsRepository.php
+share/drupal/core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php
 share/drupal/core/lib/Drupal/Core/Field/Entity/BaseFieldOverride.php
 share/drupal/core/lib/Drupal/Core/Field/EntityReferenceFieldItemList.php
 share/drupal/core/lib/Drupal/Core/Field/EntityReferenceFieldItemListInterface.php
@@ -1656,7 +1674,6 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/FieldItemInterface.php
 share/drupal/core/lib/Drupal/Core/Field/FieldItemList.php
 share/drupal/core/lib/Drupal/Core/Field/FieldItemListInterface.php
-share/drupal/core/lib/Drupal/Core/Field/FieldModuleUninstallValidator.php
 share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvent.php
 share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
 share/drupal/core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php
@@ -1726,6 +1743,7 @@ share/drupal/core/lib/Drupal/Core/Field/
 share/drupal/core/lib/Drupal/Core/Field/PreconfiguredFieldUiOptionsInterface.php
 share/drupal/core/lib/Drupal/Core/Field/RequiredFieldStorageDefinitionInterface.php
 share/drupal/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinition.php
+share/drupal/core/lib/Drupal/Core/Field/TypedData/FieldItemDataDefinitionInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetBase.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetBaseInterface.php
 share/drupal/core/lib/Drupal/Core/Field/WidgetInterface.php
@@ -1785,6 +1803,22 @@ share/drupal/core/lib/Drupal/Core/Genera
 share/drupal/core/lib/Drupal/Core/GeneratedNoLink.php
 share/drupal/core/lib/Drupal/Core/GeneratedUrl.php
 share/drupal/core/lib/Drupal/Core/Http/ClientFactory.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableAccessDeniedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableBadRequestHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableConflictHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableGoneHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableLengthRequiredHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableMethodNotAllowedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableNotAcceptableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableNotFoundHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionFailedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheablePreconditionRequiredHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableServiceUnavailableHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableTooManyRequestsHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnauthorizedHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnprocessableEntityHttpException.php
+share/drupal/core/lib/Drupal/Core/Http/Exception/CacheableUnsupportedMediaTypeHttpException.php
 share/drupal/core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
 share/drupal/core/lib/Drupal/Core/Http/LinkRelationType.php
 share/drupal/core/lib/Drupal/Core/Http/LinkRelationTypeInterface.php
@@ -1838,6 +1872,8 @@ share/drupal/core/lib/Drupal/Core/Langua
 share/drupal/core/lib/Drupal/Core/Language/LanguageManagerInterface.php
 share/drupal/core/lib/Drupal/Core/Language/language.api.php
 share/drupal/core/lib/Drupal/Core/Layout/Annotation/Layout.php
+share/drupal/core/lib/Drupal/Core/Layout/Icon/IconBuilderInterface.php
+share/drupal/core/lib/Drupal/Core/Layout/Icon/SvgIconBuilder.php
 share/drupal/core/lib/Drupal/Core/Layout/LayoutDefault.php
 share/drupal/core/lib/Drupal/Core/Layout/LayoutDefinition.php
 share/drupal/core/lib/Drupal/Core/Layout/LayoutInterface.php
@@ -1902,6 +1938,10 @@ share/drupal/core/lib/Drupal/Core/Menu/P
 share/drupal/core/lib/Drupal/Core/Menu/StaticMenuLinkOverrides.php
 share/drupal/core/lib/Drupal/Core/Menu/StaticMenuLinkOverridesInterface.php
 share/drupal/core/lib/Drupal/Core/Menu/menu.api.php
+share/drupal/core/lib/Drupal/Core/Messenger/LegacyMessenger.php
+share/drupal/core/lib/Drupal/Core/Messenger/Messenger.php
+share/drupal/core/lib/Drupal/Core/Messenger/MessengerInterface.php
+share/drupal/core/lib/Drupal/Core/Messenger/MessengerTrait.php
 share/drupal/core/lib/Drupal/Core/Operations/OperationsProviderInterface.php
 share/drupal/core/lib/Drupal/Core/PageCache/ChainRequestPolicy.php
 share/drupal/core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php
@@ -1994,7 +2034,6 @@ share/drupal/core/lib/Drupal/Core/ProxyC
 share/drupal/core/lib/Drupal/Core/ProxyClass/Entity/ContentUninstallValidator.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/Extension/ModuleInstaller.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/Extension/RequiredModuleUninstallValidator.php
-share/drupal/core/lib/Drupal/Core/ProxyClass/Field/FieldModuleUninstallValidator.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/File/MimeType/ExtensionMimeTypeGuesser.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/File/MimeType/MimeTypeGuesser.php
 share/drupal/core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
@@ -2099,6 +2138,7 @@ share/drupal/core/lib/Drupal/Core/Render
 share/drupal/core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php
 share/drupal/core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
 share/drupal/core/lib/Drupal/Core/Render/MainContent/ModalRenderer.php
+share/drupal/core/lib/Drupal/Core/Render/MainContent/OffCanvasRenderer.php
 share/drupal/core/lib/Drupal/Core/Render/Markup.php
 share/drupal/core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
 share/drupal/core/lib/Drupal/Core/Render/PageDisplayVariantSelectionEvent.php
@@ -2124,6 +2164,7 @@ share/drupal/core/lib/Drupal/Core/Routin
 share/drupal/core/lib/Drupal/Core/Routing/AccessAwareRouter.php
 share/drupal/core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.php
 share/drupal/core/lib/Drupal/Core/Routing/AdminContext.php
+share/drupal/core/lib/Drupal/Core/Routing/BcRoute.php
 share/drupal/core/lib/Drupal/Core/Routing/CacheableSecuredRedirectResponse.php
 share/drupal/core/lib/Drupal/Core/Routing/CompiledRoute.php
 share/drupal/core/lib/Drupal/Core/Routing/ContentTypeHeaderMatcher.php
@@ -2132,9 +2173,9 @@ share/drupal/core/lib/Drupal/Core/Routin
 share/drupal/core/lib/Drupal/Core/Routing/Enhancer/FormRouteEnhancer.php
 share/drupal/core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php
 share/drupal/core/lib/Drupal/Core/Routing/Enhancer/RouteEnhancerInterface.php
+share/drupal/core/lib/Drupal/Core/Routing/EnhancerInterface.php
+share/drupal/core/lib/Drupal/Core/Routing/FilterInterface.php
 share/drupal/core/lib/Drupal/Core/Routing/GeneratorNotInitializedException.php
-share/drupal/core/lib/Drupal/Core/Routing/LazyRouteEnhancer.php
-share/drupal/core/lib/Drupal/Core/Routing/LazyRouteFilter.php
 share/drupal/core/lib/Drupal/Core/Routing/LinkGeneratorTrait.php
 share/drupal/core/lib/Drupal/Core/Routing/LocalAwareRedirectResponseTrait.php
 share/drupal/core/lib/Drupal/Core/Routing/LocalRedirectResponse.php
@@ -2222,6 +2263,11 @@ share/drupal/core/lib/Drupal/Core/String
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/FileTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php
 share/drupal/core/lib/Drupal/Core/StringTranslation/Translator/TranslatorInterface.php
+share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStore.php
+share/drupal/core/lib/Drupal/Core/TempStore/PrivateTempStoreFactory.php
+share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStore.php
+share/drupal/core/lib/Drupal/Core/TempStore/SharedTempStoreFactory.php
+share/drupal/core/lib/Drupal/Core/TempStore/TempStoreException.php
 share/drupal/core/lib/Drupal/Core/Template/Attribute.php
 share/drupal/core/lib/Drupal/Core/Template/AttributeArray.php
 share/drupal/core/lib/Drupal/Core/Template/AttributeBoolean.php
@@ -2310,6 +2356,7 @@ share/drupal/core/lib/Drupal/Core/TypedD
 share/drupal/core/lib/Drupal/Core/TypedData/Type/UriInterface.php
 share/drupal/core/lib/Drupal/Core/TypedData/TypedData.php
 share/drupal/core/lib/Drupal/Core/TypedData/TypedDataInterface.php
+share/drupal/core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php
 share/drupal/core/lib/Drupal/Core/TypedData/TypedDataManager.php
 share/drupal/core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php
 share/drupal/core/lib/Drupal/Core/TypedData/TypedDataTrait.php
@@ -2392,6 +2439,20 @@ share/drupal/core/misc/dialog/dialog.jqu
 share/drupal/core/misc/dialog/dialog.js
 share/drupal/core/misc/dialog/dialog.position.es6.js
 share/drupal/core/misc/dialog/dialog.position.js
+share/drupal/core/misc/dialog/off-canvas.base.css
+share/drupal/core/misc/dialog/off-canvas.button.css
+share/drupal/core/misc/dialog/off-canvas.css
+share/drupal/core/misc/dialog/off-canvas.details.css
+share/drupal/core/misc/dialog/off-canvas.dropbutton.css
+share/drupal/core/misc/dialog/off-canvas.es6.js
+share/drupal/core/misc/dialog/off-canvas.form.css
+share/drupal/core/misc/dialog/off-canvas.js
+share/drupal/core/misc/dialog/off-canvas.layout.css
+share/drupal/core/misc/dialog/off-canvas.motion.css
+share/drupal/core/misc/dialog/off-canvas.reset.css
+share/drupal/core/misc/dialog/off-canvas.table.css
+share/drupal/core/misc/dialog/off-canvas.tabledrag.css
+share/drupal/core/misc/dialog/off-canvas.theme.css
 share/drupal/core/misc/displace.es6.js
 share/drupal/core/misc/displace.js
 share/drupal/core/misc/dropbutton/dropbutton.css
@@ -2530,9 +2591,9 @@ share/drupal/core/modules/action/action.
 share/drupal/core/modules/action/action.views_execution.inc
 share/drupal/core/modules/action/config/install/action.settings.yml
 share/drupal/core/modules/action/config/schema/action.schema.yml
-share/drupal/core/modules/action/migration_templates/action_settings.yml
-share/drupal/core/modules/action/migration_templates/d6_action.yml
-share/drupal/core/modules/action/migration_templates/d7_action.yml
+share/drupal/core/modules/action/migrations/action_settings.yml
+share/drupal/core/modules/action/migrations/d6_action.yml
+share/drupal/core/modules/action/migrations/d7_action.yml
 share/drupal/core/modules/action/src/ActionAddForm.php
 share/drupal/core/modules/action/src/ActionEditForm.php
 share/drupal/core/modules/action/src/ActionFormBase.php
@@ -2545,10 +2606,14 @@ share/drupal/core/modules/action/src/Plu
 share/drupal/core/modules/action/src/Plugin/migrate/source/Action.php
 share/drupal/core/modules/action/tests/action_bulk_test/action_bulk_test.info.yml
 share/drupal/core/modules/action/tests/action_bulk_test/config/install/views.view.test_bulk_form.yml
+share/drupal/core/modules/action/tests/action_form_ajax_test/action_form_ajax_test.info.yml
+share/drupal/core/modules/action/tests/action_form_ajax_test/config/schema/action_form_ajax_test.schema.yml
+share/drupal/core/modules/action/tests/action_form_ajax_test/src/Plugin/Action/ActionAjaxTest.php
 share/drupal/core/modules/action/tests/src/Functional/ActionListTest.php
 share/drupal/core/modules/action/tests/src/Functional/ActionUninstallTest.php
 share/drupal/core/modules/action/tests/src/Functional/BulkFormTest.php
 share/drupal/core/modules/action/tests/src/Functional/ConfigurationTest.php
+share/drupal/core/modules/action/tests/src/FunctionalJavascript/ActionFormAjaxTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionConfigsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d6/MigrateActionsTest.php
 share/drupal/core/modules/action/tests/src/Kernel/Migrate/d7/MigrateActionConfigsTest.php
@@ -2575,12 +2640,12 @@ share/drupal/core/modules/aggregator/con
 share/drupal/core/modules/aggregator/config/optional/views.view.aggregator_sources.yml
 share/drupal/core/modules/aggregator/config/schema/aggregator.schema.yml
 share/drupal/core/modules/aggregator/config/schema/aggregator.views.schema.yml
-share/drupal/core/modules/aggregator/migration_templates/d6_aggregator_feed.yml
-share/drupal/core/modules/aggregator/migration_templates/d6_aggregator_item.yml
-share/drupal/core/modules/aggregator/migration_templates/d6_aggregator_settings.yml
-share/drupal/core/modules/aggregator/migration_templates/d7_aggregator_feed.yml
-share/drupal/core/modules/aggregator/migration_templates/d7_aggregator_item.yml
-share/drupal/core/modules/aggregator/migration_templates/d7_aggregator_settings.yml
+share/drupal/core/modules/aggregator/migrations/d6_aggregator_feed.yml
+share/drupal/core/modules/aggregator/migrations/d6_aggregator_item.yml
+share/drupal/core/modules/aggregator/migrations/d6_aggregator_settings.yml
+share/drupal/core/modules/aggregator/migrations/d7_aggregator_feed.yml
+share/drupal/core/modules/aggregator/migrations/d7_aggregator_item.yml
+share/drupal/core/modules/aggregator/migrations/d7_aggregator_settings.yml
 share/drupal/core/modules/aggregator/src/AggregatorFeedViewsData.php
 share/drupal/core/modules/aggregator/src/AggregatorItemViewsData.php
 share/drupal/core/modules/aggregator/src/Annotation/AggregatorFetcher.php
@@ -2691,7 +2756,7 @@ share/drupal/core/modules/ban/ban.module
 share/drupal/core/modules/ban/ban.permissions.yml
 share/drupal/core/modules/ban/ban.routing.yml
 share/drupal/core/modules/ban/ban.services.yml
-share/drupal/core/modules/ban/migration_templates/d7_blocked_ips.yml
+share/drupal/core/modules/ban/migrations/d7_blocked_ips.yml
 share/drupal/core/modules/ban/src/BanIpManager.php
 share/drupal/core/modules/ban/src/BanIpManagerInterface.php
 share/drupal/core/modules/ban/src/BanMiddleware.php
@@ -2764,8 +2829,8 @@ share/drupal/core/modules/block/js/block
 share/drupal/core/modules/block/js/block.admin.js
 share/drupal/core/modules/block/js/block.es6.js
 share/drupal/core/modules/block/js/block.js
-share/drupal/core/modules/block/migration_templates/d6_block.yml
-share/drupal/core/modules/block/migration_templates/d7_block.yml
+share/drupal/core/modules/block/migrations/d6_block.yml
+share/drupal/core/modules/block/migrations/d7_block.yml
 share/drupal/core/modules/block/src/BlockAccessControlHandler.php
 share/drupal/core/modules/block/src/BlockForm.php
 share/drupal/core/modules/block/src/BlockInterface.php
@@ -2883,12 +2948,12 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/config/install/field.storage.block_content.body.yml
 share/drupal/core/modules/block_content/config/optional/views.view.block_content.yml
 share/drupal/core/modules/block_content/config/schema/block_content.schema.yml
-share/drupal/core/modules/block_content/migration_templates/block_content_body_field.yml
-share/drupal/core/modules/block_content/migration_templates/block_content_entity_display.yml
-share/drupal/core/modules/block_content/migration_templates/block_content_entity_form_display.yml
-share/drupal/core/modules/block_content/migration_templates/block_content_type.yml
-share/drupal/core/modules/block_content/migration_templates/d6_custom_block.yml
-share/drupal/core/modules/block_content/migration_templates/d7_custom_block.yml
+share/drupal/core/modules/block_content/migrations/block_content_body_field.yml
+share/drupal/core/modules/block_content/migrations/block_content_entity_display.yml
+share/drupal/core/modules/block_content/migrations/block_content_entity_form_display.yml
+share/drupal/core/modules/block_content/migrations/block_content_type.yml
+share/drupal/core/modules/block_content/migrations/d6_custom_block.yml
+share/drupal/core/modules/block_content/migrations/d7_custom_block.yml
 share/drupal/core/modules/block_content/src/BlockContentAccessControlHandler.php
 share/drupal/core/modules/block_content/src/BlockContentForm.php
 share/drupal/core/modules/block_content/src/BlockContentInterface.php
@@ -2926,6 +2991,7 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml
 share/drupal/core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_type.yml
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentCacheTagsTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/BlockContentContextualLinksTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentListTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php
@@ -2937,6 +3003,7 @@ share/drupal/core/modules/block_content/
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/BlockContentValidationTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/PageEditTest.php
+share/drupal/core/modules/block_content/tests/src/Functional/UnpublishedBlockTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentFieldFilterTest.php
 share/drupal/core/modules/block_content/tests/src/Functional/Views/BlockContentIntegrationTest.php
@@ -2988,8 +3055,8 @@ share/drupal/core/modules/book/config/op
 share/drupal/core/modules/book/config/optional/node.type.book.yml
 share/drupal/core/modules/book/config/schema/book.schema.yml
 share/drupal/core/modules/book/config/schema/book.views.schema.yml
-share/drupal/core/modules/book/migration_templates/d6_book.yml
-share/drupal/core/modules/book/migration_templates/d6_book_settings.yml
+share/drupal/core/modules/book/migrations/d6_book.yml
+share/drupal/core/modules/book/migrations/d6_book_settings.yml
 share/drupal/core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php
 share/drupal/core/modules/book/src/BookBreadcrumbBuilder.php
 share/drupal/core/modules/book/src/BookExport.php
@@ -3201,20 +3268,20 @@ share/drupal/core/modules/comment/js/com
 share/drupal/core/modules/comment/js/comment-new-indicator.js
 share/drupal/core/modules/comment/js/node-new-comments-link.es6.js
 share/drupal/core/modules/comment/js/node-new-comments-link.js
-share/drupal/core/modules/comment/migration_templates/d6_comment.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_entity_display.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_entity_form_display.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_entity_form_display_subject.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_field.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_field_instance.yml
-share/drupal/core/modules/comment/migration_templates/d6_comment_type.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_entity_display.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_entity_form_display.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_entity_form_display_subject.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_field.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_field_instance.yml
-share/drupal/core/modules/comment/migration_templates/d7_comment_type.yml
+share/drupal/core/modules/comment/migrations/d6_comment.yml
+share/drupal/core/modules/comment/migrations/d6_comment_entity_display.yml
+share/drupal/core/modules/comment/migrations/d6_comment_entity_form_display.yml
+share/drupal/core/modules/comment/migrations/d6_comment_entity_form_display_subject.yml
+share/drupal/core/modules/comment/migrations/d6_comment_field.yml
+share/drupal/core/modules/comment/migrations/d6_comment_field_instance.yml
+share/drupal/core/modules/comment/migrations/d6_comment_type.yml
+share/drupal/core/modules/comment/migrations/d7_comment.yml
+share/drupal/core/modules/comment/migrations/d7_comment_entity_display.yml
+share/drupal/core/modules/comment/migrations/d7_comment_entity_form_display.yml
+share/drupal/core/modules/comment/migrations/d7_comment_entity_form_display_subject.yml
+share/drupal/core/modules/comment/migrations/d7_comment_field.yml
+share/drupal/core/modules/comment/migrations/d7_comment_field_instance.yml
+share/drupal/core/modules/comment/migrations/d7_comment_type.yml
 share/drupal/core/modules/comment/src/CommentAccessControlHandler.php
 share/drupal/core/modules/comment/src/CommentBreadcrumbBuilder.php
 share/drupal/core/modules/comment/src/CommentFieldItemList.php
@@ -3350,6 +3417,7 @@ share/drupal/core/modules/comment/tests/
 share/drupal/core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/RowRssTest.php
 share/drupal/core/modules/comment/tests/src/Functional/Views/WizardTest.php
+share/drupal/core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentDefaultFormatterCacheTagsTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php
 share/drupal/core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
@@ -3543,11 +3611,11 @@ share/drupal/core/modules/config_transla
 share/drupal/core/modules/config_translation/config_translation.routing.yml
 share/drupal/core/modules/config_translation/config_translation.services.yml
 share/drupal/core/modules/config_translation/css/config_translation.admin.css
-share/drupal/core/modules/config_translation/migration_templates/d6_system_maintenance_translation.yml
-share/drupal/core/modules/config_translation/migration_templates/d6_system_site_translation.yml
-share/drupal/core/modules/config_translation/migration_templates/d6_user_mail_translation.yml
-share/drupal/core/modules/config_translation/migration_templates/d6_user_profile_field_instance_translation.yml
-share/drupal/core/modules/config_translation/migration_templates/d6_user_settings_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_system_maintenance_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_system_site_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_user_mail_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_user_profile_field_instance_translation.yml
+share/drupal/core/modules/config_translation/migrations/d6_user_settings_translation.yml
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php
 share/drupal/core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php
 share/drupal/core/modules/config_translation/src/ConfigEntityMapper.php
@@ -3626,9 +3694,9 @@ share/drupal/core/modules/contact/contac
 share/drupal/core/modules/contact/contact.routing.yml
 share/drupal/core/modules/contact/contact.services.yml
 share/drupal/core/modules/contact/contact.views.inc
-share/drupal/core/modules/contact/migration_templates/contact_category.yml
-share/drupal/core/modules/contact/migration_templates/d6_contact_settings.yml
-share/drupal/core/modules/contact/migration_templates/d7_contact_settings.yml
+share/drupal/core/modules/contact/migrations/contact_category.yml
+share/drupal/core/modules/contact/migrations/d6_contact_settings.yml
+share/drupal/core/modules/contact/migrations/d7_contact_settings.yml
 share/drupal/core/modules/contact/src/Access/ContactPageAccess.php
 share/drupal/core/modules/contact/src/ContactFormAccessControlHandler.php
 share/drupal/core/modules/contact/src/ContactFormEditForm.php
@@ -3646,6 +3714,7 @@ share/drupal/core/modules/contact/src/Me
 share/drupal/core/modules/contact/src/MessageViewBuilder.php
 share/drupal/core/modules/contact/src/Plugin/migrate/source/ContactCategory.php
 share/drupal/core/modules/contact/src/Plugin/migrate/source/ContactSettings.php
+share/drupal/core/modules/contact/src/Plugin/rest/resource/ContactMessageResource.php
 share/drupal/core/modules/contact/src/Plugin/views/field/ContactLink.php
 share/drupal/core/modules/contact/tests/drupal-7.contact.database.php
 share/drupal/core/modules/contact/tests/modules/contact_storage_test/config/schema/contact_storage_test.schema.yml
@@ -3671,7 +3740,9 @@ share/drupal/core/modules/contact/tests/
 share/drupal/core/modules/contact/tests/src/Kernel/Plugin/migrate/source/d6/ContactSettingsTest.php
 share/drupal/core/modules/contact/tests/src/Unit/MailHandlerTest.php
 share/drupal/core/modules/content_moderation/config/install/workflows.workflow.editorial.yml
+share/drupal/core/modules/content_moderation/config/optional/views.view.moderated_content.yml
 share/drupal/core/modules/content_moderation/config/schema/content_moderation.schema.yml
+share/drupal/core/modules/content_moderation/config/schema/content_moderation.views.schema.yml
 share/drupal/core/modules/content_moderation/content_moderation.api.php
 share/drupal/core/modules/content_moderation/content_moderation.info.yml
 share/drupal/core/modules/content_moderation/content_moderation.install
@@ -3679,6 +3750,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/content_moderation.links.task.yml
 share/drupal/core/modules/content_moderation/content_moderation.module
 share/drupal/core/modules/content_moderation/content_moderation.permissions.yml
+share/drupal/core/modules/content_moderation/content_moderation.post_update.php
 share/drupal/core/modules/content_moderation/content_moderation.routing.yml
 share/drupal/core/modules/content_moderation/content_moderation.services.yml
 share/drupal/core/modules/content_moderation/content_moderation.views.inc
@@ -3689,6 +3761,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/src/ContentModerationStateAccessControlHandler.php
 share/drupal/core/modules/content_moderation/src/ContentModerationStateStorageSchema.php
 share/drupal/core/modules/content_moderation/src/ContentPreprocess.php
+share/drupal/core/modules/content_moderation/src/Controller/ModeratedContentController.php
 share/drupal/core/modules/content_moderation/src/Entity/ContentModerationState.php
 share/drupal/core/modules/content_moderation/src/Entity/ContentModerationStateInterface.php
 share/drupal/core/modules/content_moderation/src/Entity/Handler/BlockContentModerationHandler.php
@@ -3703,11 +3776,14 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/src/Form/ContentModerationConfigureForm.php
 share/drupal/core/modules/content_moderation/src/Form/ContentModerationStateForm.php
 share/drupal/core/modules/content_moderation/src/Form/EntityModerationForm.php
+share/drupal/core/modules/content_moderation/src/ModeratedNodeListBuilder.php
 share/drupal/core/modules/content_moderation/src/ModerationInformation.php
 share/drupal/core/modules/content_moderation/src/ModerationInformationInterface.php
 share/drupal/core/modules/content_moderation/src/ParamConverter/EntityRevisionConverter.php
 share/drupal/core/modules/content_moderation/src/Permissions.php
+share/drupal/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublish.php
 share/drupal/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutPublishNode.php
+share/drupal/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublish.php
 share/drupal/core/modules/content_moderation/src/Plugin/Action/ModerationOptOutUnpublishNode.php
 share/drupal/core/modules/content_moderation/src/Plugin/Derivative/DynamicLocalTasks.php
 share/drupal/core/modules/content_moderation/src/Plugin/Field/FieldFormatter/ContentModerationStateFormatter.php
@@ -3717,19 +3793,30 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/src/Plugin/Validation/Constraint/ModerationStateConstraintValidator.php
 share/drupal/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php
 share/drupal/core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php
+share/drupal/core/modules/content_moderation/src/Plugin/views/filter/ModerationStateFilter.php
+share/drupal/core/modules/content_moderation/src/Routing/ContentModerationRouteSubscriber.php
 share/drupal/core/modules/content_moderation/src/StateTransitionValidation.php
 share/drupal/core/modules/content_moderation/src/StateTransitionValidationInterface.php
 share/drupal/core/modules/content_moderation/src/ViewsData.php
 share/drupal/core/modules/content_moderation/templates/entity-moderation-form.html.twig
+share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.4.0-content_moderation_installed.php
+share/drupal/core/modules/content_moderation/tests/fixtures/update/drupal-8.default-cms-entity-id-2941736.php
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.info.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.links.task.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/content_moderation_test_local_task.routing.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.latest.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_base_table_test.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_field_state_test.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_revision_test.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_base_table_filter_on_revision.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_entity_test.yml
+share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/config/install/views.view.test_content_moderation_state_filter_revision_table.yml
 share/drupal/core/modules/content_moderation/tests/modules/content_moderation_test_views/content_moderation_test_views.info.yml
 share/drupal/core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/DefaultContentModerationStateRevisionUpdateTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationActionsTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationLocaleTest.php
@@ -3740,6 +3827,7 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/ModerationStateTestBase.php
 share/drupal/core/modules/content_moderation/tests/src/Functional/NodeAccessTest.php
+share/drupal/core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ContentModerationPermissionsTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateAccessControlHandlerTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ContentModerationStateResourceTest.php
@@ -3759,6 +3847,8 @@ share/drupal/core/modules/content_modera
 share/drupal/core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/StateFormatterTest.php
 share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
+share/drupal/core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
+share/drupal/core/modules/content_moderation/tests/src/Unit/ContentModerationRouteSubscriberTest.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/ContentPreprocessTest.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/LatestRevisionCheckTest.php
 share/drupal/core/modules/content_moderation/tests/src/Unit/ModerationInformationTest.php
@@ -3777,9 +3867,11 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/content_translation.permissions.yml
 share/drupal/core/modules/content_translation/content_translation.services.yml
 share/drupal/core/modules/content_translation/css/content_translation.admin.css
-share/drupal/core/modules/content_translation/migration_templates/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/migrations/d6_taxonomy_term_translation.yml
+share/drupal/core/modules/content_translation/src/Access/ContentTranslationDeleteAccess.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php
 share/drupal/core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php
+share/drupal/core/modules/content_translation/src/BundleTranslationSettingsInterface.php
 share/drupal/core/modules/content_translation/src/ContentTranslationHandler.php
 share/drupal/core/modules/content_translation/src/ContentTranslationHandlerInterface.php
 share/drupal/core/modules/content_translation/src/ContentTranslationManager.php
@@ -3794,6 +3886,8 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php
 share/drupal/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php
 share/drupal/core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php
+share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraint.php
+share/drupal/core/modules/content_translation/src/Plugin/Validation/Constraint/ContentTranslationSynchronizedFieldsConstraintValidator.php
 share/drupal/core/modules/content_translation/src/Plugin/views/field/TranslationLink.php
 share/drupal/core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php
 share/drupal/core/modules/content_translation/src/Tests/ContentTranslationTestBase.php
@@ -3813,18 +3907,24 @@ share/drupal/core/modules/content_transl
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
+share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php
+share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationPendingRevisionTestBase.php
+share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationRevisionTranslationDeletionTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationSyncImageTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationUISkipTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php
+share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/Views/ContentTranslationViewsUITest.php
 share/drupal/core/modules/content_translation/tests/src/Functional/Views/TranslationLinkTest.php
 share/drupal/core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php
+share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php
+share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSettingsApiTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/ContentTranslationSyncUnitTest.php
 share/drupal/core/modules/content_translation/tests/src/Kernel/Migrate/d6/MigrateTaxonomyTermTranslationTest.php
@@ -3877,6 +3977,7 @@ share/drupal/core/modules/contextual/tes
 share/drupal/core/modules/contextual/tests/src/FunctionalJavascript/EditModeTest.php
 share/drupal/core/modules/contextual/tests/src/Kernel/ContextualUnitTest.php
 share/drupal/core/modules/datetime/config/schema/datetime.schema.yml
+share/drupal/core/modules/datetime/config/schema/datetime.views.schema.yml
 share/drupal/core/modules/datetime/datetime.info.yml
 share/drupal/core/modules/datetime/datetime.module
 share/drupal/core/modules/datetime/datetime.views.inc
@@ -3888,6 +3989,7 @@ share/drupal/core/modules/datetime/src/P
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeTimeAgoFormatter.php
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php
+share/drupal/core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItemInterface.php
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php
 share/drupal/core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeWidgetBase.php
@@ -3918,6 +4020,7 @@ share/drupal/core/modules/datetime/tests
 share/drupal/core/modules/datetime/tests/src/Kernel/DateTimeItemTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/DateTimeHandlerTestBase.php
+share/drupal/core/modules/datetime/tests/src/Kernel/Views/DateTimeSchemaTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
 share/drupal/core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
@@ -3955,8 +4058,8 @@ share/drupal/core/modules/dblog/dblog.po
 share/drupal/core/modules/dblog/dblog.routing.yml
 share/drupal/core/modules/dblog/dblog.services.yml
 share/drupal/core/modules/dblog/dblog.views.inc
-share/drupal/core/modules/dblog/migration_templates/d6_dblog_settings.yml
-share/drupal/core/modules/dblog/migration_templates/d7_dblog_settings.yml
+share/drupal/core/modules/dblog/migrations/d6_dblog_settings.yml
+share/drupal/core/modules/dblog/migrations/d7_dblog_settings.yml
 share/drupal/core/modules/dblog/src/Controller/DbLogController.php
 share/drupal/core/modules/dblog/src/Form/DblogClearLogConfirmForm.php
 share/drupal/core/modules/dblog/src/Form/DblogFilterForm.php
@@ -4070,15 +4173,15 @@ share/drupal/core/modules/field/field.mo
 share/drupal/core/modules/field/field.post_update.php
 share/drupal/core/modules/field/field.purge.inc
 share/drupal/core/modules/field/field.services.yml
-share/drupal/core/modules/field/migration_templates/d6_field.yml
-share/drupal/core/modules/field/migration_templates/d6_field_formatter_settings.yml
-share/drupal/core/modules/field/migration_templates/d6_field_instance.yml
-share/drupal/core/modules/field/migration_templates/d6_field_instance_widget_settings.yml
-share/drupal/core/modules/field/migration_templates/d7_field.yml
-share/drupal/core/modules/field/migration_templates/d7_field_formatter_settings.yml
-share/drupal/core/modules/field/migration_templates/d7_field_instance.yml
-share/drupal/core/modules/field/migration_templates/d7_field_instance_widget_settings.yml
-share/drupal/core/modules/field/migration_templates/d7_view_modes.yml
+share/drupal/core/modules/field/migrations/d6_field.yml
+share/drupal/core/modules/field/migrations/d6_field_formatter_settings.yml
+share/drupal/core/modules/field/migrations/d6_field_instance.yml
+share/drupal/core/modules/field/migrations/d6_field_instance_widget_settings.yml
+share/drupal/core/modules/field/migrations/d7_field.yml
+share/drupal/core/modules/field/migrations/d7_field_formatter_settings.yml
+share/drupal/core/modules/field/migrations/d7_field_instance.yml
+share/drupal/core/modules/field/migrations/d7_field_instance_widget_settings.yml
+share/drupal/core/modules/field/migrations/d7_view_modes.yml
 share/drupal/core/modules/field/src/ConfigImporterFieldPurger.php
 share/drupal/core/modules/field/src/Entity/FieldConfig.php
 share/drupal/core/modules/field/src/Entity/FieldStorageConfig.php
@@ -4091,6 +4194,7 @@ share/drupal/core/modules/field/src/Fiel
 share/drupal/core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php
 share/drupal/core/modules/field/src/FieldUninstallValidator.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/FieldType.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/ProcessField.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldFormatterSettingsDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d6/FieldInstanceDefaults.php
@@ -4101,6 +4205,7 @@ share/drupal/core/modules/field/src/Plug
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldInstanceSettings.php
 share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldSettings.php
+share/drupal/core/modules/field/src/Plugin/migrate/process/d7/FieldTypeDefaults.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/Field.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d6/FieldInstancePerFormDisplay.php
@@ -4111,7 +4216,6 @@ share/drupal/core/modules/field/src/Plug
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/FieldInstancePerViewMode.php
 share/drupal/core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php
 share/drupal/core/modules/field/src/ProxyClass/FieldUninstallValidator.php
-share/drupal/core/modules/field/src/Tests/Boolean/BooleanFieldTest.php
 share/drupal/core/modules/field/src/Tests/Boolean/BooleanFormatterSettingsTest.php
 share/drupal/core/modules/field/src/Tests/Email/EmailFieldTest.php
 share/drupal/core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
@@ -4131,6 +4235,7 @@ share/drupal/core/modules/field/src/Test
 share/drupal/core/modules/field/src/Tests/reEnableModuleFieldTest.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.email_widget_size_setting-2578741.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.remove_handler_submit_setting-2715589.php
+share/drupal/core/modules/field/tests/fixtures/update/drupal-8.update_deleted_field_definitions-2931436.php
 share/drupal/core/modules/field/tests/fixtures/update/drupal-8.views_entity_reference_plugins-2429191.php
 share/drupal/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_autocreate_2412569.yml
 share/drupal/core/modules/field/tests/fixtures/update/field.field.node.article.field_ref_views_select_2429191.yml
@@ -4163,6 +4268,7 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestObjectItem.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php
+share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultipleSingleValues.php
 share/drupal/core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php
 share/drupal/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.info.yml
 share/drupal/core/modules/field/tests/modules/field_test_boolean_access_denied/field_test_boolean_access_denied.module
@@ -4183,6 +4289,10 @@ share/drupal/core/modules/field/tests/mo
 share/drupal/core/modules/field/tests/modules/field_third_party_test/config/schema/field_third_party_test.schema.yml
 share/drupal/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.info.yml
 share/drupal/core/modules/field/tests/modules/field_third_party_test/field_third_party_test.module
+share/drupal/core/modules/field/tests/modules/field_timestamp_test/config/install/field.field.entity_test.entity_test.timestamp.yml
+share/drupal/core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml
+share/drupal/core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml
+share/drupal/core/modules/field/tests/src/Functional/Boolean/BooleanFieldTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAutoCreateTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
 share/drupal/core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldTranslatedReferenceViewTest.php
@@ -4262,11 +4372,13 @@ share/drupal/core/modules/field/tests/sr
 share/drupal/core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
 share/drupal/core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
+share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/FieldTypeDefaultsTest.php
 share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
 share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldSettingsTest.php
 share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/d6/FieldTypeDefaultsTest.php
 share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldInstanceSettingsTest.php
 share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldSettingsTest.php
+share/drupal/core/modules/field/tests/src/Unit/Plugin/migrate/process/d7/FieldTypeDefaultsTest.php
 share/drupal/core/modules/field_layout/config/schema/field_layout.schema.yml
 share/drupal/core/modules/field_layout/field_layout.info.yml
 share/drupal/core/modules/field_layout/field_layout.install
@@ -4363,15 +4475,16 @@ share/drupal/core/modules/file/file.perm
 share/drupal/core/modules/file/file.routing.yml
 share/drupal/core/modules/file/file.services.yml
 share/drupal/core/modules/file/file.views.inc
-share/drupal/core/modules/file/migration_templates/d6_file.yml
-share/drupal/core/modules/file/migration_templates/d6_upload.yml
-share/drupal/core/modules/file/migration_templates/d6_upload_entity_display.yml
-share/drupal/core/modules/file/migration_templates/d6_upload_entity_form_display.yml
-share/drupal/core/modules/file/migration_templates/d6_upload_field.yml
-share/drupal/core/modules/file/migration_templates/d6_upload_field_instance.yml
-share/drupal/core/modules/file/migration_templates/d7_file.yml
-share/drupal/core/modules/file/migration_templates/d7_file_private.yml
-share/drupal/core/modules/file/migration_templates/file_settings.yml
+share/drupal/core/modules/file/migrations/d6_file.yml
+share/drupal/core/modules/file/migrations/d6_upload.yml
+share/drupal/core/modules/file/migrations/d6_upload_entity_display.yml
+share/drupal/core/modules/file/migrations/d6_upload_entity_form_display.yml
+share/drupal/core/modules/file/migrations/d6_upload_field.yml
+share/drupal/core/modules/file/migrations/d6_upload_field_instance.yml
+share/drupal/core/modules/file/migrations/d7_file.yml
+share/drupal/core/modules/file/migrations/d7_file_private.yml
+share/drupal/core/modules/file/migrations/file_settings.yml
+share/drupal/core/modules/file/src/ComputedFileUrl.php
 share/drupal/core/modules/file/src/Controller/FileWidgetAjaxController.php
 share/drupal/core/modules/file/src/Element/ManagedFile.php
 share/drupal/core/modules/file/src/Entity/File.php
@@ -4388,10 +4501,15 @@ share/drupal/core/modules/file/src/FileV
 share/drupal/core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/BaseFieldFileFormatterBase.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/DefaultFileFormatter.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/DescriptionAwareFileFormatterBase.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileAudioFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileExtensionFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterBase.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileMediaFormatterInterface.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileSize.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileUriFormatter.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FileVideoFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/FilemimeFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php
@@ -4399,6 +4517,7 @@ share/drupal/core/modules/file/src/Plugi
 share/drupal/core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldType/FileItem.php
+share/drupal/core/modules/file/src/Plugin/Field/FieldType/FileUriItem.php
 share/drupal/core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
 share/drupal/core/modules/file/src/Plugin/Validation/Constraint/FileUriUnique.php
 share/drupal/core/modules/file/src/Plugin/Validation/Constraint/FileValidationConstraint.php
@@ -4408,6 +4527,7 @@ share/drupal/core/modules/file/src/Plugi
 share/drupal/core/modules/file/src/Plugin/migrate/cckfield/d7/ImageField.php
 share/drupal/core/modules/file/src/Plugin/migrate/destination/EntityFile.php
 share/drupal/core/modules/file/src/Plugin/migrate/field/d6/FileField.php
+share/drupal/core/modules/file/src/Plugin/migrate/field/d6/ImageField.php
 share/drupal/core/modules/file/src/Plugin/migrate/field/d7/FileField.php
 share/drupal/core/modules/file/src/Plugin/migrate/field/d7/ImageField.php
 share/drupal/core/modules/file/src/Plugin/migrate/process/d6/CckFile.php
@@ -4439,11 +4559,15 @@ share/drupal/core/modules/file/src/Tests
 share/drupal/core/modules/file/src/Tests/FileTokenReplaceTest.php
 share/drupal/core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
 share/drupal/core/modules/file/src/Tests/RemoteFileSaveUploadTest.php
+share/drupal/core/modules/file/src/Tests/SaveUploadFormTest.php
 share/drupal/core/modules/file/src/Tests/SaveUploadTest.php
+share/drupal/core/modules/file/src/Tests/Update/FileUpdateTest.php
 share/drupal/core/modules/file/src/Tests/Views/RelationshipUserFileDataTest.php
+share/drupal/core/modules/file/templates/file-audio.html.twig
 share/drupal/core/modules/file/templates/file-link.html.twig
 share/drupal/core/modules/file/templates/file-managed-file.html.twig
 share/drupal/core/modules/file/templates/file-upload-help.html.twig
+share/drupal/core/modules/file/templates/file-video.html.twig
 share/drupal/core/modules/file/templates/file-widget-multiple.html.twig
 share/drupal/core/modules/file/tests/file_module_test/file_module_test.info.yml
 share/drupal/core/modules/file/tests/file_module_test/file_module_test.routing.yml
@@ -4454,10 +4578,17 @@ share/drupal/core/modules/file/tests/fil
 share/drupal/core/modules/file/tests/file_test/file_test.services.yml
 share/drupal/core/modules/file/tests/file_test/src/FileTestAccessControlHandler.php
 share/drupal/core/modules/file/tests/file_test/src/Form/FileTestForm.php
+share/drupal/core/modules/file/tests/file_test/src/Form/FileTestSaveUploadFromForm.php
 share/drupal/core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php
 share/drupal/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteReadOnlyStreamWrapper.php
 share/drupal/core/modules/file/tests/file_test/src/StreamWrapper/DummyRemoteStreamWrapper.php
 share/drupal/core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php
+share/drupal/core/modules/file/tests/fixtures/update/core.entity_view_display.node.article.default_2677990.yml
+share/drupal/core/modules/file/tests/fixtures/update/drupal-8.file_formatters_update_2677990.php
+share/drupal/core/modules/file/tests/fixtures/update/field.field.node.article.field_file_generic_2677990.yml
+share/drupal/core/modules/file/tests/fixtures/update/field.field.node.article.field_file_table_2677990.yml
+share/drupal/core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml
+share/drupal/core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml
 share/drupal/core/modules/file/tests/modules/file_test_views/file_test_views.info.yml
 share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.file_extension_view.yml
 share/drupal/core/modules/file/tests/modules/file_test_views/test_views/views.view.test_file_user_file_data.yml
@@ -4465,14 +4596,19 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Functional/FileFieldTestBase.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedAccessTest.php
 share/drupal/core/modules/file/tests/src/Functional/FileManagedTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/Formatter/FileAudioFormatterTest.php
+share/drupal/core/modules/file/tests/src/Functional/Formatter/FileMediaFormatterTestBase.php
+share/drupal/core/modules/file/tests/src/Functional/Formatter/FileVideoFormatterTest.php
 share/drupal/core/modules/file/tests/src/Functional/Update/FileUsageTemporaryDeletionConfigurationUpdateTest.php
 share/drupal/core/modules/file/tests/src/FunctionalJavascript/MaximumFileSizeExceededUploadTest.php
 share/drupal/core/modules/file/tests/src/Kernel/AccessTest.php
+share/drupal/core/modules/file/tests/src/Kernel/ComputedFileUrlTest.php
 share/drupal/core/modules/file/tests/src/Kernel/CopyTest.php
 share/drupal/core/modules/file/tests/src/Kernel/DeleteTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileItemTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileItemValidationTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileManagedUnitTestBase.php
+share/drupal/core/modules/file/tests/src/Kernel/FileUriItemTest.php
 share/drupal/core/modules/file/tests/src/Kernel/FileUrlTest.php
 share/drupal/core/modules/file/tests/src/Kernel/Formatter/FileEntityFormatterTest.php
 share/drupal/core/modules/file/tests/src/Kernel/LoadTest.php
@@ -4507,6 +4643,7 @@ share/drupal/core/modules/file/tests/src
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/FileCckTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/cckfield/d7/ImageCckTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/FileFieldTest.php
+share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d6/ImageFieldTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/FileFieldTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
 share/drupal/core/modules/file/tests/src/Unit/Plugin/migrate/process/d6/CckFileTest.php
@@ -4533,9 +4670,9 @@ share/drupal/core/modules/filter/filter.
 share/drupal/core/modules/filter/filter.permissions.yml
 share/drupal/core/modules/filter/filter.routing.yml
 share/drupal/core/modules/filter/filter.services.yml
-share/drupal/core/modules/filter/migration_templates/d6_filter_format.yml
-share/drupal/core/modules/filter/migration_templates/d7_filter_format.yml
-share/drupal/core/modules/filter/migration_templates/d7_filter_settings.yml
+share/drupal/core/modules/filter/migrations/d6_filter_format.yml
+share/drupal/core/modules/filter/migrations/d7_filter_format.yml
+share/drupal/core/modules/filter/migrations/d7_filter_settings.yml
 share/drupal/core/modules/filter/src/Annotation/Filter.php
 share/drupal/core/modules/filter/src/Controller/FilterController.php
 share/drupal/core/modules/filter/src/Element/ProcessedText.php
@@ -4655,8 +4792,8 @@ share/drupal/core/modules/forum/forum.pe
 share/drupal/core/modules/forum/forum.routing.yml
 share/drupal/core/modules/forum/forum.services.yml
 share/drupal/core/modules/forum/forum.views.inc
-share/drupal/core/modules/forum/migration_templates/d6_forum_settings.yml
-share/drupal/core/modules/forum/migration_templates/d7_forum_settings.yml
+share/drupal/core/modules/forum/migrations/d6_forum_settings.yml
+share/drupal/core/modules/forum/migrations/d7_forum_settings.yml
 share/drupal/core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php
 share/drupal/core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php
 share/drupal/core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php
@@ -4735,6 +4872,9 @@ share/drupal/core/modules/hal/tests/src/
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Block/BlockHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonAnonTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonBasicAuthTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContent/BlockContentHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeHalJsonCookieTest.php
@@ -4763,18 +4903,25 @@ share/drupal/core/modules/hal/tests/src/
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Editor/EditorHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonAnonTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonBasicAuthTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTest/EntityTestHalJsonInternalPropertyNormalizerTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonAnonTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonBasicAuthTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeHalJsonCookieTest.php
@@ -4788,6 +4935,9 @@ share/drupal/core/modules/hal/tests/src/
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonAnonTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonBasicAuthTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/File/FileHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/FilterFormat/FilterFormatHalJsonCookieTest.php
@@ -4811,6 +4961,9 @@ share/drupal/core/modules/hal/tests/src/
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentHalJsonCookieTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonAnonTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonBasicAuthTest.php
+share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Message/MessageHalJsonCookieTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonAnonTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonBasicAuthTest.php
 share/drupal/core/modules/hal/tests/src/Functional/EntityResource/Node/NodeHalJsonCookieTest.php
@@ -4940,9 +5093,9 @@ share/drupal/core/modules/image/js/edito
 share/drupal/core/modules/image/js/editors/image.js
 share/drupal/core/modules/image/js/theme.es6.js
 share/drupal/core/modules/image/js/theme.js
-share/drupal/core/modules/image/migration_templates/d6_imagecache_presets.yml
-share/drupal/core/modules/image/migration_templates/d7_image_settings.yml
-share/drupal/core/modules/image/migration_templates/d7_image_styles.yml
+share/drupal/core/modules/image/migrations/d6_imagecache_presets.yml
+share/drupal/core/modules/image/migrations/d7_image_settings.yml
+share/drupal/core/modules/image/migrations/d7_image_styles.yml
 share/drupal/core/modules/image/sample.png
 share/drupal/core/modules/image/src/Annotation/ImageEffect.php
 share/drupal/core/modules/image/src/ConfigurableImageEffectBase.php
@@ -4982,7 +5135,10 @@ share/drupal/core/modules/image/src/Plug
 share/drupal/core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php
 share/drupal/core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php
 share/drupal/core/modules/image/src/Plugin/InPlaceEditor/Image.php
+share/drupal/core/modules/image/src/Plugin/migrate/cckfield/d7/ImageField.php
 share/drupal/core/modules/image/src/Plugin/migrate/destination/EntityImageStyle.php
+share/drupal/core/modules/image/src/Plugin/migrate/field/d6/ImageField.php
+share/drupal/core/modules/image/src/Plugin/migrate/field/d7/ImageField.php
 share/drupal/core/modules/image/src/Plugin/migrate/process/d6/ImageCacheActions.php
 share/drupal/core/modules/image/src/Plugin/migrate/source/d6/ImageCachePreset.php
 share/drupal/core/modules/image/src/Plugin/migrate/source/d7/ImageStyles.php
@@ -5012,6 +5168,9 @@ share/drupal/core/modules/image/template
 share/drupal/core/modules/image/tests/modules/image_module_test/config/schema/image_module_test.schema.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.info.yml
 share/drupal/core/modules/image/tests/modules/image_module_test/image_module_test.module
+share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldFormatter/DummyAjaxFormatter.php
+share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldType/DummyAjaxItem.php
+share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/Field/FieldWidget/DummyAjaxWidget.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/AjaxTestImageEffect.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php
 share/drupal/core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/UriDependentTestImageEffect.php
@@ -5030,6 +5189,7 @@ share/drupal/core/modules/image/tests/sr
 share/drupal/core/modules/image/tests/src/Kernel/ImageStyleCustomStreamWrappersTest.php
 share/drupal/core/modules/image/tests/src/Kernel/ImageStyleIntegrationTest.php
 share/drupal/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php
+share/drupal/core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageTest.php
 share/drupal/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageSettingsTest.php
 share/drupal/core/modules/image/tests/src/Kernel/Migrate/d7/MigrateImageStylesTest.php
 share/drupal/core/modules/image/tests/src/Kernel/Plugin/migrate/source/d6/ImageCachePresetTest.php
@@ -5037,12 +5197,16 @@ share/drupal/core/modules/image/tests/sr
 share/drupal/core/modules/image/tests/src/Kernel/Views/ImageViewsDataTest.php
 share/drupal/core/modules/image/tests/src/Unit/ImageStyleTest.php
 share/drupal/core/modules/image/tests/src/Unit/PageCache/DenyPrivateImageStyleDownloadTest.php
+share/drupal/core/modules/image/tests/src/Unit/Plugin/migrate/field/d7/ImageFieldTest.php
 share/drupal/core/modules/inline_form_errors/inline_form_errors.info.yml
 share/drupal/core/modules/inline_form_errors/inline_form_errors.module
 share/drupal/core/modules/inline_form_errors/src/FormErrorHandler.php
 share/drupal/core/modules/inline_form_errors/src/InlineFormErrorsServiceProvider.php
+share/drupal/core/modules/inline_form_errors/src/RenderElementHelper.php
+share/drupal/core/modules/inline_form_errors/tests/src/Functional/FormErrorHandlerFileUploadTest.php
 share/drupal/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerCKEditorTest.php
 share/drupal/core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php
+share/drupal/core/modules/inline_form_errors/tests/src/Kernel/FormElementInlineErrorTest.php
 share/drupal/core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php
 share/drupal/core/modules/language/config/install/language.entity.en.yml
 share/drupal/core/modules/language/config/install/language.entity.und.yml
@@ -5070,15 +5234,15 @@ share/drupal/core/modules/language/langu
 share/drupal/core/modules/language/language.post_update.php
 share/drupal/core/modules/language/language.routing.yml
 share/drupal/core/modules/language/language.services.yml
-share/drupal/core/modules/language/migration_templates/d6_language_content_settings.yml
-share/drupal/core/modules/language/migration_templates/d6_language_negotiation_settings.yml
-share/drupal/core/modules/language/migration_templates/d6_language_types.yml
-share/drupal/core/modules/language/migration_templates/d7_language_content_settings.yml
-share/drupal/core/modules/language/migration_templates/d7_language_negotiation_settings.yml
-share/drupal/core/modules/language/migration_templates/d7_language_types.yml
-share/drupal/core/modules/language/migration_templates/default_language.yml
-share/drupal/core/modules/language/migration_templates/language.yml
-share/drupal/core/modules/language/migration_templates/language_prefixes_and_domains.yml
+share/drupal/core/modules/language/migrations/d6_language_content_settings.yml
+share/drupal/core/modules/language/migrations/d6_language_negotiation_settings.yml
+share/drupal/core/modules/language/migrations/d6_language_types.yml
+share/drupal/core/modules/language/migrations/d7_language_content_settings.yml
+share/drupal/core/modules/language/migrations/d7_language_negotiation_settings.yml
+share/drupal/core/modules/language/migrations/d7_language_types.yml
+share/drupal/core/modules/language/migrations/default_language.yml
+share/drupal/core/modules/language/migrations/language.yml
+share/drupal/core/modules/language/migrations/language_prefixes_and_domains.yml
 share/drupal/core/modules/language/src/Annotation/LanguageNegotiation.php
 share/drupal/core/modules/language/src/Config/LanguageConfigCollectionNameTrait.php
 share/drupal/core/modules/language/src/Config/LanguageConfigFactoryOverride.php
@@ -5212,6 +5376,96 @@ share/drupal/core/modules/language/tests
 share/drupal/core/modules/language/tests/src/Unit/process/LanguageNegotiationTest.php
 share/drupal/core/modules/language/tests/src/Unit/process/LanguageTypesTest.php
 share/drupal/core/modules/language/tests/test_module/test_module.info.yml
+share/drupal/core/modules/layout_builder/config/schema/layout_builder.schema.yml
+share/drupal/core/modules/layout_builder/css/layout-builder.css
+share/drupal/core/modules/layout_builder/js/layout-builder.es6.js
+share/drupal/core/modules/layout_builder/js/layout-builder.js
+share/drupal/core/modules/layout_builder/layout_builder.info.yml
+share/drupal/core/modules/layout_builder/layout_builder.install
+share/drupal/core/modules/layout_builder/layout_builder.libraries.yml
+share/drupal/core/modules/layout_builder/layout_builder.links.contextual.yml
+share/drupal/core/modules/layout_builder/layout_builder.links.task.yml
+share/drupal/core/modules/layout_builder/layout_builder.module
+share/drupal/core/modules/layout_builder/layout_builder.permissions.yml
+share/drupal/core/modules/layout_builder/layout_builder.post_update.php
+share/drupal/core/modules/layout_builder/layout_builder.routing.yml
+share/drupal/core/modules/layout_builder/layout_builder.services.yml
+share/drupal/core/modules/layout_builder/src/Access/LayoutSectionAccessCheck.php
+share/drupal/core/modules/layout_builder/src/Annotation/SectionStorage.php
+share/drupal/core/modules/layout_builder/src/Cache/LayoutBuilderIsActiveCacheContext.php
+share/drupal/core/modules/layout_builder/src/Context/LayoutBuilderContextTrait.php
+share/drupal/core/modules/layout_builder/src/Controller/AddSectionController.php
+share/drupal/core/modules/layout_builder/src/Controller/AjaxHelperTrait.php
+share/drupal/core/modules/layout_builder/src/Controller/ChooseBlockController.php
+share/drupal/core/modules/layout_builder/src/Controller/ChooseSectionController.php
+share/drupal/core/modules/layout_builder/src/Controller/LayoutBuilderController.php
+share/drupal/core/modules/layout_builder/src/Controller/LayoutRebuildTrait.php
+share/drupal/core/modules/layout_builder/src/Controller/MoveBlockController.php
+share/drupal/core/modules/layout_builder/src/DefaultsSectionStorageInterface.php
+share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php
+share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplayStorage.php
+share/drupal/core/modules/layout_builder/src/Entity/LayoutBuilderSampleEntityGenerator.php
+share/drupal/core/modules/layout_builder/src/Entity/LayoutEntityDisplayInterface.php
+share/drupal/core/modules/layout_builder/src/Event/SectionComponentBuildRenderArrayEvent.php
+share/drupal/core/modules/layout_builder/src/EventSubscriber/BlockComponentRenderArray.php
+share/drupal/core/modules/layout_builder/src/Field/LayoutSectionItemList.php
+share/drupal/core/modules/layout_builder/src/Form/AddBlockForm.php
+share/drupal/core/modules/layout_builder/src/Form/AjaxFormHelperTrait.php
+share/drupal/core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php
+share/drupal/core/modules/layout_builder/src/Form/ConfigureSectionForm.php
+share/drupal/core/modules/layout_builder/src/Form/LayoutBuilderEntityViewDisplayForm.php
+share/drupal/core/modules/layout_builder/src/Form/LayoutRebuildConfirmFormBase.php
+share/drupal/core/modules/layout_builder/src/Form/RemoveBlockForm.php
+share/drupal/core/modules/layout_builder/src/Form/RemoveSectionForm.php
+share/drupal/core/modules/layout_builder/src/Form/RevertOverridesForm.php
+share/drupal/core/modules/layout_builder/src/Form/UpdateBlockForm.php
+share/drupal/core/modules/layout_builder/src/LayoutBuilderEvents.php
+share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepository.php
+share/drupal/core/modules/layout_builder/src/LayoutTempstoreRepositoryInterface.php
+share/drupal/core/modules/layout_builder/src/OverridesSectionStorageInterface.php
+share/drupal/core/modules/layout_builder/src/Plugin/Block/FieldBlock.php
+share/drupal/core/modules/layout_builder/src/Plugin/DataType/SectionData.php
+share/drupal/core/modules/layout_builder/src/Plugin/Derivative/FieldBlockDeriver.php
+share/drupal/core/modules/layout_builder/src/Plugin/Derivative/LayoutBuilderLocalTaskDeriver.php
+share/drupal/core/modules/layout_builder/src/Plugin/Field/FieldType/LayoutSectionItem.php
+share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/DefaultsSectionStorage.php
+share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/OverridesSectionStorage.php
+share/drupal/core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php
+share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRouteEnhancer.php
+share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutes.php
+share/drupal/core/modules/layout_builder/src/Routing/LayoutBuilderRoutesTrait.php
+share/drupal/core/modules/layout_builder/src/Routing/LayoutTempstoreParamConverter.php
+share/drupal/core/modules/layout_builder/src/Section.php
+share/drupal/core/modules/layout_builder/src/SectionComponent.php
+share/drupal/core/modules/layout_builder/src/SectionListInterface.php
+share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageDefinition.php
+share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManager.php
+share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageManagerInterface.php
+share/drupal/core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
+share/drupal/core/modules/layout_builder/src/SectionStorageInterface.php
+share/drupal/core/modules/layout_builder/tests/fixtures/update/section-dependencies.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/LayoutSectionTest.php
+share/drupal/core/modules/layout_builder/tests/src/Functional/Update/SectionDependenciesUpdatePathTest.php
+share/drupal/core/modules/layout_builder/tests/src/FunctionalJavascript/FieldBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php
+share/drupal/core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/BlockComponentRenderArrayTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/DefaultsSectionStorageTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRouteEnhancerTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutBuilderRoutesTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreParamConverterTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/LayoutTempstoreRepositoryTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/OverridesSectionStorageTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/SectionComponentTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/SectionRenderTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/SectionStorageManagerTest.php
+share/drupal/core/modules/layout_builder/tests/src/Unit/SectionTest.php
 share/drupal/core/modules/layout_discovery/layout_discovery.info.yml
 share/drupal/core/modules/layout_discovery/layout_discovery.install
 share/drupal/core/modules/layout_discovery/layout_discovery.layouts.yml
@@ -5230,6 +5484,9 @@ share/drupal/core/modules/layout_discove
 share/drupal/core/modules/layout_discovery/layouts/twocol_bricks/twocol_bricks.css
 share/drupal/core/modules/layout_discovery/templates/layout.html.twig
 share/drupal/core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php
+share/drupal/core/modules/layout_discovery/tests/themes/test_layout_theme/templates/test-layout-theme.html.twig
+share/drupal/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.info.yml
+share/drupal/core/modules/layout_discovery/tests/themes/test_layout_theme/test_layout_theme.layouts.yml
 share/drupal/core/modules/link/config/schema/link.schema.yml
 share/drupal/core/modules/link/link.info.yml
 share/drupal/core/modules/link/link.module
@@ -5255,6 +5512,8 @@ share/drupal/core/modules/link/src/Plugi
 share/drupal/core/modules/link/src/Plugin/migrate/process/d6/FieldLink.php
 share/drupal/core/modules/link/src/Tests/Views/LinkViewsTokensTest.php
 share/drupal/core/modules/link/templates/link-formatter-link-separate.html.twig
+share/drupal/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.info.yml
+share/drupal/core/modules/link/tests/modules/link_test_base_field/link_test_base_field.module
 share/drupal/core/modules/link/tests/modules/link_test_views/link_test_views.info.yml
 share/drupal/core/modules/link/tests/modules/link_test_views/test_views/views.view.test_link_tokens.yml
 share/drupal/core/modules/link/tests/src/Functional/LinkFieldTest.php
@@ -5296,7 +5555,7 @@ share/drupal/core/modules/locale/locale.
 share/drupal/core/modules/locale/locale.routing.yml
 share/drupal/core/modules/locale/locale.services.yml
 share/drupal/core/modules/locale/locale.translation.inc
-share/drupal/core/modules/locale/migration_templates/locale_settings.yml
+share/drupal/core/modules/locale/migrations/locale_settings.yml
 share/drupal/core/modules/locale/src/Controller/LocaleController.php
 share/drupal/core/modules/locale/src/EventSubscriber/LocaleTranslationCacheTag.php
 share/drupal/core/modules/locale/src/Form/ExportForm.php
@@ -5376,6 +5635,7 @@ share/drupal/core/modules/locale/tests/s
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberForeignTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleConfigurableLanguageManagerTest.php
+share/drupal/core/modules/locale/tests/src/Kernel/LocaleDeprecationsTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php
 share/drupal/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php
@@ -5387,22 +5647,14 @@ share/drupal/core/modules/locale/tests/t
 share/drupal/core/modules/locale/tests/test.de.po
 share/drupal/core/modules/locale/tests/test.nl.po
 share/drupal/core/modules/locale/tests/test.xx.po
-share/drupal/core/modules/media/config/install/core.entity_form_display.media.file.default.yml
-share/drupal/core/modules/media/config/install/core.entity_form_display.media.image.default.yml
-share/drupal/core/modules/media/config/install/core.entity_view_display.media.file.default.yml
-share/drupal/core/modules/media/config/install/core.entity_view_display.media.image.default.yml
 share/drupal/core/modules/media/config/install/core.entity_view_mode.media.full.yml
-share/drupal/core/modules/media/config/install/field.field.media.file.field_media_file.yml
-share/drupal/core/modules/media/config/install/field.field.media.image.field_media_image.yml
-share/drupal/core/modules/media/config/install/field.storage.media.field_media_file.yml
-share/drupal/core/modules/media/config/install/field.storage.media.field_media_image.yml
 share/drupal/core/modules/media/config/install/media.settings.yml
-share/drupal/core/modules/media/config/install/media.type.file.yml
-share/drupal/core/modules/media/config/install/media.type.image.yml
 share/drupal/core/modules/media/config/optional/views.view.media.yml
 share/drupal/core/modules/media/config/schema/media.schema.yml
+share/drupal/core/modules/media/images/icons/audio.png
 share/drupal/core/modules/media/images/icons/generic.png
 share/drupal/core/modules/media/images/icons/no-thumbnail.png
+share/drupal/core/modules/media/images/icons/video.png
 share/drupal/core/modules/media/js/form.es6.js
 share/drupal/core/modules/media/js/form.js
 share/drupal/core/modules/media/js/type_form.es6.js
@@ -5417,6 +5669,7 @@ share/drupal/core/modules/media/media.li
 share/drupal/core/modules/media/media.links.task.yml
 share/drupal/core/modules/media/media.module
 share/drupal/core/modules/media/media.permissions.yml
+share/drupal/core/modules/media/media.post_update.php
 share/drupal/core/modules/media/media.routing.yml
 share/drupal/core/modules/media/media.services.yml
 share/drupal/core/modules/media/src/Access/MediaRevisionAccessCheck.php
@@ -5428,45 +5681,60 @@ share/drupal/core/modules/media/src/Form
 share/drupal/core/modules/media/src/MediaAccessControlHandler.php
 share/drupal/core/modules/media/src/MediaForm.php
 share/drupal/core/modules/media/src/MediaInterface.php
+share/drupal/core/modules/media/src/MediaListBuilder.php
+share/drupal/core/modules/media/src/MediaPermissions.php
 share/drupal/core/modules/media/src/MediaSourceBase.php
 share/drupal/core/modules/media/src/MediaSourceEntityConstraintsInterface.php
 share/drupal/core/modules/media/src/MediaSourceFieldConstraintsInterface.php
 share/drupal/core/modules/media/src/MediaSourceInterface.php
 share/drupal/core/modules/media/src/MediaSourceManager.php
+share/drupal/core/modules/media/src/MediaTypeAccessControlHandler.php
 share/drupal/core/modules/media/src/MediaTypeForm.php
 share/drupal/core/modules/media/src/MediaTypeInterface.php
 share/drupal/core/modules/media/src/MediaTypeListBuilder.php
 share/drupal/core/modules/media/src/MediaViewsData.php
 share/drupal/core/modules/media/src/Plugin/Field/FieldFormatter/MediaThumbnailFormatter.php
 share/drupal/core/modules/media/src/Plugin/QueueWorker/ThumbnailDownloader.php
+share/drupal/core/modules/media/src/Plugin/media/Source/AudioFile.php
 share/drupal/core/modules/media/src/Plugin/media/Source/File.php
 share/drupal/core/modules/media/src/Plugin/media/Source/Image.php
+share/drupal/core/modules/media/src/Plugin/media/Source/VideoFile.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/Media.php
 share/drupal/core/modules/media/src/Plugin/views/wizard/MediaRevision.php
+share/drupal/core/modules/media/templates/media-reference-help.html.twig
 share/drupal/core/modules/media/templates/media.html.twig
 share/drupal/core/modules/media/tests/fixtures/example_1.jpeg
 share/drupal/core/modules/media/tests/fixtures/example_2.jpeg
+share/drupal/core/modules/media/tests/fixtures/update/drupal-8.media-enabled.php
 share/drupal/core/modules/media/tests/modules/media_test_source/config/schema/media_test_source.schema.yml
 share/drupal/core/modules/media/tests/modules/media_test_source/media_test_source.info.yml
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraint.php
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/Validation/Constraint/MediaTestConstraintValidator.php
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php
+share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestDifferentDisplays.php
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestTranslation.php
 share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithConstraints.php
+share/drupal/core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/TestWithHiddenSourceField.php
 share/drupal/core/modules/media/tests/modules/media_test_type/config/install/media.type.test.yml
 share/drupal/core/modules/media/tests/modules/media_test_type/media_test_type.info.yml
 share/drupal/core/modules/media/tests/modules/media_test_views/media_test_views.info.yml
 share/drupal/core/modules/media/tests/src/Functional/MediaAccessTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaCacheTagsTest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaContextualLinksTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestBase.php
 share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestCreateMediaTypeTrait.php
 share/drupal/core/modules/media/tests/src/Functional/MediaFunctionalTestTrait.php
 share/drupal/core/modules/media/tests/src/Functional/MediaInstallTest.php
+share/drupal/core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaRevisionTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaTemplateSuggestionsTest.php
 share/drupal/core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
+share/drupal/core/modules/media/tests/src/Functional/Update/MediaUpdateTest.php
+share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaDisplayTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaJavascriptTestBase.php
+share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaReferenceFieldHelpTest.php
+share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceAudioVideoTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceFileTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceImageTest.php
 share/drupal/core/modules/media/tests/src/FunctionalJavascript/MediaSourceTestBase.php
@@ -5486,8 +5754,8 @@ share/drupal/core/modules/menu_link_cont
 share/drupal/core/modules/menu_link_content/menu_link_content.links.task.yml
 share/drupal/core/modules/menu_link_content/menu_link_content.module
 share/drupal/core/modules/menu_link_content/menu_link_content.routing.yml
-share/drupal/core/modules/menu_link_content/migration_templates/d6_menu_links.yml
-share/drupal/core/modules/menu_link_content/migration_templates/d7_menu_links.yml
+share/drupal/core/modules/menu_link_content/migrations/d6_menu_links.yml
+share/drupal/core/modules/menu_link_content/migrations/d7_menu_links.yml
 share/drupal/core/modules/menu_link_content/src/Controller/MenuController.php
 share/drupal/core/modules/menu_link_content/src/Entity/MenuLinkContent.php
 share/drupal/core/modules/menu_link_content/src/Form/MenuLinkContentDeleteForm.php
@@ -5533,7 +5801,7 @@ share/drupal/core/modules/menu_ui/menu_u
 share/drupal/core/modules/menu_ui/menu_ui.links.task.yml
 share/drupal/core/modules/menu_ui/menu_ui.module
 share/drupal/core/modules/menu_ui/menu_ui.routing.yml
-share/drupal/core/modules/menu_ui/migration_templates/menu_settings.yml
+share/drupal/core/modules/menu_ui/migrations/menu_settings.yml
 share/drupal/core/modules/menu_ui/src/Controller/MenuController.php
 share/drupal/core/modules/menu_ui/src/Form/MenuDeleteForm.php
 share/drupal/core/modules/menu_ui/src/Form/MenuLinkEditForm.php
@@ -5561,6 +5829,11 @@ share/drupal/core/modules/migrate/src/An
 share/drupal/core/modules/migrate/src/Annotation/MigrateProcessPlugin.php
 share/drupal/core/modules/migrate/src/Annotation/MigrateSource.php
 share/drupal/core/modules/migrate/src/Annotation/MultipleProviderAnnotationInterface.php
+share/drupal/core/modules/migrate/src/Audit/AuditException.php
+share/drupal/core/modules/migrate/src/Audit/AuditResult.php
+share/drupal/core/modules/migrate/src/Audit/AuditorInterface.php
+share/drupal/core/modules/migrate/src/Audit/HighestIdInterface.php
+share/drupal/core/modules/migrate/src/Audit/IdAuditor.php
 share/drupal/core/modules/migrate/src/Event/EventBase.php
 share/drupal/core/modules/migrate/src/Event/ImportAwareInterface.php
 share/drupal/core/modules/migrate/src/Event/MigrateEvents.php
@@ -5587,6 +5860,7 @@ share/drupal/core/modules/migrate/src/Pl
 share/drupal/core/modules/migrate/src/Plugin/Discovery/AnnotatedClassDiscoveryAutomatedProviders.php
 share/drupal/core/modules/migrate/src/Plugin/Discovery/ProviderFilterDecorator.php
 share/drupal/core/modules/migrate/src/Plugin/Discovery/StaticReflectionParser.php
+share/drupal/core/modules/migrate/src/Plugin/Exception/BadPluginDefinitionException.php
 share/drupal/core/modules/migrate/src/Plugin/MigrateDestinationInterface.php
 share/drupal/core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php
 share/drupal/core/modules/migrate/src/Plugin/MigrateIdMapInterface.php
@@ -5617,6 +5891,7 @@ share/drupal/core/modules/migrate/src/Pl
 share/drupal/core/modules/migrate/src/Plugin/migrate/destination/NullDestination.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityDisplay.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/destination/PerComponentEntityFormDisplay.php
+share/drupal/core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/ArrayBuild.php
 share/drupal/core/modules/migrate/src/Plugin/migrate/process/Callback.php
@@ -5659,18 +5934,20 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/modules/migrate_events_test/migrate_events_test.info.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_events_test/src/Plugin/migrate/destination/DummyDestination.php
 share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/migrate_external_translated_test.info.yml
-share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node.yml
-share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/migrate.migration.external_translated_test_node_translation.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
 share/drupal/core/modules/migrate/tests/modules/migrate_high_water_test/config/install/node.type.sql_import_node.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_high_water_test/migrate_high_water_test.info.yml
-share/drupal/core/modules/migrate/tests/modules/migrate_high_water_test/migration_templates/migrate.migration.high_water_test.yml
+share/drupal/core/modules/migrate/tests/modules/migrate_high_water_test/migrations/high_water_test.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_high_water_test/src/Plugin/migrate/source/HighWaterTest.php
 share/drupal/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.module
 share/drupal/core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Plugin/migrate/process/TestSkipRowProcess.php
 share/drupal/core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml
 share/drupal/core/modules/migrate/tests/modules/migrate_query_batch_test/src/Plugin/migrate/source/QueryBatchTest.php
+share/drupal/core/modules/migrate/tests/modules/migration_directory_test/migration_directory_test.info.yml
+share/drupal/core/modules/migrate/tests/modules/migration_directory_test/migration_templates/migration_templates_test.yml
 share/drupal/core/modules/migrate/tests/src/Functional/process/DownloadFunctionalTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/HighWaterNotJoinableTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/HighWaterTest.php
@@ -5694,6 +5971,7 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Kernel/NodeCommentCombinationTrait.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/EntityExistsTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
+share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationDirectoryTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginConfigurationTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationPluginListTest.php
 share/drupal/core/modules/migrate/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
@@ -5749,13 +6027,18 @@ share/drupal/core/modules/migrate/tests/
 share/drupal/core/modules/migrate/tests/src/Unit/process/SubProcessTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/SubstrTest.php
 share/drupal/core/modules/migrate/tests/src/Unit/process/UrlEncodeTest.php
+share/drupal/core/modules/migrate_drupal/config/install/migrate_drupal.settings.yml
+share/drupal/core/modules/migrate_drupal/config/schema/migrate_drupal.schema.yml
 share/drupal/core/modules/migrate_drupal/migrate_drupal.info.yml
+share/drupal/core/modules/migrate_drupal/migrate_drupal.install
 share/drupal/core/modules/migrate_drupal/migrate_drupal.module
 share/drupal/core/modules/migrate_drupal/migrate_drupal.services.yml
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateCckField.php
 share/drupal/core/modules/migrate_drupal/src/Annotation/MigrateField.php
+share/drupal/core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php
 share/drupal/core/modules/migrate_drupal/src/MigrationConfigurationTrait.php
 share/drupal/core/modules/migrate_drupal/src/MigrationCreationTrait.php
+share/drupal/core/modules/migrate_drupal/src/MigrationPluginManager.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldInterface.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManager.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/MigrateCckFieldPluginManagerInterface.php
@@ -5769,6 +6052,8 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/field/FieldPluginBase.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/field/NodeReference.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/field/UserReference.php
+share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntity.php
+share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/ContentEntityDeriver.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/DrupalSqlBase.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/EmptySource.php
 share/drupal/core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php
@@ -5788,19 +6073,26 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6FileField.php
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_field_plugin_manager_test/src/Plugin/migrate/field/D6NoCoreVersionSpecified.php
 share/drupal/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml
-share/drupal/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migration_templates/users.yml
+share/drupal/core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrations/users.yml
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/CckFieldBackwardsCompatibilityTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/IdMapTableNoDummyTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/MigrateCckFieldPluginManagerTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/MigrateFieldPluginManagerTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/ContentEntityTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableMultiRowTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/VariableTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d6/i18nVariableTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/source/d8/ConfigTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/EntityContentBaseTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6AuditIdsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d6/MigrateDrupal6TestBase.php
+share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7AuditIdsTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/d7/MigrateDrupal7TestBase.php
 share/drupal/core/modules/migrate_drupal/tests/src/Kernel/dependencies/MigrateDependenciesTest.php
+share/drupal/core/modules/migrate_drupal/tests/src/Traits/CreateMigrationsTrait.php
+share/drupal/core/modules/migrate_drupal/tests/src/Traits/CreateTestContentEntitiesTrait.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/VariableMultiRowTestBase.php
 share/drupal/core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php
@@ -5817,15 +6109,23 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal_ui/src/Batch/MigrateMessageCapture.php
 share/drupal/core/modules/migrate_drupal_ui/src/Batch/MigrateUpgradeImportBatch.php
 share/drupal/core/modules/migrate_drupal_ui/src/Controller/MigrateController.php
-share/drupal/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeForm.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/CredentialForm.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/IdConflictForm.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/IncrementalForm.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/MigrateUpgradeFormBase.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/OverviewForm.php
+share/drupal/core/modules/migrate_drupal_ui/src/Form/ReviewForm.php
 share/drupal/core/modules/migrate_drupal_ui/src/MigrateAccessCheck.php
 share/drupal/core/modules/migrate_drupal_ui/src/Tests/MigrateUpgradeTestBase.php
 share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml
-share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_templates/migration_provider_no_annotation.yml
-share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_templates/migration_provider_test.yml
+share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migrations/migration_provider_no_annotation.yml
 share/drupal/core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/src/Plugin/migrate/source/NoSourceModule.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateAccessTest.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeExecuteTestBase.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeFormStepsTest.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeReviewPageTestBase.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/MigrateUpgradeTestBase.php
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6ReviewPageTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/MigrateUpgrade6Test.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/html-1.txt
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-1.png
@@ -5834,6 +6134,7 @@ share/drupal/core/modules/migrate_drupal
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.jpg
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/core/modules/simpletest/files/image-test.png
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d6/files/tmp/some-temp-file.jpg
+share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7ReviewPageTest.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/MigrateUpgrade7Test.php
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/cube.jpeg
 share/drupal/core/modules/migrate_drupal_ui/tests/src/Functional/d7/files/sites/default/files/ds9.txt
@@ -5867,21 +6168,21 @@ share/drupal/core/modules/node/content_t
 share/drupal/core/modules/node/css/node.admin.css
 share/drupal/core/modules/node/css/node.module.css
 share/drupal/core/modules/node/css/node.preview.css
-share/drupal/core/modules/node/migration_templates/d6_node.yml
-share/drupal/core/modules/node/migration_templates/d6_node_revision.yml
-share/drupal/core/modules/node/migration_templates/d6_node_setting_promote.yml
-share/drupal/core/modules/node/migration_templates/d6_node_setting_status.yml
-share/drupal/core/modules/node/migration_templates/d6_node_setting_sticky.yml
-share/drupal/core/modules/node/migration_templates/d6_node_settings.yml
-share/drupal/core/modules/node/migration_templates/d6_node_translation.yml
-share/drupal/core/modules/node/migration_templates/d6_node_type.yml
-share/drupal/core/modules/node/migration_templates/d6_view_modes.yml
-share/drupal/core/modules/node/migration_templates/d7_node.yml
-share/drupal/core/modules/node/migration_templates/d7_node_revision.yml
-share/drupal/core/modules/node/migration_templates/d7_node_settings.yml
-share/drupal/core/modules/node/migration_templates/d7_node_title_label.yml
-share/drupal/core/modules/node/migration_templates/d7_node_translation.yml
-share/drupal/core/modules/node/migration_templates/d7_node_type.yml
+share/drupal/core/modules/node/migrations/d6_node.yml
+share/drupal/core/modules/node/migrations/d6_node_revision.yml
+share/drupal/core/modules/node/migrations/d6_node_setting_promote.yml
+share/drupal/core/modules/node/migrations/d6_node_setting_status.yml
+share/drupal/core/modules/node/migrations/d6_node_setting_sticky.yml
+share/drupal/core/modules/node/migrations/d6_node_settings.yml
+share/drupal/core/modules/node/migrations/d6_node_translation.yml
+share/drupal/core/modules/node/migrations/d6_node_type.yml
+share/drupal/core/modules/node/migrations/d6_view_modes.yml
+share/drupal/core/modules/node/migrations/d7_node.yml
+share/drupal/core/modules/node/migrations/d7_node_revision.yml
+share/drupal/core/modules/node/migrations/d7_node_settings.yml
+share/drupal/core/modules/node/migrations/d7_node_title_label.yml
+share/drupal/core/modules/node/migrations/d7_node_translation.yml
+share/drupal/core/modules/node/migrations/d7_node_type.yml
 share/drupal/core/modules/node/node.admin.inc
 share/drupal/core/modules/node/node.api.php
 share/drupal/core/modules/node/node.es6.js
@@ -6062,6 +6363,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Functional/NodeAdminTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeCacheTagsTest.php
+share/drupal/core/modules/node/tests/src/Functional/NodeContextualLinksTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeCreationTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeEditFormTest.php
 share/drupal/core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php
@@ -6136,6 +6438,7 @@ share/drupal/core/modules/node/tests/src
 share/drupal/core/modules/node/tests/src/Kernel/NodeOwnerTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeTokenReplaceTest.php
 share/drupal/core/modules/node/tests/src/Kernel/NodeValidationTest.php
+share/drupal/core/modules/node/tests/src/Kernel/NodeViewBuilderTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeByNodeTypeTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionByNodeTypeTest.php
 share/drupal/core/modules/node/tests/src/Kernel/Plugin/migrate/source/d6/NodeRevisionTest.php
@@ -6167,7 +6470,9 @@ share/drupal/core/modules/options/src/Pl
 share/drupal/core/modules/options/src/Plugin/Field/FieldType/ListIntegerItem.php
 share/drupal/core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php
 share/drupal/core/modules/options/src/Plugin/Field/FieldType/ListStringItem.php
+share/drupal/core/modules/options/src/Plugin/migrate/field/d6/OptionWidgetsField.php
 share/drupal/core/modules/options/src/Plugin/migrate/field/d7/ListField.php
+share/drupal/core/modules/options/src/Plugin/migrate/field/d7/OptionsField.php
 share/drupal/core/modules/options/src/Plugin/views/argument/NumberListField.php
 share/drupal/core/modules/options/src/Plugin/views/argument/StringListField.php
 share/drupal/core/modules/options/src/Plugin/views/filter/ListField.php
@@ -6212,8 +6517,8 @@ share/drupal/core/modules/page_cache/tes
 share/drupal/core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
 share/drupal/core/modules/page_cache/tests/src/Functional/PageCacheTest.php
 share/drupal/core/modules/path/config/schema/path.schema.yml
-share/drupal/core/modules/path/migration_templates/d6_url_alias.yml
-share/drupal/core/modules/path/migration_templates/d7_url_alias.yml
+share/drupal/core/modules/path/migrations/d6_url_alias.yml
+share/drupal/core/modules/path/migrations/d7_url_alias.yml
 share/drupal/core/modules/path/path.api.php
 share/drupal/core/modules/path/path.es6.js
 share/drupal/core/modules/path/path.info.yml
@@ -6450,6 +6755,7 @@ share/drupal/core/modules/rest/src/Resou
 share/drupal/core/modules/rest/src/RestPermissions.php
 share/drupal/core/modules/rest/src/RestResourceConfigInterface.php
 share/drupal/core/modules/rest/src/RestServiceProvider.php
+share/drupal/core/modules/rest/src/RouteProcessor/RestResourceGetRouteProcessorBC.php
 share/drupal/core/modules/rest/src/Routing/ResourceRoutes.php
 share/drupal/core/modules/rest/src/Tests/RESTTestBase.php
 share/drupal/core/modules/rest/src/Tests/Update/RestExportAuthCorrectionUpdateTest.php
@@ -6469,6 +6775,7 @@ share/drupal/core/modules/rest/tests/mod
 share/drupal/core/modules/rest/tests/modules/rest_test/rest_test.services.yml
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuth.php
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Authentication/Provider/TestAuthGlobal.php
+share/drupal/core/modules/rest/tests/modules/rest_test/src/PageCache/RequestPolicy/DenyTestAuthRequests.php
 share/drupal/core/modules/rest/tests/modules/rest_test/src/Plugin/rest/resource/NoSerializationClassTestResource.php
 share/drupal/core/modules/rest/tests/modules/rest_test_views/rest_test_views.info.yml
 share/drupal/core/modules/rest/tests/modules/rest_test_views/rest_test_views.module
@@ -6478,175 +6785,340 @@ share/drupal/core/modules/rest/tests/mod
 share/drupal/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_display_field.yml
 share/drupal/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_display_field.yml
 share/drupal/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
+share/drupal/core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_shared_path.yml
 share/drupal/core/modules/rest/tests/src/Functional/AnonResourceTestTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/BasicAuthResourceTestTrait.php
+share/drupal/core/modules/rest/tests/src/Functional/BasicAuthResourceWithInterfaceTranslationTestTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/BcTimestampNormalizerUnixTestTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/CookieResourceTestTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Action/ActionXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BaseFieldOverride/BaseFieldOverrideXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Block/BlockXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContent/BlockContentXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/BlockContentType/BlockContentTypeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/CommentType/CommentTypeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigTest/ConfigTestXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ConfigurableLanguage/ConfigurableLanguageXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContactForm/ContactFormXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ContentLanguageSettings/ContentLanguageSettingsXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/DateFormat/DateFormatXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Editor/EditorXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormDisplay/EntityFormDisplayXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityFormMode/EntityFormModeXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceRestTestCoverageTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestJsonInternalPropertyNormalizerTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestTextItemNormalizerTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTest/EntityTestXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestBundle/EntityTestBundleXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityTestLabel/EntityTestLabelXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewDisplay/EntityViewDisplayXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/EntityViewMode/EntityViewModeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Feed/FeedXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldConfig/FieldConfigXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FieldStorageConfig/FieldStorageConfigXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/File/FileXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FilterFormat/FilterFormatXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/FormatSpecificGetBcRouteTestTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ImageStyle/ImageStyleXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Item/ItemXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Media/MediaXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MediaType/MediaTypeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Menu/MenuXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/MenuLinkContent/MenuLinkContentXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageJsonCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Message/MessageXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Node/NodeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/NodeType/NodeTypeXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RdfMapping/RdfMappingXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ResponsiveImageStyle/ResponsiveImageStyleXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/RestResourceConfig/RestResourceConfigXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Role/RoleXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/SearchPage/SearchPageXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Shortcut/ShortcutXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/ShortcutSet/ShortcutSetXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Term/TermXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Tour/TourXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/User/UserXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/View/ViewXmlCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonAnonTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonBasicAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyJsonCookieTest.php
 share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyResourceTestBase.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlAnonTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlBasicAuthTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/Vocabulary/VocabularyXmlCookieTest.php
+share/drupal/core/modules/rest/tests/src/Functional/EntityResource/XmlEntityNormalizationQuirksTrait.php
 share/drupal/core/modules/rest/tests/src/Functional/ResourceTest.php
 share/drupal/core/modules/rest/tests/src/Functional/ResourceTestBase.php
 share/drupal/core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php
@@ -6656,6 +7128,7 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Views/RestExportAuthTest.php
 share/drupal/core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
+share/drupal/core/modules/rest/tests/src/Functional/XmlNormalizationQuirksTrait.php
 share/drupal/core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php
 share/drupal/core/modules/rest/tests/src/Kernel/Entity/RestResourceConfigTest.php
 share/drupal/core/modules/rest/tests/src/Kernel/RequestHandlerTest.php
@@ -6670,9 +7143,9 @@ share/drupal/core/modules/rest/tests/src
 share/drupal/core/modules/search/config/install/search.settings.yml
 share/drupal/core/modules/search/config/schema/search.schema.yml
 share/drupal/core/modules/search/config/schema/search.views.schema.yml
-share/drupal/core/modules/search/migration_templates/d6_search_settings.yml
-share/drupal/core/modules/search/migration_templates/d7_search_settings.yml
-share/drupal/core/modules/search/migration_templates/search_page.yml
+share/drupal/core/modules/search/migrations/d6_search_settings.yml
+share/drupal/core/modules/search/migrations/d7_search_settings.yml
+share/drupal/core/modules/search/migrations/search_page.yml
 share/drupal/core/modules/search/search.api.php
 share/drupal/core/modules/search/search.info.yml
 share/drupal/core/modules/search/search.install
@@ -6785,6 +7258,7 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/src/EventSubscriber/BcConfigSubscriber.php
 share/drupal/core/modules/serialization/src/EventSubscriber/DefaultExceptionSubscriber.php
 share/drupal/core/modules/serialization/src/EventSubscriber/UserRouteAlterSubscriber.php
+share/drupal/core/modules/serialization/src/Normalizer/CacheableNormalizerInterface.php
 share/drupal/core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php
 share/drupal/core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php
@@ -6830,29 +7304,17 @@ share/drupal/core/modules/serialization/
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/ContentEntityNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/EntityNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/EntityReferenceFieldItemNormalizerTest.php
+share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/ListNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/NormalizerBaseTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/NullNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/PrimitiveDataNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
 share/drupal/core/modules/serialization/tests/src/Unit/Normalizer/TypedDataNormalizerTest.php
-share/drupal/core/modules/settings_tray/css/off-canvas.base.css
-share/drupal/core/modules/settings_tray/css/off-canvas.button.css
-share/drupal/core/modules/settings_tray/css/off-canvas.css
-share/drupal/core/modules/settings_tray/css/off-canvas.details.css
-share/drupal/core/modules/settings_tray/css/off-canvas.dropbutton.css
-share/drupal/core/modules/settings_tray/css/off-canvas.form.css
-share/drupal/core/modules/settings_tray/css/off-canvas.motion.css
-share/drupal/core/modules/settings_tray/css/off-canvas.reset.css
-share/drupal/core/modules/settings_tray/css/off-canvas.table.css
-share/drupal/core/modules/settings_tray/css/off-canvas.tabledrag.css
-share/drupal/core/modules/settings_tray/css/off-canvas.theme.css
 share/drupal/core/modules/settings_tray/css/settings_tray.module.css
 share/drupal/core/modules/settings_tray/css/settings_tray.motion.css
 share/drupal/core/modules/settings_tray/css/settings_tray.theme.css
 share/drupal/core/modules/settings_tray/css/settings_tray.toolbar.css
-share/drupal/core/modules/settings_tray/js/off-canvas.es6.js
-share/drupal/core/modules/settings_tray/js/off-canvas.js
 share/drupal/core/modules/settings_tray/js/settings_tray.es6.js
 share/drupal/core/modules/settings_tray/js/settings_tray.js
 share/drupal/core/modules/settings_tray/settings_tray.api.php
@@ -6863,16 +7325,13 @@ share/drupal/core/modules/settings_tray/
 share/drupal/core/modules/settings_tray/settings_tray.module
 share/drupal/core/modules/settings_tray/settings_tray.routing.yml
 share/drupal/core/modules/settings_tray/settings_tray.services.yml
+share/drupal/core/modules/settings_tray/src/Access/BlockHasOverridesAccessCheck.php
 share/drupal/core/modules/settings_tray/src/Access/BlockPluginHasSettingsTrayFormAccessCheck.php
-share/drupal/core/modules/settings_tray/src/Ajax/OpenOffCanvasDialogCommand.php
-share/drupal/core/modules/settings_tray/src/Block/BlockEntityOffCanvasForm.php
-share/drupal/core/modules/settings_tray/src/Form/SystemBrandingOffCanvasForm.php
-share/drupal/core/modules/settings_tray/src/Form/SystemMenuOffCanvasForm.php
-share/drupal/core/modules/settings_tray/src/Render/MainContent/OffCanvasRenderer.php
-share/drupal/core/modules/settings_tray/templates/settings-tray-page-wrapper.html.twig
-share/drupal/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.info.yml
-share/drupal/core/modules/settings_tray/tests/modules/off_canvas_test/off_canvas_test.routing.yml
-share/drupal/core/modules/settings_tray/tests/modules/off_canvas_test/src/Controller/TestController.php
+share/drupal/core/modules/settings_tray/src/Block/BlockEntitySettingTrayForm.php
+share/drupal/core/modules/settings_tray/src/RouteProcessor/BlockEntityOffCanvasFormRouteProcessorBC.php
+share/drupal/core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.info.yml
+share/drupal/core/modules/settings_tray/tests/modules/settings_tray_override_test/settings_tray_override_test.services.yml
+share/drupal/core/modules/settings_tray/tests/modules/settings_tray_override_test/src/ConfigOverrider.php
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test/settings_tray_test.info.yml
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php
@@ -6883,22 +7342,19 @@ share/drupal/core/modules/settings_tray/
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.info.yml
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.libraries.yml
 share/drupal/core/modules/settings_tray/tests/modules/settings_tray_test_css/settings_tray_test_css.module
-share/drupal/core/modules/settings_tray/tests/src/Functional/OffCanvasDialogTest.php
+share/drupal/core/modules/settings_tray/tests/src/Functional/BcRoutesTest.php
 share/drupal/core/modules/settings_tray/tests/src/Functional/SettingsTrayTest.php
-share/drupal/core/modules/settings_tray/tests/src/FunctionalJavascript/OffCanvasTest.php
 share/drupal/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayBlockFormTest.php
-share/drupal/core/modules/settings_tray/tests/src/FunctionalJavascript/SettingsTrayJavascriptTestBase.php
 share/drupal/core/modules/settings_tray/tests/src/Unit/Access/BlockPluginHasSettingsTrayFormAccessCheckTest.php
-share/drupal/core/modules/settings_tray/tests/src/Unit/Ajax/OpenOffCanvasDialogCommandTest.php
 share/drupal/core/modules/shortcut/config/install/shortcut.set.default.yml
 share/drupal/core/modules/shortcut/config/schema/shortcut.schema.yml
 share/drupal/core/modules/shortcut/css/shortcut.icons.theme.css
 share/drupal/core/modules/shortcut/css/shortcut.theme.css
 share/drupal/core/modules/shortcut/images/favstar-rtl.svg
 share/drupal/core/modules/shortcut/images/favstar.svg
-share/drupal/core/modules/shortcut/migration_templates/d7_shortcut.yml
-share/drupal/core/modules/shortcut/migration_templates/d7_shortcut_set.yml
-share/drupal/core/modules/shortcut/migration_templates/d7_shortcut_set_users.yml
+share/drupal/core/modules/shortcut/migrations/d7_shortcut.yml
+share/drupal/core/modules/shortcut/migrations/d7_shortcut_set.yml
+share/drupal/core/modules/shortcut/migrations/d7_shortcut_set_users.yml
 share/drupal/core/modules/shortcut/shortcut.api.php
 share/drupal/core/modules/shortcut/shortcut.info.yml
 share/drupal/core/modules/shortcut/shortcut.install
@@ -6961,6 +7417,8 @@ share/drupal/core/modules/simpletest/fil
 share/drupal/core/modules/simpletest/files/image-test.gif
 share/drupal/core/modules/simpletest/files/image-test.jpg
 share/drupal/core/modules/simpletest/files/image-test.png
+share/drupal/core/modules/simpletest/files/invalid-img-test.png
+share/drupal/core/modules/simpletest/files/invalid-img-zero-size.png
 share/drupal/core/modules/simpletest/files/javascript-1.txt
 share/drupal/core/modules/simpletest/files/javascript-2.script
 share/drupal/core/modules/simpletest/files/php-1.txt
@@ -6969,8 +7427,8 @@ share/drupal/core/modules/simpletest/fil
 share/drupal/core/modules/simpletest/files/sql-2.sql
 share/drupal/core/modules/simpletest/files/translations/drupal-8.0.0-beta2.hu.po
 share/drupal/core/modules/simpletest/files/translations/drupal-8.0.0.de.po
-share/drupal/core/modules/simpletest/migration_templates/d6_simpletest_settings.yml
-share/drupal/core/modules/simpletest/migration_templates/d7_simpletest_settings.yml
+share/drupal/core/modules/simpletest/migrations/d6_simpletest_settings.yml
+share/drupal/core/modules/simpletest/migrations/d7_simpletest_settings.yml
 share/drupal/core/modules/simpletest/simpletest.api.php
 share/drupal/core/modules/simpletest/simpletest.es6.js
 share/drupal/core/modules/simpletest/simpletest.info.yml
@@ -7047,9 +7505,12 @@ share/drupal/core/modules/simpletest/tes
 share/drupal/core/modules/statistics/config/install/statistics.settings.yml
 share/drupal/core/modules/statistics/config/schema/statistics.schema.yml
 share/drupal/core/modules/statistics/config/schema/statistics.views.schema.yml
-share/drupal/core/modules/statistics/migration_templates/statistics_settings.yml
+share/drupal/core/modules/statistics/migrations/statistics_node_counter.yml
+share/drupal/core/modules/statistics/migrations/statistics_settings.yml
 share/drupal/core/modules/statistics/src/NodeStatisticsDatabaseStorage.php
 share/drupal/core/modules/statistics/src/Plugin/Block/StatisticsPopularBlock.php
+share/drupal/core/modules/statistics/src/Plugin/migrate/destination/NodeCounter.php
+share/drupal/core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php
 share/drupal/core/modules/statistics/src/Plugin/views/field/NodeCounterTimestamp.php
 share/drupal/core/modules/statistics/src/Plugin/views/field/StatisticsNumeric.php
 share/drupal/core/modules/statistics/src/StatisticsSettingsForm.php
@@ -7078,14 +7539,17 @@ share/drupal/core/modules/statistics/tes
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsTestBase.php
 share/drupal/core/modules/statistics/tests/src/Functional/StatisticsTokenReplaceTest.php
+share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateNodeCounterTest.php
 share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d6/MigrateStatisticsConfigsTest.php
+share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateNodeCounterTest.php
 share/drupal/core/modules/statistics/tests/src/Kernel/Migrate/d7/MigrateStatisticsConfigsTest.php
+share/drupal/core/modules/statistics/tests/src/Kernel/Plugin/migrate/source/NodeCounterTest.php
 share/drupal/core/modules/statistics/tests/themes/statistics_test_attached/node.html.twig
 share/drupal/core/modules/statistics/tests/themes/statistics_test_attached/statistics_test_attached.info.yml
 share/drupal/core/modules/syslog/config/install/syslog.settings.yml
 share/drupal/core/modules/syslog/config/schema/syslog.schema.yml
-share/drupal/core/modules/syslog/migration_templates/d6_syslog_settings.yml
-share/drupal/core/modules/syslog/migration_templates/d7_syslog_settings.yml
+share/drupal/core/modules/syslog/migrations/d6_syslog_settings.yml
+share/drupal/core/modules/syslog/migrations/d7_syslog_settings.yml
 share/drupal/core/modules/syslog/src/Logger/SysLog.php
 share/drupal/core/modules/syslog/syslog.info.yml
 share/drupal/core/modules/syslog/syslog.install
@@ -7163,27 +7627,27 @@ share/drupal/core/modules/system/js/syst
 share/drupal/core/modules/system/js/system.js
 share/drupal/core/modules/system/js/system.modules.es6.js
 share/drupal/core/modules/system/js/system.modules.js
-share/drupal/core/modules/system/migration_templates/d6_date_formats.yml
-share/drupal/core/modules/system/migration_templates/d6_menu.yml
-share/drupal/core/modules/system/migration_templates/d6_system_cron.yml
-share/drupal/core/modules/system/migration_templates/d6_system_date.yml
-share/drupal/core/modules/system/migration_templates/d6_system_file.yml
-share/drupal/core/modules/system/migration_templates/d6_system_performance.yml
-share/drupal/core/modules/system/migration_templates/d7_global_theme_settings.yml
-share/drupal/core/modules/system/migration_templates/d7_menu.yml
-share/drupal/core/modules/system/migration_templates/d7_system_authorize.yml
-share/drupal/core/modules/system/migration_templates/d7_system_cron.yml
-share/drupal/core/modules/system/migration_templates/d7_system_date.yml
-share/drupal/core/modules/system/migration_templates/d7_system_file.yml
-share/drupal/core/modules/system/migration_templates/d7_system_mail.yml
-share/drupal/core/modules/system/migration_templates/d7_system_performance.yml
-share/drupal/core/modules/system/migration_templates/d7_theme_settings.yml
-share/drupal/core/modules/system/migration_templates/system_image.yml
-share/drupal/core/modules/system/migration_templates/system_image_gd.yml
-share/drupal/core/modules/system/migration_templates/system_logging.yml
-share/drupal/core/modules/system/migration_templates/system_maintenance.yml
-share/drupal/core/modules/system/migration_templates/system_rss.yml
-share/drupal/core/modules/system/migration_templates/system_site.yml
+share/drupal/core/modules/system/migrations/d6_date_formats.yml
+share/drupal/core/modules/system/migrations/d6_menu.yml
+share/drupal/core/modules/system/migrations/d6_system_cron.yml
+share/drupal/core/modules/system/migrations/d6_system_date.yml
+share/drupal/core/modules/system/migrations/d6_system_file.yml
+share/drupal/core/modules/system/migrations/d6_system_performance.yml
+share/drupal/core/modules/system/migrations/d7_global_theme_settings.yml
+share/drupal/core/modules/system/migrations/d7_menu.yml
+share/drupal/core/modules/system/migrations/d7_system_authorize.yml
+share/drupal/core/modules/system/migrations/d7_system_cron.yml
+share/drupal/core/modules/system/migrations/d7_system_date.yml
+share/drupal/core/modules/system/migrations/d7_system_file.yml
+share/drupal/core/modules/system/migrations/d7_system_mail.yml
+share/drupal/core/modules/system/migrations/d7_system_performance.yml
+share/drupal/core/modules/system/migrations/d7_theme_settings.yml
+share/drupal/core/modules/system/migrations/system_image.yml
+share/drupal/core/modules/system/migrations/system_image_gd.yml
+share/drupal/core/modules/system/migrations/system_logging.yml
+share/drupal/core/modules/system/migrations/system_maintenance.yml
+share/drupal/core/modules/system/migrations/system_rss.yml
+share/drupal/core/modules/system/migrations/system_site.yml
 share/drupal/core/modules/system/src/Access/CronAccessCheck.php
 share/drupal/core/modules/system/src/Access/DbUpdateAccessCheck.php
 share/drupal/core/modules/system/src/ActionConfigEntityInterface.php
@@ -7225,6 +7689,8 @@ share/drupal/core/modules/system/src/For
 share/drupal/core/modules/system/src/Form/RssFeedsForm.php
 share/drupal/core/modules/system/src/Form/SiteInformationForm.php
 share/drupal/core/modules/system/src/Form/SiteMaintenanceModeForm.php
+share/drupal/core/modules/system/src/Form/SystemBrandingOffCanvasForm.php
+share/drupal/core/modules/system/src/Form/SystemMenuOffCanvasForm.php
 share/drupal/core/modules/system/src/Form/ThemeAdminForm.php
 share/drupal/core/modules/system/src/Form/ThemeSettingsForm.php
 share/drupal/core/modules/system/src/MachineNameController.php
@@ -7358,7 +7824,6 @@ share/drupal/core/modules/system/src/Tes
 share/drupal/core/modules/system/src/Tests/System/HtaccessTest.php
 share/drupal/core/modules/system/src/Tests/System/PageNotFoundTest.php
 share/drupal/core/modules/system/src/Tests/System/PageTitleTest.php
-share/drupal/core/modules/system/src/Tests/System/ResponseGeneratorTest.php
 share/drupal/core/modules/system/src/Tests/System/ShutdownFunctionsTest.php
 share/drupal/core/modules/system/src/Tests/System/SiteMaintenanceTest.php
 share/drupal/core/modules/system/src/Tests/System/SystemConfigFormTestBase.php
@@ -7433,6 +7898,7 @@ share/drupal/core/modules/system/templat
 share/drupal/core/modules/system/templates/menu-local-task.html.twig
 share/drupal/core/modules/system/templates/menu-local-tasks.html.twig
 share/drupal/core/modules/system/templates/menu.html.twig
+share/drupal/core/modules/system/templates/off-canvas-page-wrapper.html.twig
 share/drupal/core/modules/system/templates/page-title.html.twig
 share/drupal/core/modules/system/templates/page.html.twig
 share/drupal/core/modules/system/templates/pager.html.twig
@@ -7503,6 +7969,7 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update_mul.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.0.0-rc1-filled.standard.entity_test_update_mul_rev.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.2.0.bare.standard_with_entity_test_revlog_enabled.php.gz
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.4.0.bare.standard.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.bare.standard.php.gz
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.block-content-uninstall.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.block-context-manager-2354889.php
@@ -7527,6 +7994,8 @@ share/drupal/core/modules/system/tests/f
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2455125.yml
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.php
+share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-entity-views-data-2846614.yml
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.views-revision-metadata-fields-2248983.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal-8.without_automated_cron.php
 share/drupal/core/modules/system/tests/fixtures/update/drupal8.views-image-style-dependency-2649914.php
@@ -7613,6 +8082,10 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php
 share/drupal/core/modules/system/tests/modules/database_test/src/Form/DatabaseTestForm.php
 share/drupal/core/modules/system/tests/modules/deprecation_test/deprecation_test.info.yml
+share/drupal/core/modules/system/tests/modules/deprecation_test/deprecation_test.module
+share/drupal/core/modules/system/tests/modules/deprecation_test/deprecation_test.routing.yml
+share/drupal/core/modules/system/tests/modules/deprecation_test/src/DeprecatedController.php
+share/drupal/core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php
 share/drupal/core/modules/system/tests/modules/deprecation_test/src/Deprecation/FixtureDeprecatedClass.php
 share/drupal/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.info.yml
 share/drupal/core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.routing.yml
@@ -7651,6 +8124,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_schema_test/entity_schema_test.module
 share/drupal/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.full.yml
 share/drupal/core/modules/system/tests/modules/entity_test/config/install/core.entity_view_mode.entity_test.test.yml
+share/drupal/core/modules/system/tests/modules/entity_test/config/schema/entity_test.data_types.schema.yml
 share/drupal/core/modules/system/tests/modules/entity_test/config/schema/entity_test.schema.yml
 share/drupal/core/modules/system/tests/modules/entity_test/entity_test.info.yml
 share/drupal/core/modules/system/tests/modules/entity_test/entity_test.install
@@ -7712,6 +8186,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/AutoIncrementingTestItem.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ChangedTestItem.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/FieldTestItem.php
+share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItem.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/ShapeItemRequired.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldWidget/ShapeOnlyColorEditableWidget.php
@@ -7722,6 +8197,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraint.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Plugin/Validation/Constraint/FieldWidgetConstraintValidator.php
 share/drupal/core/modules/system/tests/modules/entity_test/src/Routing/EntityTestRoutes.php
+share/drupal/core/modules/system/tests/modules/entity_test/src/TypedData/ComputedString.php
 share/drupal/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc
 share/drupal/core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc
 share/drupal/core/modules/system/tests/modules/entity_test/update/status_report_8001.inc
@@ -7805,6 +8281,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestNumberForm.php
+share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestOptionalContainerForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestPatternForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestPlaceholderForm.php
 share/drupal/core/modules/system/tests/modules/form_test/src/Form/FormTestProgrammaticForm.php
@@ -7858,6 +8335,13 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/Operation/test/OperationBase.php
 share/drupal/core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php
 share/drupal/core/modules/system/tests/modules/invalid_module_name_over_the_maximum_allowed_character_length/invalid_module_name_over_the_maximum_allowed_character_length.info.yml
+share/drupal/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.es6.js
+share/drupal/core/modules/system/tests/modules/js_ajax_test/js/js_ajax_test.ajax.js
+share/drupal/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.info.yml
+share/drupal/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.libraries.yml
+share/drupal/core/modules/system/tests/modules/js_ajax_test/js_ajax_test.routing.yml
+share/drupal/core/modules/system/tests/modules/js_ajax_test/src/Ajax/JsAjaxTestCommand.php
+share/drupal/core/modules/system/tests/modules/js_ajax_test/src/Form/JsAjaxTestForm.php
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.es6.js
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_ajax_request.js
 share/drupal/core/modules/system/tests/modules/js_webassert_test/js/js_webassert_test.wait_for_element.es6.js
@@ -7874,6 +8358,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/layout_test/layout_test.layouts.yml
 share/drupal/core/modules/system/tests/modules/layout_test/layout_test.libraries.yml
 share/drupal/core/modules/system/tests/modules/layout_test/layout_test.module
+share/drupal/core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestDependenciesPlugin.php
 share/drupal/core/modules/system/tests/modules/layout_test/src/Plugin/Layout/LayoutTestPlugin.php
 share/drupal/core/modules/system/tests/modules/layout_test/templates/layout-test-1col.html.twig
 share/drupal/core/modules/system/tests/modules/layout_test/templates/layout-test-2col.html.twig
@@ -7943,6 +8428,9 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/module_test/module_test.post_update.php
 share/drupal/core/modules/system/tests/modules/module_test/module_test.routing.yml
 share/drupal/core/modules/system/tests/modules/module_test/src/Controller/ModuleTestController.php
+share/drupal/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.info.yml
+share/drupal/core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
+share/drupal/core/modules/system/tests/modules/off_canvas_test/src/Controller/TestController.php
 share/drupal/core/modules/system/tests/modules/pager_test/pager_test.info.yml
 share/drupal/core/modules/system/tests/modules/pager_test/pager_test.routing.yml
 share/drupal/core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php
@@ -8150,6 +8638,7 @@ share/drupal/core/modules/system/tests/m
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.info.yml
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.install
 share/drupal/core/modules/system/tests/modules/url_alter_test/url_alter_test.services.yml
+share/drupal/core/modules/system/tests/src/Functional/Ajax/OffCanvasDialogTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/PageTest.php
 share/drupal/core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
 share/drupal/core/modules/system/tests/src/Functional/Bootstrap/DrupalSetMessageTest.php
@@ -8193,6 +8682,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsAccessTest.php
+share/drupal/core/modules/system/tests/src/Functional/Form/ElementsContainerTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsLabelsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/ElementsVerticalTabsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Form/EmailTest.php
@@ -8246,6 +8736,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/System/DateTimeTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/IndexPhpTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/MainContentFallbackTest.php
+share/drupal/core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/RetrieveFileTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/SitesDirectoryHardeningTest.php
 share/drupal/core/modules/system/tests/src/Functional/System/StatusTest.php
@@ -8268,6 +8759,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/DependencyHookInvocationTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/DependencyMissingTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/DependencyOrderingTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionDefaultTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateAddRevisionTranslationAffectedTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateInitialTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/EntityUpdateToRevisionableAndPublishableTest.php
@@ -8286,6 +8778,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/SevenSecondaryLocalTasksConvertedIntoBlockUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/SiteBrandingConvertedIntoBlockUpdateTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php
+share/drupal/core/modules/system/tests/src/Functional/Update/UpdateActionsWithEntityPluginsTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseFilledTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatePathRC1TestBaseTest.php
@@ -8299,6 +8792,8 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdateScriptTest.php
 share/drupal/core/modules/system/tests/src/Functional/Update/UpdatesWith7xTest.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ModalRendererTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTest.php
+share/drupal/core/modules/system/tests/src/FunctionalJavascript/OffCanvasTestBase.php
 share/drupal/core/modules/system/tests/src/FunctionalJavascript/ThemeFormSettingsTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Action/ActionTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Block/SystemMenuBlockTest.php
@@ -8321,6 +8816,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateSystemConfigurationTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Migrate/d7/MigrateThemeSettingsTest.php
 share/drupal/core/modules/system/tests/src/Kernel/PathHooksTest.php
+share/drupal/core/modules/system/tests/src/Kernel/PermissionsTest.php
 share/drupal/core/modules/system/tests/src/Kernel/PhpStorage/PhpStorageFactoryTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Plugin/migrate/source/MenuTest.php
 share/drupal/core/modules/system/tests/src/Kernel/Plugin/migrate/source/d7/ThemeSettingsTest.php
@@ -8338,6 +8834,7 @@ share/drupal/core/modules/system/tests/s
 share/drupal/core/modules/system/tests/src/Unit/Installer/InstallTranslationFilePatternTest.php
 share/drupal/core/modules/system/tests/src/Unit/Menu/MenuLinkTreeTest.php
 share/drupal/core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
+share/drupal/core/modules/system/tests/src/Unit/Routing/AdminRouteSubscriberTest.php
 share/drupal/core/modules/system/tests/src/Unit/SystemRequirementsTest.php
 share/drupal/core/modules/system/tests/src/Unit/Transliteration/MachineNameControllerTest.php
 share/drupal/core/modules/system/tests/themes/engines/nyan_cat/nyan_cat.engine
@@ -8376,6 +8873,7 @@ share/drupal/core/modules/system/tests/t
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-general-suggestions--theme-override.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--kitten--bearcat.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-preprocess-suggestions--suggestion.html.twig
+share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-registered-by-module.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant--foo.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-specific-suggestions--variant.html.twig
 share/drupal/core/modules/system/tests/themes/test_theme/templates/theme-test-suggestion-provided--foo.html.twig
@@ -8415,19 +8913,20 @@ share/drupal/core/modules/taxonomy/confi
 share/drupal/core/modules/taxonomy/config/schema/taxonomy.schema.yml
 share/drupal/core/modules/taxonomy/config/schema/taxonomy.views.schema.yml
 share/drupal/core/modules/taxonomy/css/taxonomy.theme.css
-share/drupal/core/modules/taxonomy/migration_templates/d6_taxonomy_term.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_taxonomy_vocabulary_translation.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_term_node.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_term_node_revision.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_display.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_vocabulary_entity_form_display.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_vocabulary_field.yml
-share/drupal/core/modules/taxonomy/migration_templates/d6_vocabulary_field_instance.yml
-share/drupal/core/modules/taxonomy/migration_templates/d7_taxonomy_term.yml
-share/drupal/core/modules/taxonomy/migration_templates/d7_taxonomy_vocabulary.yml
-share/drupal/core/modules/taxonomy/migration_templates/taxonomy_settings.yml
+share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_term.yml
+share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary.yml
+share/drupal/core/modules/taxonomy/migrations/d6_taxonomy_vocabulary_translation.yml
+share/drupal/core/modules/taxonomy/migrations/d6_term_node.yml
+share/drupal/core/modules/taxonomy/migrations/d6_term_node_revision.yml
+share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_entity_display.yml
+share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_entity_form_display.yml
+share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_field.yml
+share/drupal/core/modules/taxonomy/migrations/d6_vocabulary_field_instance.yml
+share/drupal/core/modules/taxonomy/migrations/d7_taxonomy_term.yml
+share/drupal/core/modules/taxonomy/migrations/d7_taxonomy_vocabulary.yml
+share/drupal/core/modules/taxonomy/migrations/taxonomy_settings.yml
 share/drupal/core/modules/taxonomy/src/Controller/TaxonomyController.php
+share/drupal/core/modules/taxonomy/src/Entity/Routing/VocabularyRouteProvider.php
 share/drupal/core/modules/taxonomy/src/Entity/Term.php
 share/drupal/core/modules/taxonomy/src/Entity/Vocabulary.php
 share/drupal/core/modules/taxonomy/src/Form/OverviewTerms.php
@@ -8483,6 +8982,7 @@ share/drupal/core/modules/taxonomy/src/T
 share/drupal/core/modules/taxonomy/src/Tests/TermAutocompleteTest.php
 share/drupal/core/modules/taxonomy/src/Tests/TermTest.php
 share/drupal/core/modules/taxonomy/src/Tests/TermTranslationTest.php
+share/drupal/core/modules/taxonomy/src/VocabularyAccessControlHandler.php
 share/drupal/core/modules/taxonomy/src/VocabularyForm.php
 share/drupal/core/modules/taxonomy/src/VocabularyInterface.php
 share/drupal/core/modules/taxonomy/src/VocabularyListBuilder.php
@@ -8529,8 +9029,8 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/src/VocabularySerializationTestController.php
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.info.yml
 share/drupal/core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml
+share/drupal/core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/EfqTest.php
-share/drupal/core/modules/taxonomy/tests/src/Functional/LegacyTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyImageTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyQueryAlterTest.php
@@ -8539,6 +9039,7 @@ share/drupal/core/modules/taxonomy/tests
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTestTrait.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TaxonomyTranslationTestTrait.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermCacheTagsTest.php
+share/drupal/core/modules/taxonomy/tests/src/Functional/TermContextualLinksTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermEntityReferenceTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermIndexTest.php
 share/drupal/core/modules/taxonomy/tests/src/Functional/TermLanguageTest.php
@@ -8610,7 +9111,7 @@ share/drupal/core/modules/telephone/test
 share/drupal/core/modules/telephone/tests/src/Kernel/TelephoneItemTest.php
 share/drupal/core/modules/text/config/install/text.settings.yml
 share/drupal/core/modules/text/config/schema/text.schema.yml
-share/drupal/core/modules/text/migration_templates/text_settings.yml
+share/drupal/core/modules/text/migrations/text_settings.yml
 share/drupal/core/modules/text/src/Plugin/Field/FieldFormatter/TextDefaultFormatter.php
 share/drupal/core/modules/text/src/Plugin/Field/FieldFormatter/TextSummaryOrTrimmedFormatter.php
 share/drupal/core/modules/text/src/Plugin/Field/FieldFormatter/TextTrimmedFormatter.php
@@ -8697,6 +9198,7 @@ share/drupal/core/modules/tour/src/Annot
 share/drupal/core/modules/tour/src/Entity/Tour.php
 share/drupal/core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php
 share/drupal/core/modules/tour/src/Plugin/tour/tip/TipPluginText.php
+share/drupal/core/modules/tour/src/Tests/TourTest.php
 share/drupal/core/modules/tour/src/Tests/TourTestBase.php
 share/drupal/core/modules/tour/src/TipPluginBase.php
 share/drupal/core/modules/tour/src/TipPluginInterface.php
@@ -8733,9 +9235,9 @@ share/drupal/core/modules/tracker/config
 share/drupal/core/modules/tracker/config/schema/tracker.views.schema.yml
 share/drupal/core/modules/tracker/js/tracker-history.es6.js
 share/drupal/core/modules/tracker/js/tracker-history.js
-share/drupal/core/modules/tracker/migration_templates/d7_tracker_node.yml
-share/drupal/core/modules/tracker/migration_templates/d7_tracker_settings.yml
-share/drupal/core/modules/tracker/migration_templates/d7_tracker_user.yml
+share/drupal/core/modules/tracker/migrations/d7_tracker_node.yml
+share/drupal/core/modules/tracker/migrations/d7_tracker_settings.yml
+share/drupal/core/modules/tracker/migrations/d7_tracker_user.yml
 share/drupal/core/modules/tracker/src/Controller/TrackerPage.php
 share/drupal/core/modules/tracker/src/Controller/TrackerUserRecent.php
 share/drupal/core/modules/tracker/src/Controller/TrackerUserTab.php
@@ -8768,7 +9270,7 @@ share/drupal/core/modules/tracker/tracke
 share/drupal/core/modules/update/config/install/update.settings.yml
 share/drupal/core/modules/update/config/schema/update.schema.yml
 share/drupal/core/modules/update/css/update.admin.theme.css
-share/drupal/core/modules/update/migration_templates/update_settings.yml
+share/drupal/core/modules/update/migrations/update_settings.yml
 share/drupal/core/modules/update/src/Access/UpdateManagerAccessCheck.php
 share/drupal/core/modules/update/src/Controller/UpdateController.php
 share/drupal/core/modules/update/src/Form/UpdateManagerInstall.php
@@ -8872,25 +9374,25 @@ share/drupal/core/modules/user/config/sc
 share/drupal/core/modules/user/css/user.admin.css
 share/drupal/core/modules/user/css/user.icons.admin.css
 share/drupal/core/modules/user/css/user.module.css
-share/drupal/core/modules/user/migration_templates/d6_profile_values.yml
-share/drupal/core/modules/user/migration_templates/d6_user.yml
-share/drupal/core/modules/user/migration_templates/d6_user_contact_settings.yml
-share/drupal/core/modules/user/migration_templates/d6_user_mail.yml
-share/drupal/core/modules/user/migration_templates/d6_user_picture_file.yml
-share/drupal/core/modules/user/migration_templates/d6_user_role.yml
-share/drupal/core/modules/user/migration_templates/d6_user_settings.yml
-share/drupal/core/modules/user/migration_templates/d7_user.yml
-share/drupal/core/modules/user/migration_templates/d7_user_flood.yml
-share/drupal/core/modules/user/migration_templates/d7_user_mail.yml
-share/drupal/core/modules/user/migration_templates/d7_user_role.yml
-share/drupal/core/modules/user/migration_templates/user_picture_entity_display.yml
-share/drupal/core/modules/user/migration_templates/user_picture_entity_form_display.yml
-share/drupal/core/modules/user/migration_templates/user_picture_field.yml
-share/drupal/core/modules/user/migration_templates/user_picture_field_instance.yml
-share/drupal/core/modules/user/migration_templates/user_profile_entity_display.yml
-share/drupal/core/modules/user/migration_templates/user_profile_entity_form_display.yml
-share/drupal/core/modules/user/migration_templates/user_profile_field.yml
-share/drupal/core/modules/user/migration_templates/user_profile_field_instance.yml
+share/drupal/core/modules/user/migrations/d6_profile_values.yml
+share/drupal/core/modules/user/migrations/d6_user.yml
+share/drupal/core/modules/user/migrations/d6_user_contact_settings.yml
+share/drupal/core/modules/user/migrations/d6_user_mail.yml
+share/drupal/core/modules/user/migrations/d6_user_picture_file.yml
+share/drupal/core/modules/user/migrations/d6_user_role.yml
+share/drupal/core/modules/user/migrations/d6_user_settings.yml
+share/drupal/core/modules/user/migrations/d7_user.yml
+share/drupal/core/modules/user/migrations/d7_user_flood.yml
+share/drupal/core/modules/user/migrations/d7_user_mail.yml
+share/drupal/core/modules/user/migrations/d7_user_role.yml
+share/drupal/core/modules/user/migrations/user_picture_entity_display.yml
+share/drupal/core/modules/user/migrations/user_picture_entity_form_display.yml
+share/drupal/core/modules/user/migrations/user_picture_field.yml
+share/drupal/core/modules/user/migrations/user_picture_field_instance.yml
+share/drupal/core/modules/user/migrations/user_profile_entity_display.yml
+share/drupal/core/modules/user/migrations/user_profile_entity_form_display.yml
+share/drupal/core/modules/user/migrations/user_profile_field.yml
+share/drupal/core/modules/user/migrations/user_profile_field_instance.yml
 share/drupal/core/modules/user/src/Access/LoginStatusCheck.php
 share/drupal/core/modules/user/src/Access/PermissionAccessCheck.php
 share/drupal/core/modules/user/src/Access/RegisterAccessCheck.php
@@ -8991,44 +9493,18 @@ share/drupal/core/modules/user/src/RoleS
 share/drupal/core/modules/user/src/RoleStorageInterface.php
 share/drupal/core/modules/user/src/SharedTempStore.php
 share/drupal/core/modules/user/src/SharedTempStoreFactory.php
-share/drupal/core/modules/user/src/TempStoreException.php
+share/drupal/core/modules/user/src/StatusItem.php
 share/drupal/core/modules/user/src/Tests/RestRegisterUserTest.php
-share/drupal/core/modules/user/src/Tests/UserAccountLinksTest.php
 share/drupal/core/modules/user/src/Tests/UserAdminLanguageTest.php
-share/drupal/core/modules/user/src/Tests/UserAdminListingTest.php
 share/drupal/core/modules/user/src/Tests/UserAdminSettingsFormTest.php
-share/drupal/core/modules/user/src/Tests/UserAdminTest.php
 share/drupal/core/modules/user/src/Tests/UserBlocksTest.php
 share/drupal/core/modules/user/src/Tests/UserCreateTest.php
-share/drupal/core/modules/user/src/Tests/UserEditTest.php
-share/drupal/core/modules/user/src/Tests/UserLanguageCreationTest.php
-share/drupal/core/modules/user/src/Tests/UserLoginTest.php
 share/drupal/core/modules/user/src/Tests/UserPasswordResetTest.php
-share/drupal/core/modules/user/src/Tests/UserPermissionsTest.php
-share/drupal/core/modules/user/src/Tests/UserPictureTest.php
 share/drupal/core/modules/user/src/Tests/UserRegistrationTest.php
 share/drupal/core/modules/user/src/Tests/UserResetEmailTestTrait.php
-share/drupal/core/modules/user/src/Tests/UserRoleAdminTest.php
-share/drupal/core/modules/user/src/Tests/UserTimeZoneTest.php
-share/drupal/core/modules/user/src/Tests/UserTranslationUITest.php
-share/drupal/core/modules/user/src/Tests/Views/AccessPermissionTest.php
-share/drupal/core/modules/user/src/Tests/Views/AccessRoleTest.php
-share/drupal/core/modules/user/src/Tests/Views/AccessTestBase.php
-share/drupal/core/modules/user/src/Tests/Views/ArgumentDefaultTest.php
-share/drupal/core/modules/user/src/Tests/Views/ArgumentValidateTest.php
-share/drupal/core/modules/user/src/Tests/Views/BulkFormAccessTest.php
-share/drupal/core/modules/user/src/Tests/Views/BulkFormTest.php
-share/drupal/core/modules/user/src/Tests/Views/FilterPermissionUiTest.php
-share/drupal/core/modules/user/src/Tests/Views/HandlerArgumentUserUidTest.php
-share/drupal/core/modules/user/src/Tests/Views/HandlerFieldRoleTest.php
-share/drupal/core/modules/user/src/Tests/Views/HandlerFieldUserNameTest.php
-share/drupal/core/modules/user/src/Tests/Views/HandlerFilterUserNameTest.php
-share/drupal/core/modules/user/src/Tests/Views/RelationshipRepresentativeNodeTest.php
-share/drupal/core/modules/user/src/Tests/Views/RolesRidArgumentTest.php
-share/drupal/core/modules/user/src/Tests/Views/UserChangedTest.php
-share/drupal/core/modules/user/src/Tests/Views/UserDataTest.php
-share/drupal/core/modules/user/src/Tests/Views/UserTestBase.php
 share/drupal/core/modules/user/src/Theme/AdminNegotiator.php
+share/drupal/core/modules/user/src/TimeZoneItem.php
+share/drupal/core/modules/user/src/ToolbarLinkBuilder.php
 share/drupal/core/modules/user/src/UserAccessControlHandler.php
 share/drupal/core/modules/user/src/UserAuth.php
 share/drupal/core/modules/user/src/UserAuthInterface.php
@@ -9078,19 +9554,47 @@ share/drupal/core/modules/user/tests/mod
 share/drupal/core/modules/user/tests/src/Functional/AccessRoleUITest.php
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateEmailToken.php
 share/drupal/core/modules/user/tests/src/Functional/Update/UserUpdateOrderPermissionsTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserAccountLinksTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserAdminListingTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserAdminTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCacheTagsTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCancelTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserCreateFailMailTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserDeleteTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserEditTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEditedOwnAccountTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserEntityCallbacksTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserLanguageCreationTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLanguageTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserLoginHttpTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserLoginTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserMailNotifyTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserPermissionsTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserPictureTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserRoleAdminTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserRolesAssignmentTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserSaveTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserSearchTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserTimeZoneTest.php
 share/drupal/core/modules/user/tests/src/Functional/UserTokenReplaceTest.php
+share/drupal/core/modules/user/tests/src/Functional/UserTranslationUITest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/AccessPermissionTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/AccessRoleTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/AccessTestBase.php
+share/drupal/core/modules/user/tests/src/Functional/Views/ArgumentDefaultTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/ArgumentValidateTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/BulkFormTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/FilterPermissionUiTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/HandlerArgumentUserUidTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFieldRoleTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFieldUserNameTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/RolesRidArgumentTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/UserChangedTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/UserDataTest.php
+share/drupal/core/modules/user/tests/src/Functional/Views/UserTestBase.php
 share/drupal/core/modules/user/tests/src/Kernel/Condition/UserRoleConditionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Migrate/MigrateUserAdminPassTest.php
@@ -9134,6 +9638,8 @@ share/drupal/core/modules/user/tests/src
 share/drupal/core/modules/user/tests/src/Kernel/UserRoleDeleteTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserRoleEntityTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserSaveStatusTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserServiceProviderFallbackTest.php
+share/drupal/core/modules/user/tests/src/Kernel/UserServiceProviderTest.php
 share/drupal/core/modules/user/tests/src/Kernel/UserValidationTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php
 share/drupal/core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
@@ -9340,6 +9846,7 @@ share/drupal/core/modules/views/src/Plug
 share/drupal/core/modules/views/src/Plugin/views/exposed_form/InputRequired.php
 share/drupal/core/modules/views/src/Plugin/views/field/Boolean.php
 share/drupal/core/modules/views/src/Plugin/views/field/Broken.php
+share/drupal/core/modules/views/src/Plugin/views/field/BulkForm.php
 share/drupal/core/modules/views/src/Plugin/views/field/Counter.php
 share/drupal/core/modules/views/src/Plugin/views/field/Custom.php
 share/drupal/core/modules/views/src/Plugin/views/field/Date.php
@@ -9395,8 +9902,12 @@ share/drupal/core/modules/views/src/Plug
 share/drupal/core/modules/views/src/Plugin/views/pager/PagerPluginBase.php
 share/drupal/core/modules/views/src/Plugin/views/pager/Some.php
 share/drupal/core/modules/views/src/Plugin/views/pager/SqlBase.php
+share/drupal/core/modules/views/src/Plugin/views/query/DateSqlInterface.php
+share/drupal/core/modules/views/src/Plugin/views/query/MysqlDateSql.php
+share/drupal/core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php
 share/drupal/core/modules/views/src/Plugin/views/query/QueryPluginBase.php
 share/drupal/core/modules/views/src/Plugin/views/query/Sql.php
+share/drupal/core/modules/views/src/Plugin/views/query/SqliteDateSql.php
 share/drupal/core/modules/views/src/Plugin/views/relationship/Broken.php
 share/drupal/core/modules/views/src/Plugin/views/relationship/EntityReverse.php
 share/drupal/core/modules/views/src/Plugin/views/relationship/GroupwiseMax.php
@@ -9441,6 +9952,8 @@ share/drupal/core/modules/views/src/Test
 share/drupal/core/modules/views/src/Tests/Plugin/PluginTestBase.php
 share/drupal/core/modules/views/src/Tests/Plugin/StyleOpmlTest.php
 share/drupal/core/modules/views/src/Tests/TestHelperPlugin.php
+share/drupal/core/modules/views/src/Tests/Update/EntityLinkOutputUrlUpdateTest.php
+share/drupal/core/modules/views/src/Tests/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php
 share/drupal/core/modules/views/src/Tests/ViewAjaxTest.php
 share/drupal/core/modules/views/src/Tests/ViewKernelTestBase.php
 share/drupal/core/modules/views/src/Tests/ViewResultAssertionTrait.php
@@ -9473,7 +9986,17 @@ share/drupal/core/modules/views/template
 share/drupal/core/modules/views/tests/fixtures/update/argument-placeholder.php
 share/drupal/core/modules/views/tests/fixtures/update/boolean-filter-values.php
 share/drupal/core/modules/views/tests/fixtures/update/duplicate-field-handler.php
+share/drupal/core/modules/views/tests/fixtures/update/entity-link-output-url.php
+share/drupal/core/modules/views/tests/fixtures/update/filter-placeholder-text.php
+share/drupal/core/modules/views/tests/fixtures/update/legacy-bulk-form-update.php
+share/drupal/core/modules/views/tests/fixtures/update/table-cache-max-age.php
+share/drupal/core/modules/views/tests/fixtures/update/views-data-table-dependency.php
+share/drupal/core/modules/views/tests/fixtures/update/views.view.legacy_bulk_form.yml
+share/drupal/core/modules/views/tests/fixtures/update/views.view.node_link_update_test.yml
+share/drupal/core/modules/views/tests/fixtures/update/views.view.placeholder_text_test.yml
 share/drupal/core/modules/views/tests/fixtures/update/views.view.test_boolean_filter_values.yml
+share/drupal/core/modules/views/tests/fixtures/update/views.view.test_table_dependency_update.yml
+share/drupal/core/modules/views/tests/fixtures/update/views.view.test_table_max_age.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.info.yml
 share/drupal/core/modules/views/tests/modules/views_entity_test/views_entity_test.module
 share/drupal/core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml
@@ -9560,6 +10083,7 @@ share/drupal/core/modules/views/tests/mo
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_group_override.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_groups.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml
+share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_placeholder_text.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_form_multiple.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_get_attach_displays.yml
 share/drupal/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml
@@ -9690,6 +10214,7 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Handler/FilterPlaceholderTextTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/HandlerAllTest.php
 share/drupal/core/modules/views/tests/src/Functional/Handler/HandlerTest.php
 share/drupal/core/modules/views/tests/src/Functional/Plugin/AccessTest.php
@@ -9721,11 +10246,15 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Functional/TaxonomyGlossaryTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateFilledTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/EntityViewsDataUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
+share/drupal/core/modules/views/tests/src/Functional/Update/ViewsDataTableDependencyUpdateTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewElementTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewRenderTest.php
 share/drupal/core/modules/views/tests/src/Functional/ViewTestBase.php
@@ -9855,6 +10384,9 @@ share/drupal/core/modules/views/tests/sr
 share/drupal/core/modules/views/tests/src/Unit/Plugin/query/SqlTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/views/display/BlockTest.php
 share/drupal/core/modules/views/tests/src/Unit/Plugin/views/field/EntityOperationsUnitTest.php
+share/drupal/core/modules/views/tests/src/Unit/Plugin/views/query/MysqlDateSqlTest.php
+share/drupal/core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php
+share/drupal/core/modules/views/tests/src/Unit/Plugin/views/query/SqliteDateSqlTest.php
 share/drupal/core/modules/views/tests/src/Unit/PluginBaseTest.php
 share/drupal/core/modules/views/tests/src/Unit/PluginTypeListTest.php
 share/drupal/core/modules/views/tests/src/Unit/Routing/ViewPageControllerTest.php
@@ -10053,6 +10585,9 @@ share/drupal/core/modules/workflows/test
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonBasicAuthTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowJsonCookieTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowResourceTestBase.php
+share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlAnonTest.php
+share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlBasicAuthTest.php
+share/drupal/core/modules/workflows/tests/src/Functional/Rest/WorkflowXmlCookieTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/WorkflowUiNoTypeTest.php
 share/drupal/core/modules/workflows/tests/src/Functional/WorkflowUiTest.php
 share/drupal/core/modules/workflows/tests/src/Kernel/ComplexWorkflowTypeTest.php
@@ -10075,6 +10610,289 @@ share/drupal/core/modules/workflows/work
 share/drupal/core/package.json
 share/drupal/core/phpcs.xml.dist
 share/drupal/core/phpunit.xml.dist
+share/drupal/core/profiles/demo_umami/config/install/block.block.breadcrumbs.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.help.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_breadcrumbs.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_content.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_help.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_local_actions.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_login.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_messages.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_page_title.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_primary_local_tasks.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.seven_secondary_local_tasks.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_account_menu.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_branding.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_content.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_footer.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_local_tasks.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_main_menu.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_messages.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_page_title.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.umami_search.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__articles_aside_block_1.yml
+share/drupal/core/profiles/demo_umami/config/install/block.block.views_block__promoted_items_block_1.yml
+share/drupal/core/profiles/demo_umami/config/install/block_content.type.banner_block.yml
+share/drupal/core/profiles/demo_umami/config/install/block_content.type.basic.yml
+share/drupal/core/profiles/demo_umami/config/install/block_content.type.disclaimer_block.yml
+share/drupal/core/profiles/demo_umami/config/install/block_content.type.footer_promo_block.yml
+share/drupal/core/profiles/demo_umami/config/install/contact.form.feedback.yml
+share/drupal/core/profiles/demo_umami/config/install/core.base_field_override.node.page.promote.yml
+share/drupal/core/profiles/demo_umami/config/install/core.base_field_override.node.recipe.title.yml
+share/drupal/core/profiles/demo_umami/config/install/core.date_format.umami_dates.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.banner_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.basic.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.disclaimer_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.block_content.footer_promo_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.article.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.page.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.node.recipe.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_form_display.user.user.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.banner_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.basic.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.disclaimer_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.block_content.footer_promo_block.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.full.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_bottom.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_medium.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_small.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.highlighted_top.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.rss.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.article.teaser.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.page.teaser.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.full.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_bottom.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_medium.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_small.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.highlighted_top.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.node.recipe.teaser.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.compact.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_display.user.user.default.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_bottom.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_medium.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_small.yml
+share/drupal/core/profiles/demo_umami/config/install/core.entity_view_mode.node.highlighted_top.yml
+share/drupal/core/profiles/demo_umami/config/install/editor.editor.basic_html.yml
+share/drupal/core/profiles/demo_umami/config/install/editor.editor.full_html.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_banner_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_content_link.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_summary.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.banner_block.field_title.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.basic.body.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.disclaimer_block.field_copyright.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.disclaimer_block.field_disclaimer.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_content_link.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_promo_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_summary.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.block_content.footer_promo_block.field_title.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.body.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.article.field_tags.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.page.body.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_author.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_cooking_time.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_difficulty.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_ingredients.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_number_of_servings.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_preparation_time.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_recipe_category.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_recipe_instruction.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_summary.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.node.recipe.field_tags.yml
+share/drupal/core/profiles/demo_umami/config/install/field.field.user.user.user_picture.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_banner_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_content_link.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_copyright.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_disclaimer.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_promo_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_summary.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.block_content.field_title.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_author.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_difficulty.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_image.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_ingredients.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_number_of_servings.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_preparation_time.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_recipe_category.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_recipe_instruction.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_summary.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.node.field_tags.yml
+share/drupal/core/profiles/demo_umami/config/install/field.storage.user.user_picture.yml
+share/drupal/core/profiles/demo_umami/config/install/filter.format.basic_html.yml
+share/drupal/core/profiles/demo_umami/config/install/filter.format.full_html.yml
+share/drupal/core/profiles/demo_umami/config/install/filter.format.restricted_html.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.large_21_9.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.large_21_9_2x.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.large_3_2_2x.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.large_3_2_768x512.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.medium_21_9.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.medium_3_2_2x.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.medium_3_2_600x400.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.medium_8_7.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.scale_crop_7_3_large.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.small_21_9.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.square_large.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.square_medium.yml
+share/drupal/core/profiles/demo_umami/config/install/image.style.square_small.yml
+share/drupal/core/profiles/demo_umami/config/install/node.type.article.yml
+share/drupal/core/profiles/demo_umami/config/install/node.type.page.yml
+share/drupal/core/profiles/demo_umami/config/install/node.type.recipe.yml
+share/drupal/core/profiles/demo_umami/config/install/rdf.mapping.node.article.yml
+share/drupal/core/profiles/demo_umami/config/install/rdf.mapping.node.page.yml
+share/drupal/core/profiles/demo_umami/config/install/rdf.mapping.taxonomy_term.tags.yml
+share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.3_2_image.yml
+share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.hero_or_banner.yml
+share/drupal/core/profiles/demo_umami/config/install/responsive_image.styles.square.yml
+share/drupal/core/profiles/demo_umami/config/install/system.theme.yml
+share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.ingredients.yml
+share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_category.yml
+share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.recipe_cuisine.yml
+share/drupal/core/profiles/demo_umami/config/install/taxonomy.vocabulary.tags.yml
+share/drupal/core/profiles/demo_umami/config/install/user.role.administrator.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.articles_aside.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.featured_articles.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.frontpage.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.promoted_items.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.recipes.yml
+share/drupal/core/profiles/demo_umami/config/install/views.view.taxonomy_term.yml
+share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_banner_recipes.yml
+share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_disclaimer.yml
+share/drupal/core/profiles/demo_umami/config/optional/block.block.umami_footer_promo.yml
+share/drupal/core/profiles/demo_umami/config/optional/image.style.max_1300x1300.yml
+share/drupal/core/profiles/demo_umami/config/optional/image.style.max_2600x2600.yml
+share/drupal/core/profiles/demo_umami/config/optional/image.style.max_325x325.yml
+share/drupal/core/profiles/demo_umami/config/optional/image.style.max_650x650.yml
+share/drupal/core/profiles/demo_umami/config/optional/responsive_image.styles.narrow.yml
+share/drupal/core/profiles/demo_umami/config/optional/responsive_image.styles.wide.yml
+share/drupal/core/profiles/demo_umami/css/toolbar-warning.css
+share/drupal/core/profiles/demo_umami/demo_umami.info.yml
+share/drupal/core/profiles/demo_umami/demo_umami.install
+share/drupal/core/profiles/demo_umami/demo_umami.libraries.yml
+share/drupal/core/profiles/demo_umami/demo_umami.links.menu.yml
+share/drupal/core/profiles/demo_umami/demo_umami.profile
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/.htaccess
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/LICENCE.txt
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/give-it-a-go-and-grow-your-own-herbs.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/lets-hear-it-for-carrots.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-real-deal-for-supermarket-savvy-shopping.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/article_body/the-umami-guide-to-our-favourite-mushrooms.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/articles.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/chocolate-brownie-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/heritage-carrots.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/home-grown-herbs.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mediterranean-quiche-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/mushrooms-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/pizza-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/supermarket-savvy-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/thai-green-curry-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/umami-bundle.png
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-hero-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/veggie-pasta-bake-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/victoria-sponge-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/images/watercress-soup-umami.jpg
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/pages.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/chocolate-brownie-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/mediterranean-quiche-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/pizza-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/thai-green-curry-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/veggie-pasta-bake-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/victoria-sponge-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipe_instructions/watercress-soup-umami.html
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/default_content/recipes.csv
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.info.yml
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/demo_umami_content.install
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/src/InstallHelper.php
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/DefaultContentFilesAccessTest.php
+share/drupal/core/profiles/demo_umami/modules/demo_umami_content/tests/src/Functional/UninstallDefaultContentTest.php
+share/drupal/core/profiles/demo_umami/tests/src/Functional/DemoUmamiProfileTest.php
+share/drupal/core/profiles/demo_umami/themes/umami/css/base.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/articles-aside/articles-aside.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/banner/banner.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/branding/branding.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/disclaimer/disclaimer.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/footer-promo/footer-promo.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/page-title/page-title.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/quicklinks/quicklinks.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search-results.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/blocks/search/search.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/article/article.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/full/node-full.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-bottom/highlighted-bottom.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-medium/highlighted-medium.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-small/highlighted-small.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/highlighted-top/highlighted-top.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/content/node.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/fields/label-items.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/buttons.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/forms/contact.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/messages/messages.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/breadcrumbs/breadcrumbs.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-account/menu-account.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-footer/menu-footer.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/menu-main/menu-main.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/more-link/more-link.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/skip-link/skip-link.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/tabs/tabs.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/navigation/toolbar/toolbar.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/bottom/bottom.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/footer/footer.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/frontpage.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/components/views/promoted-items.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-2.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-3.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/layout/grid-4.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout-2-col.css
+share/drupal/core/profiles/demo_umami/themes/umami/css/layout/layout.css
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/cake.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/chefs-hat.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/difficulty.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/health.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/knife.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/learn-to-cook.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/menu-icon.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/pointer--white.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/pointer.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/search.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/serves.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/spoon.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/timer.svg
+share/drupal/core/profiles/demo_umami/themes/umami/images/svg/whisk.svg
+share/drupal/core/profiles/demo_umami/themes/umami/js/components/navigation/menu-main/menu-main.es6.js
+share/drupal/core/profiles/demo_umami/themes/umami/js/components/navigation/menu-main/menu-main.js
+share/drupal/core/profiles/demo_umami/themes/umami/logo.svg
+share/drupal/core/profiles/demo_umami/themes/umami/screenshot.png
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/banner-block/block--bundle--banner-block.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/branding/block--system-branding-block.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/footer-promo-block/block--bundle--footer-promo-block.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/messages/status-messages.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/block--system-menu-block--footer.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/block--umami-main-menu.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/breadcrumb.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu--main.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu-local-task.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/navigation/menu.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/quicklinks/block--umami-quick-links.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/components/search/block--search-form-block.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--article--full.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-bottom.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-medium.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-small.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--highlighted-top.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node--recipe--full.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/content/node.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/templates/layout/page.html.twig
+share/drupal/core/profiles/demo_umami/themes/umami/umami.breakpoints.yml
+share/drupal/core/profiles/demo_umami/themes/umami/umami.info.yml
+share/drupal/core/profiles/demo_umami/themes/umami/umami.libraries.yml
+share/drupal/core/profiles/demo_umami/themes/umami/umami.theme
 share/drupal/core/profiles/minimal/config/install/block.block.stark_admin.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_branding.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_local_actions.yml
@@ -10083,8 +10901,9 @@ share/drupal/core/profiles/minimal/confi
 share/drupal/core/profiles/minimal/config/install/block.block.stark_messages.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_page_title.yml
 share/drupal/core/profiles/minimal/config/install/block.block.stark_tools.yml
+share/drupal/core/profiles/minimal/config/install/system.theme.global.yml
+share/drupal/core/profiles/minimal/config/install/user.settings.yml
 share/drupal/core/profiles/minimal/minimal.info.yml
-share/drupal/core/profiles/minimal/minimal.install
 share/drupal/core/profiles/minimal/tests/src/Functional/MinimalTest.php
 share/drupal/core/profiles/standard/config/install/automated_cron.settings.yml
 share/drupal/core/profiles/standard/config/install/block.block.bartik_account_menu.yml
@@ -10155,10 +10974,30 @@ share/drupal/core/profiles/standard/conf
 share/drupal/core/profiles/standard/config/install/system.theme.yml
 share/drupal/core/profiles/standard/config/install/taxonomy.vocabulary.tags.yml
 share/drupal/core/profiles/standard/config/install/user.role.administrator.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.audio.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.file.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.image.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_form_display.media.video.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.audio.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.file.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.image.default.yml
+share/drupal/core/profiles/standard/config/optional/core.entity_view_display.media.video.default.yml
+share/drupal/core/profiles/standard/config/optional/field.field.media.audio.field_media_audio_file.yml
+share/drupal/core/profiles/standard/config/optional/field.field.media.file.field_media_file.yml
+share/drupal/core/profiles/standard/config/optional/field.field.media.image.field_media_image.yml
+share/drupal/core/profiles/standard/config/optional/field.field.media.video.field_media_video_file.yml
+share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_audio_file.yml
+share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_file.yml
+share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_image.yml
+share/drupal/core/profiles/standard/config/optional/field.storage.media.field_media_video_file.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_1300x1300.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_2600x2600.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_325x325.yml
 share/drupal/core/profiles/standard/config/optional/image.style.max_650x650.yml
+share/drupal/core/profiles/standard/config/optional/media.type.audio.yml
+share/drupal/core/profiles/standard/config/optional/media.type.file.yml
+share/drupal/core/profiles/standard/config/optional/media.type.image.yml
+share/drupal/core/profiles/standard/config/optional/media.type.video.yml
 share/drupal/core/profiles/standard/config/optional/responsive_image.styles.narrow.yml
 share/drupal/core/profiles/standard/config/optional/responsive_image.styles.wide.yml
 share/drupal/core/profiles/standard/standard.info.yml
@@ -10166,6 +11005,7 @@ share/drupal/core/profiles/standard/stan
 share/drupal/core/profiles/standard/standard.links.menu.yml
 share/drupal/core/profiles/standard/standard.profile
 share/drupal/core/profiles/standard/tests/src/Functional/StandardTest.php
+share/drupal/core/profiles/standard/tests/src/FunctionalJavascript/StandardJavascriptTest.php
 share/drupal/core/profiles/testing/config/install/system.theme.yml
 share/drupal/core/profiles/testing/config/optional/locale.settings.yml
 share/drupal/core/profiles/testing/modules/drupal_system_listing_compatible_test/drupal_system_listing_compatible_test.info.yml
@@ -10205,6 +11045,7 @@ share/drupal/core/scripts/js/babel-es6-w
 share/drupal/core/scripts/js/changeOrAdded.js
 share/drupal/core/scripts/js/check.js
 share/drupal/core/scripts/js/compile.js
+share/drupal/core/scripts/js/eslint-stats-by-type.js
 share/drupal/core/scripts/js/log.js
 share/drupal/core/scripts/password-hash.sh
 share/drupal/core/scripts/rebuild_token_calculator.sh
@@ -10216,20 +11057,25 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormImageButtonTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormPageCacheTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Installer/Form/SelectProfileFormTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/MachineNameTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Core/Session/SessionTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Dialog/DialogPositionTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/DrupalSelenium2Driver.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/LegacyJavascriptTestBase.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebAssertTest.php
+share/drupal/core/tests/Drupal/FunctionalJavascriptTests/Tests/JSWebWithWebDriverAssertTest.php
 share/drupal/core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php
 share/drupal/core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php
 share/drupal/core/tests/Drupal/FunctionalTests/Breadcrumb/Breadcrumb404Test.php
 share/drupal/core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Core/Config/SchemaConfigListenerTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Datetime/TimestampTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormCorrectUserInputMappingOnFieldDeltaElementsTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Entity/ContentEntityFormFieldValidationFilteringTest.php
@@ -10242,6 +11088,8 @@ share/drupal/core/tests/Drupal/Functiona
 share/drupal/core/tests/Drupal/FunctionalTests/Routing/CaseInsensitivePathTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Routing/LazyRouteProviderInstallTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Routing/PathEncodedTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Routing/RouteCachingLanguageTest.php
+share/drupal/core/tests/Drupal/FunctionalTests/Routing/RouteCachingNonPathLanguageNegotiationTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Theme/BartikTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
 share/drupal/core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php
@@ -10251,6 +11099,8 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Component/Utility/SafeMarkupKernelTest.php
 share/drupal/core/tests/Drupal/KernelTests/Config/DefaultConfigTest.php
 share/drupal/core/tests/Drupal/KernelTests/Config/TypedConfigTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Action/PublishActionTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/LibraryDiscoveryIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
@@ -10337,6 +11187,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpdateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Database/UpsertTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/FormatDateTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Datetime/TimestampSchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelSiteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/DrupalKernel/ServiceDestructionTest.php
@@ -10349,6 +11200,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityHasChangesTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNullStorageTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/CreateSampleEntityTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityAccessControlHandlerTest.php
@@ -10356,6 +11208,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityAutocompleteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityBundleFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityCrudHookTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayBaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php
@@ -10365,7 +11218,6 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityKernelTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLanguageTestBase.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadByUuidTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityLoadedRevisionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityNonRevisionableTranslatableFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryAggregateTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php
@@ -10373,6 +11225,7 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceFieldTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionTranslationTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityRevisionsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntitySchemaTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityTranslationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/EntityTypeConstraintValidatorTest.php
@@ -10390,13 +11243,14 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Entity/ValidReferenceConstraintValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/EventSubscriber/IgnoreReplicaSubscriberTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleConfigureRouteTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookUnimplementedTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Extension/ModuleInstallerTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/Entity/BaseFieldOverrideTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldAccessTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldItemTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldMissingTypeTest.php
-share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldModuleUninstallValidatorTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Field/FieldSettingsTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/File/FileTestBase.php
@@ -10435,10 +11289,14 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/KeyValueContentEntityStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/MemoryStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/KeyValueStore/StorageTestBase.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Layout/IconBuilderTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Lock/LockTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuLinkTreeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Messenger/MessengerLegacyTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/ParamConverter/EntityConverterLatestRevisionTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/AliasStorageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/AliasTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Path/PathUnitTestBase.php
@@ -10478,8 +11336,10 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/KernelTests/Core/Session/AccountSwitcherTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Site/SettingsRewriteTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/StringTranslation/TranslationStringTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/TempStore/TempStoreDatabaseTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Test/AssertMailTraitTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Test/BrowserTestBaseTest.php
+share/drupal/core/tests/Drupal/KernelTests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/ImageTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/MaintenanceThemeTest.php
 share/drupal/core/tests/Drupal/KernelTests/Core/Theme/MessageTest.php
@@ -10508,7 +11368,15 @@ share/drupal/core/tests/Drupal/KernelTes
 share/drupal/core/tests/Drupal/Tests/AssertHelperTrait.php
 share/drupal/core/tests/Drupal/Tests/AssertHelperTraitTest.php
 share/drupal/core/tests/Drupal/Tests/BrowserTestBase.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryCachedTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotatedClassDiscoveryTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/AnnotationBaseTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/MockFileFinderTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Annotation/Plugin/Discovery/AnnotationBridgeDecoratorTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Bridge/ZfExtensionManagerSfContainerTest.php
 share/drupal/core/tests/Drupal/Tests/Component/ClassFinder/ClassFinderTest.php
@@ -10523,6 +11391,8 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Diff/Engine/HWLDFWordAccumulatorTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Diff/Engine/fixtures/file1.txt
+share/drupal/core/tests/Drupal/Tests/Component/Diff/Engine/fixtures/file2.txt
 share/drupal/core/tests/Drupal/Tests/Component/Discovery/YamlDirectoryDiscoveryTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Discovery/YamlDiscoveryTest.php
 share/drupal/core/tests/Drupal/Tests/Component/DrupalComponentTest.php
@@ -10534,6 +11404,7 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/FileCache/StaticFileCacheBackend.php
 share/drupal/core/tests/Drupal/Tests/Component/FileSystem/RegexDirectoryIteratorTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Gettext/PoStreamWriterTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Graph/GraphTest.php
 share/drupal/core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php
 share/drupal/core/tests/Drupal/Tests/Component/PhpStorage/FileStorageReadOnlyTest.php
@@ -10548,6 +11419,9 @@ share/drupal/core/tests/Drupal/Tests/Com
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php
+share/drupal/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Broccoli.php
+share/drupal/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/Corn.php
+share/drupal/core/tests/Drupal/Tests/Component/Plugin/Fixtures/vegetable/VegetableInterface.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/PluginBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Component/Plugin/StubFallbackPluginManager.php
@@ -10597,6 +11471,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Access/RouteProcessorCsrfTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Ajax/AjaxResponseTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Ajax/OpenOffCanvasDialogCommandTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Annotation/TranslationTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Assert/AssertLegacyTraitTest.php
@@ -10741,6 +11616,8 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/DrupalTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Enhancer/EntityRevisionRouteEnhancerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Entity/Access/EntityFormDisplayAccessControlHandlerTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Entity/Access/EntityViewDisplayAccessControlHandlerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Entity/Enhancer/EntityRouteEnhancerTest.php
@@ -10867,6 +11744,7 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorFrontTest.php
 share/drupal/core/tests/Drupal/Tests/Core/PathProcessor/PathProcessorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/CategorizingPluginManagerTraitTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Plugin/Context/ContextTypedDataTest.php
@@ -10948,11 +11826,16 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/StringTranslation/StringTranslationTraitTest.php
 share/drupal/core/tests/Drupal/Tests/Core/StringTranslation/TranslatableMarkupTest.php
 share/drupal/core/tests/Drupal/Tests/Core/StringTranslation/TranslationManagerTest.php
+share/drupal/core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php
+share/drupal/core/tests/Drupal/Tests/Core/TempStore/SharedTempStoreTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Template/AttributeTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/KernelTestBaseTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeIsolatedTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/PhpUnitBridgeTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Test/TestDatabaseTest.php
+share/drupal/core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Theme/AjaxBasePageNegotiatorTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Theme/RegistryTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Theme/ThemeNegotiatorTest.php
@@ -10968,10 +11851,16 @@ share/drupal/core/tests/Drupal/Tests/Cor
 share/drupal/core/tests/Drupal/Tests/Core/Utility/UnroutedUrlAssemblerTest.php
 share/drupal/core/tests/Drupal/Tests/Core/Validation/Plugin/Validation/Constraint/PrimitiveTypeConstraintValidatorTest.php
 share/drupal/core/tests/Drupal/Tests/EntityViewTrait.php
+share/drupal/core/tests/Drupal/Tests/ExpectDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/HiddenFieldSelector.php
-share/drupal/core/tests/Drupal/Tests/Listeners/DrupalComponentTestListener.php
-share/drupal/core/tests/Drupal/Tests/Listeners/DrupalStandardsListener.php
+share/drupal/core/tests/Drupal/Tests/Listeners/DeprecationListenerTrait.php
+share/drupal/core/tests/Drupal/Tests/Listeners/DrupalComponentTestListenerTrait.php
+share/drupal/core/tests/Drupal/Tests/Listeners/DrupalListener.php
+share/drupal/core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php
 share/drupal/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinter.php
+share/drupal/core/tests/Drupal/Tests/Listeners/HtmlOutputPrinterTrait.php
+share/drupal/core/tests/Drupal/Tests/Listeners/Legacy/DrupalListener.php
+share/drupal/core/tests/Drupal/Tests/Listeners/Legacy/HtmlOutputPrinter.php
 share/drupal/core/tests/Drupal/Tests/Listeners/SimpletestUiPrinter.php
 share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTrait.php
 share/drupal/core/tests/Drupal/Tests/PhpunitCompatibilityTraitTest.php
@@ -10980,11 +11869,12 @@ share/drupal/core/tests/Drupal/Tests/Sch
 share/drupal/core/tests/Drupal/Tests/SessionTestTrait.php
 share/drupal/core/tests/Drupal/Tests/TestFileCreationTrait.php
 share/drupal/core/tests/Drupal/Tests/TestRequirementsTrait.php
-share/drupal/core/tests/Drupal/Tests/TestSuites/TestSuiteBaseTest.php
 share/drupal/core/tests/Drupal/Tests/Traits/Core/Config/SchemaConfigListenerTestTrait.php
 share/drupal/core/tests/Drupal/Tests/Traits/Core/CronRunTrait.php
 share/drupal/core/tests/Drupal/Tests/Traits/Core/GeneratePermutationsTrait.php
+share/drupal/core/tests/Drupal/Tests/Traits/ExpectDeprecationTrait.php
 share/drupal/core/tests/Drupal/Tests/UnitTestCase.php
+share/drupal/core/tests/Drupal/Tests/UnitTestCaseDeprecationTest.php
 share/drupal/core/tests/Drupal/Tests/WebAssert.php
 share/drupal/core/tests/Drupal/Tests/XdebugRequestTrait.php
 share/drupal/core/tests/README.md
@@ -11176,7 +12066,9 @@ share/drupal/core/themes/classy/template
 share/drupal/core/themes/classy/templates/field/field--text-with-summary.html.twig
 share/drupal/core/themes/classy/templates/field/field--text.html.twig
 share/drupal/core/themes/classy/templates/field/field.html.twig
+share/drupal/core/themes/classy/templates/field/file-audio.html.twig
 share/drupal/core/themes/classy/templates/field/file-link.html.twig
+share/drupal/core/themes/classy/templates/field/file-video.html.twig
 share/drupal/core/themes/classy/templates/field/image-formatter.html.twig
 share/drupal/core/themes/classy/templates/field/image-style.html.twig
 share/drupal/core/themes/classy/templates/field/image.html.twig
@@ -11246,7 +12138,8 @@ share/drupal/core/themes/seven/css/base/
 share/drupal/core/themes/seven/css/components/admin-list.css
 share/drupal/core/themes/seven/css/components/breadcrumb.css
 share/drupal/core/themes/seven/css/components/buttons.css
-share/drupal/core/themes/seven/css/components/colors.css
+share/drupal/core/themes/seven/css/components/container-inline.css
+share/drupal/core/themes/seven/css/components/container-inline.module.css
 share/drupal/core/themes/seven/css/components/content-header.css
 share/drupal/core/themes/seven/css/components/dialog.css
 share/drupal/core/themes/seven/css/components/dropbutton.component.css
@@ -11279,6 +12172,7 @@ share/drupal/core/themes/seven/css/compo
 share/drupal/core/themes/seven/css/layout/layout.css
 share/drupal/core/themes/seven/css/layout/node-add.css
 share/drupal/core/themes/seven/css/theme/ckeditor-dialog.css
+share/drupal/core/themes/seven/css/theme/colors.css
 share/drupal/core/themes/seven/css/theme/install-page.css
 share/drupal/core/themes/seven/css/theme/maintenance-page.css
 share/drupal/core/themes/seven/images/icons/cccccc/clock.svg
@@ -11328,11 +12222,25 @@ share/drupal/core/themes/stable/css/cked
 share/drupal/core/themes/stable/css/ckeditor/plugins/language/ckeditor.language.css
 share/drupal/core/themes/stable/css/color/color.admin.css
 share/drupal/core/themes/stable/css/config_translation/config_translation.admin.css
+share/drupal/core/themes/stable/css/content_moderation/content_moderation.module.css
+share/drupal/core/themes/stable/css/content_moderation/content_moderation.theme.css
 share/drupal/core/themes/stable/css/content_translation/content_translation.admin.css
 share/drupal/core/themes/stable/css/contextual/contextual.icons.theme.css
 share/drupal/core/themes/stable/css/contextual/contextual.module.css
 share/drupal/core/themes/stable/css/contextual/contextual.theme.css
 share/drupal/core/themes/stable/css/contextual/contextual.toolbar.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.base.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.button.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.details.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.dropbutton.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.form.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.layout.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.motion.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.reset.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.table.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.tabledrag.css
+share/drupal/core/themes/stable/css/core/dialog/off-canvas.theme.css
 share/drupal/core/themes/stable/css/core/dropbutton/dropbutton.css
 share/drupal/core/themes/stable/css/core/print.css
 share/drupal/core/themes/stable/css/core/vertical-tabs.css
@@ -11353,6 +12261,10 @@ share/drupal/core/themes/stable/css/node
 share/drupal/core/themes/stable/css/quickedit/quickedit.icons.theme.css
 share/drupal/core/themes/stable/css/quickedit/quickedit.module.css
 share/drupal/core/themes/stable/css/quickedit/quickedit.theme.css
+share/drupal/core/themes/stable/css/settings_tray/settings_tray.module.css
+share/drupal/core/themes/stable/css/settings_tray/settings_tray.motion.css
+share/drupal/core/themes/stable/css/settings_tray/settings_tray.theme.css
+share/drupal/core/themes/stable/css/settings_tray/settings_tray.toolbar.css
 share/drupal/core/themes/stable/css/shortcut/shortcut.icons.theme.css
 share/drupal/core/themes/stable/css/shortcut/shortcut.theme.css
 share/drupal/core/themes/stable/css/simpletest/simpletest.module.css
@@ -11551,6 +12463,7 @@ share/drupal/core/themes/stable/template
 share/drupal/core/themes/stable/templates/block/block--system-messages-block.html.twig
 share/drupal/core/themes/stable/templates/block/block.html.twig
 share/drupal/core/themes/stable/templates/content-edit/entity-add-list.html.twig
+share/drupal/core/themes/stable/templates/content-edit/entity-moderation-form.html.twig
 share/drupal/core/themes/stable/templates/content-edit/file-managed-file.html.twig
 share/drupal/core/themes/stable/templates/content-edit/file-upload-help.html.twig
 share/drupal/core/themes/stable/templates/content-edit/file-widget-multiple.html.twig
@@ -11565,8 +12478,10 @@ share/drupal/core/themes/stable/template
 share/drupal/core/themes/stable/templates/content/book-node-export-html.html.twig
 share/drupal/core/themes/stable/templates/content/comment.html.twig
 share/drupal/core/themes/stable/templates/content/mark.html.twig
+share/drupal/core/themes/stable/templates/content/media-reference-help.html.twig
 share/drupal/core/themes/stable/templates/content/media.html.twig
 share/drupal/core/themes/stable/templates/content/node.html.twig
+share/drupal/core/themes/stable/templates/content/off-canvas-page-wrapper.html.twig
 share/drupal/core/themes/stable/templates/content/page-title.html.twig
 share/drupal/core/themes/stable/templates/content/search-result.html.twig
 share/drupal/core/themes/stable/templates/content/taxonomy-term.html.twig
@@ -11581,7 +12496,9 @@ share/drupal/core/themes/stable/template
 share/drupal/core/themes/stable/templates/field/field--node--title.html.twig
 share/drupal/core/themes/stable/templates/field/field--node--uid.html.twig
 share/drupal/core/themes/stable/templates/field/field.html.twig
+share/drupal/core/themes/stable/templates/field/file-audio.html.twig
 share/drupal/core/themes/stable/templates/field/file-link.html.twig
+share/drupal/core/themes/stable/templates/field/file-video.html.twig
 share/drupal/core/themes/stable/templates/field/image-formatter.html.twig
 share/drupal/core/themes/stable/templates/field/image-style.html.twig
 share/drupal/core/themes/stable/templates/field/image.html.twig
@@ -11747,11 +12664,13 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php
+share/drupal/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php
+share/drupal/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php
@@ -11767,6 +12686,7 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php
+share/drupal/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php
@@ -11774,6 +12694,7 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php
+share/drupal/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php
 share/drupal/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php
@@ -11803,6 +12724,7 @@ share/drupal/vendor/composer/installers/
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/OntoWikiInstallerTest.php
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/PimcoreInstallerTest.php
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/PiwikInstallerTest.php
+share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/SiteDirectInstallerTest.php
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/SyDESInstallerTest.php
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/TestCase.php
 share/drupal/vendor/composer/installers/tests/Composer/Installers/Test/VgmcpInstallerTest.php
@@ -12187,6 +13109,13 @@ share/drupal/vendor/paragonie/random_com
 share/drupal/vendor/paragonie/random_compat/other/build_phar.php
 share/drupal/vendor/paragonie/random_compat/psalm-autoload.php
 share/drupal/vendor/paragonie/random_compat/psalm.xml
+share/drupal/vendor/psr/container/.gitignore
+share/drupal/vendor/psr/container/LICENSE
+share/drupal/vendor/psr/container/README.md
+share/drupal/vendor/psr/container/composer.json
+share/drupal/vendor/psr/container/src/ContainerExceptionInterface.php
+share/drupal/vendor/psr/container/src/ContainerInterface.php
+share/drupal/vendor/psr/container/src/NotFoundExceptionInterface.php
 share/drupal/vendor/psr/http-message/CHANGELOG.md
 share/drupal/vendor/psr/http-message/LICENSE
 share/drupal/vendor/psr/http-message/README.md
@@ -12285,7 +13214,11 @@ share/drupal/vendor/symfony/console/Comm
 share/drupal/vendor/symfony/console/Command/HelpCommand.php
 share/drupal/vendor/symfony/console/Command/ListCommand.php
 share/drupal/vendor/symfony/console/Command/LockableTrait.php
+share/drupal/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php
+share/drupal/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php
+share/drupal/vendor/symfony/console/CommandLoader/FactoryCommandLoader.php
 share/drupal/vendor/symfony/console/ConsoleEvents.php
+share/drupal/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php
 share/drupal/vendor/symfony/console/Descriptor/ApplicationDescription.php
 share/drupal/vendor/symfony/console/Descriptor/Descriptor.php
 share/drupal/vendor/symfony/console/Descriptor/DescriptorInterface.php
@@ -12294,9 +13227,11 @@ share/drupal/vendor/symfony/console/Desc
 share/drupal/vendor/symfony/console/Descriptor/TextDescriptor.php
 share/drupal/vendor/symfony/console/Descriptor/XmlDescriptor.php
 share/drupal/vendor/symfony/console/Event/ConsoleCommandEvent.php
+share/drupal/vendor/symfony/console/Event/ConsoleErrorEvent.php
 share/drupal/vendor/symfony/console/Event/ConsoleEvent.php
 share/drupal/vendor/symfony/console/Event/ConsoleExceptionEvent.php
 share/drupal/vendor/symfony/console/Event/ConsoleTerminateEvent.php
+share/drupal/vendor/symfony/console/EventListener/ErrorListener.php
 share/drupal/vendor/symfony/console/Exception/CommandNotFoundException.php
 share/drupal/vendor/symfony/console/Exception/ExceptionInterface.php
 share/drupal/vendor/symfony/console/Exception/InvalidArgumentException.php
@@ -12391,10 +13326,21 @@ share/drupal/vendor/symfony/debug/compos
 share/drupal/vendor/symfony/debug/phpunit.xml.dist
 share/drupal/vendor/symfony/dependency-injection/.gitignore
 share/drupal/vendor/symfony/dependency-injection/Alias.php
+share/drupal/vendor/symfony/dependency-injection/Argument/ArgumentInterface.php
+share/drupal/vendor/symfony/dependency-injection/Argument/BoundArgument.php
+share/drupal/vendor/symfony/dependency-injection/Argument/IteratorArgument.php
+share/drupal/vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
+share/drupal/vendor/symfony/dependency-injection/Argument/ServiceClosureArgument.php
+share/drupal/vendor/symfony/dependency-injection/Argument/TaggedIteratorArgument.php
 share/drupal/vendor/symfony/dependency-injection/CHANGELOG.md
+share/drupal/vendor/symfony/dependency-injection/ChildDefinition.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/AbstractRecursivePass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/AnalyzeServiceReferencesPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/AutoAliasServicePass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/AutowireExceptionPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/AutowirePass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/AutowireRequiredMethodsPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/CheckArgumentsValidityPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/CheckCircularReferencesPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/CheckDefinitionValidityPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
@@ -12402,6 +13348,7 @@ share/drupal/vendor/symfony/dependency-i
 share/drupal/vendor/symfony/dependency-injection/Compiler/Compiler.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/DecoratorServicePass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/DefinitionErrorExceptionPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ExtensionCompilerPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/FactoryReturnTypePass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/InlineServiceDefinitionsPass.php
@@ -12409,20 +13356,36 @@ share/drupal/vendor/symfony/dependency-i
 share/drupal/vendor/symfony/dependency-injection/Compiler/MergeExtensionConfigurationPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/PassConfig.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/PriorityTaggedServiceTrait.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/RegisterEnvVarProcessorsPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/RegisterServiceSubscribersPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/RemoveAbstractDefinitionsPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/RemovePrivateAliasesPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/RemoveUnusedDefinitionsPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/RepeatablePassInterface.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/RepeatedPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ReplaceAliasByActualDefinitionPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveBindingsPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveChildDefinitionsPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveClassPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveDefinitionTemplatesPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveEnvPlaceholdersPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveFactoryClassPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveHotPathPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveInstanceofConditionalsPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveInvalidReferencesPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveNamedArgumentsPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveParameterPlaceHoldersPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolvePrivatesPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php
+share/drupal/vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php
 share/drupal/vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php
 share/drupal/vendor/symfony/dependency-injection/Config/AutowireServiceResource.php
+share/drupal/vendor/symfony/dependency-injection/Config/ContainerParametersResource.php
+share/drupal/vendor/symfony/dependency-injection/Config/ContainerParametersResourceChecker.php
 share/drupal/vendor/symfony/dependency-injection/Container.php
 share/drupal/vendor/symfony/dependency-injection/ContainerAwareInterface.php
 share/drupal/vendor/symfony/dependency-injection/ContainerAwareTrait.php
@@ -12436,6 +13399,9 @@ share/drupal/vendor/symfony/dependency-i
 share/drupal/vendor/symfony/dependency-injection/Dumper/PhpDumper.php
 share/drupal/vendor/symfony/dependency-injection/Dumper/XmlDumper.php
 share/drupal/vendor/symfony/dependency-injection/Dumper/YamlDumper.php
+share/drupal/vendor/symfony/dependency-injection/EnvVarProcessor.php
+share/drupal/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
+share/drupal/vendor/symfony/dependency-injection/Exception/AutowiringFailedException.php
 share/drupal/vendor/symfony/dependency-injection/Exception/BadMethodCallException.php
 share/drupal/vendor/symfony/dependency-injection/Exception/EnvNotFoundException.php
 share/drupal/vendor/symfony/dependency-injection/Exception/EnvParameterException.php
@@ -12459,7 +13425,39 @@ share/drupal/vendor/symfony/dependency-i
 share/drupal/vendor/symfony/dependency-injection/LazyProxy/Instantiator/RealServiceInstantiator.php
 share/drupal/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/DumperInterface.php
 share/drupal/vendor/symfony/dependency-injection/LazyProxy/PhpDumper/NullDumper.php
+share/drupal/vendor/symfony/dependency-injection/LazyProxy/ProxyHelper.php
 share/drupal/vendor/symfony/dependency-injection/Loader/ClosureLoader.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/AbstractConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/AbstractServiceConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/AliasConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/ContainerConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/DefaultsConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/InlineServiceConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/InstanceofConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/ParametersConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/PrototypeConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/ReferenceConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/ServiceConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/ServicesConfigurator.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AbstractTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ArgumentTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutoconfigureTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/AutowireTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/BindTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/CallTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ClassTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ConfiguratorTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DecorateTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/DeprecateTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FactoryTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/FileTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/LazyTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ParentTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PropertyTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/PublicTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/ShareTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/SyntheticTrait.php
+share/drupal/vendor/symfony/dependency-injection/Loader/Configurator/Traits/TagTrait.php
 share/drupal/vendor/symfony/dependency-injection/Loader/DirectoryLoader.php
 share/drupal/vendor/symfony/dependency-injection/Loader/FileLoader.php
 share/drupal/vendor/symfony/dependency-injection/Loader/IniFileLoader.php
@@ -12475,7 +13473,10 @@ share/drupal/vendor/symfony/dependency-i
 share/drupal/vendor/symfony/dependency-injection/README.md
 share/drupal/vendor/symfony/dependency-injection/Reference.php
 share/drupal/vendor/symfony/dependency-injection/ResettableContainerInterface.php
+share/drupal/vendor/symfony/dependency-injection/ServiceLocator.php
+share/drupal/vendor/symfony/dependency-injection/ServiceSubscriberInterface.php
 share/drupal/vendor/symfony/dependency-injection/TaggedContainerInterface.php
+share/drupal/vendor/symfony/dependency-injection/TypedReference.php
 share/drupal/vendor/symfony/dependency-injection/Variable.php
 share/drupal/vendor/symfony/dependency-injection/composer.json
 share/drupal/vendor/symfony/dependency-injection/phpunit.xml.dist
@@ -12512,6 +13513,8 @@ share/drupal/vendor/symfony/http-foundat
 share/drupal/vendor/symfony/http-foundation/CHANGELOG.md
 share/drupal/vendor/symfony/http-foundation/Cookie.php
 share/drupal/vendor/symfony/http-foundation/Exception/ConflictingHeadersException.php
+share/drupal/vendor/symfony/http-foundation/Exception/RequestExceptionInterface.php
+share/drupal/vendor/symfony/http-foundation/Exception/SuspiciousOperationException.php
 share/drupal/vendor/symfony/http-foundation/ExpressionRequestMatcher.php
 share/drupal/vendor/symfony/http-foundation/File/Exception/AccessDeniedException.php
 share/drupal/vendor/symfony/http-foundation/File/Exception/FileException.php
@@ -12526,6 +13529,7 @@ share/drupal/vendor/symfony/http-foundat
 share/drupal/vendor/symfony/http-foundation/File/MimeType/MimeTypeExtensionGuesser.php
 share/drupal/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesser.php
 share/drupal/vendor/symfony/http-foundation/File/MimeType/MimeTypeGuesserInterface.php
+share/drupal/vendor/symfony/http-foundation/File/Stream.php
 share/drupal/vendor/symfony/http-foundation/File/UploadedFile.php
 share/drupal/vendor/symfony/http-foundation/FileBag.php
 share/drupal/vendor/symfony/http-foundation/HeaderBag.php
@@ -12550,7 +13554,9 @@ share/drupal/vendor/symfony/http-foundat
 share/drupal/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
 share/drupal/vendor/symfony/http-foundation/Session/Session.php
 share/drupal/vendor/symfony/http-foundation/Session/SessionBagInterface.php
+share/drupal/vendor/symfony/http-foundation/Session/SessionBagProxy.php
 share/drupal/vendor/symfony/http-foundation/Session/SessionInterface.php
+share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/MemcacheSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/MemcachedSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/MongoDbSessionHandler.php
@@ -12558,6 +13564,7 @@ share/drupal/vendor/symfony/http-foundat
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/NativeSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/NullSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/PdoSessionHandler.php
+share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/Handler/WriteCheckSessionHandler.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
 share/drupal/vendor/symfony/http-foundation/Session/Storage/MockArraySessionStorage.php
@@ -12589,9 +13596,12 @@ share/drupal/vendor/symfony/http-kernel/
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php
+share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php
+share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php
 share/drupal/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php
+share/drupal/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ControllerReference.php
 share/drupal/vendor/symfony/http-kernel/Controller/ControllerResolver.php
 share/drupal/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php
@@ -12616,12 +13626,19 @@ share/drupal/vendor/symfony/http-kernel/
 share/drupal/vendor/symfony/http-kernel/DataCollector/Util/ValueExporter.php
 share/drupal/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php
 share/drupal/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/AddAnnotatedClassesToCachePass.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/AddClassesToCachePass.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/ConfigurableExtension.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/ControllerArgumentValueResolverPass.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/Extension.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/FragmentRendererPass.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/LoggerPass.php
 share/drupal/vendor/symfony/http-kernel/DependencyInjection/MergeExtensionConfigurationPass.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/ResettableServicePass.php
+share/drupal/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php
 share/drupal/vendor/symfony/http-kernel/Event/FilterControllerArgumentsEvent.php
 share/drupal/vendor/symfony/http-kernel/Event/FilterControllerEvent.php
 share/drupal/vendor/symfony/http-kernel/Event/FilterResponseEvent.php
@@ -12631,6 +13648,8 @@ share/drupal/vendor/symfony/http-kernel/
 share/drupal/vendor/symfony/http-kernel/Event/GetResponseForExceptionEvent.php
 share/drupal/vendor/symfony/http-kernel/Event/KernelEvent.php
 share/drupal/vendor/symfony/http-kernel/Event/PostResponseEvent.php
+share/drupal/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php
+share/drupal/vendor/symfony/http-kernel/EventListener/AbstractTestSessionListener.php
 share/drupal/vendor/symfony/http-kernel/EventListener/AddRequestFormatsListener.php
 share/drupal/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php
 share/drupal/vendor/symfony/http-kernel/EventListener/DumpListener.php
@@ -12688,11 +13707,14 @@ share/drupal/vendor/symfony/http-kernel/
 share/drupal/vendor/symfony/http-kernel/KernelInterface.php
 share/drupal/vendor/symfony/http-kernel/LICENSE
 share/drupal/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php
+share/drupal/vendor/symfony/http-kernel/Log/Logger.php
 share/drupal/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php
 share/drupal/vendor/symfony/http-kernel/Profiler/Profile.php
 share/drupal/vendor/symfony/http-kernel/Profiler/Profiler.php
 share/drupal/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php
 share/drupal/vendor/symfony/http-kernel/README.md
+share/drupal/vendor/symfony/http-kernel/RebootableInterface.php
+share/drupal/vendor/symfony/http-kernel/Resources/welcome.html.php
 share/drupal/vendor/symfony/http-kernel/TerminableInterface.php
 share/drupal/vendor/symfony/http-kernel/UriSigner.php
 share/drupal/vendor/symfony/http-kernel/composer.json
@@ -12765,6 +13787,18 @@ share/drupal/vendor/symfony/polyfill-mbs
 share/drupal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
 share/drupal/vendor/symfony/polyfill-mbstring/bootstrap.php
 share/drupal/vendor/symfony/polyfill-mbstring/composer.json
+share/drupal/vendor/symfony/polyfill-php70/LICENSE
+share/drupal/vendor/symfony/polyfill-php70/Php70.php
+share/drupal/vendor/symfony/polyfill-php70/README.md
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/Error.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php
+share/drupal/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php
+share/drupal/vendor/symfony/polyfill-php70/bootstrap.php
+share/drupal/vendor/symfony/polyfill-php70/composer.json
 share/drupal/vendor/symfony/process/.gitignore
 share/drupal/vendor/symfony/process/CHANGELOG.md
 share/drupal/vendor/symfony/process/Exception/ExceptionInterface.php
@@ -12803,10 +13837,12 @@ share/drupal/vendor/symfony/routing/.git
 share/drupal/vendor/symfony/routing/Annotation/Route.php
 share/drupal/vendor/symfony/routing/CHANGELOG.md
 share/drupal/vendor/symfony/routing/CompiledRoute.php
+share/drupal/vendor/symfony/routing/DependencyInjection/RoutingResolverPass.php
 share/drupal/vendor/symfony/routing/Exception/ExceptionInterface.php
 share/drupal/vendor/symfony/routing/Exception/InvalidParameterException.php
 share/drupal/vendor/symfony/routing/Exception/MethodNotAllowedException.php
 share/drupal/vendor/symfony/routing/Exception/MissingMandatoryParametersException.php
+share/drupal/vendor/symfony/routing/Exception/NoConfigurationException.php
 share/drupal/vendor/symfony/routing/Exception/ResourceNotFoundException.php
 share/drupal/vendor/symfony/routing/Exception/RouteNotFoundException.php
 share/drupal/vendor/symfony/routing/Generator/ConfigurableRequirementsInterface.php
@@ -12820,6 +13856,12 @@ share/drupal/vendor/symfony/routing/Load
 share/drupal/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php
 share/drupal/vendor/symfony/routing/Loader/AnnotationFileLoader.php
 share/drupal/vendor/symfony/routing/Loader/ClosureLoader.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/CollectionConfigurator.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/ImportConfigurator.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/RouteConfigurator.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/RoutingConfigurator.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/Traits/AddTrait.php
+share/drupal/vendor/symfony/routing/Loader/Configurator/Traits/RouteTrait.php
 share/drupal/vendor/symfony/routing/Loader/DependencyInjection/ServiceRouterLoader.php
 share/drupal/vendor/symfony/routing/Loader/DirectoryLoader.php
 share/drupal/vendor/symfony/routing/Loader/ObjectRouteLoader.php
@@ -12828,11 +13870,11 @@ share/drupal/vendor/symfony/routing/Load
 share/drupal/vendor/symfony/routing/Loader/YamlFileLoader.php
 share/drupal/vendor/symfony/routing/Loader/schema/routing/routing-1.0.xsd
 share/drupal/vendor/symfony/routing/Matcher/Dumper/DumperCollection.php
-share/drupal/vendor/symfony/routing/Matcher/Dumper/DumperPrefixCollection.php
 share/drupal/vendor/symfony/routing/Matcher/Dumper/DumperRoute.php
 share/drupal/vendor/symfony/routing/Matcher/Dumper/MatcherDumper.php
 share/drupal/vendor/symfony/routing/Matcher/Dumper/MatcherDumperInterface.php
 share/drupal/vendor/symfony/routing/Matcher/Dumper/PhpMatcherDumper.php
+share/drupal/vendor/symfony/routing/Matcher/Dumper/StaticPrefixCollection.php
 share/drupal/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php
 share/drupal/vendor/symfony/routing/Matcher/RedirectableUrlMatcherInterface.php
 share/drupal/vendor/symfony/routing/Matcher/RequestMatcherInterface.php
@@ -12855,8 +13897,11 @@ share/drupal/vendor/symfony/serializer/.
 share/drupal/vendor/symfony/serializer/Annotation/Groups.php
 share/drupal/vendor/symfony/serializer/Annotation/MaxDepth.php
 share/drupal/vendor/symfony/serializer/CHANGELOG.md
+share/drupal/vendor/symfony/serializer/DependencyInjection/SerializerPass.php
 share/drupal/vendor/symfony/serializer/Encoder/ChainDecoder.php
 share/drupal/vendor/symfony/serializer/Encoder/ChainEncoder.php
+share/drupal/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php
+share/drupal/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php
 share/drupal/vendor/symfony/serializer/Encoder/CsvEncoder.php
 share/drupal/vendor/symfony/serializer/Encoder/DecoderInterface.php
 share/drupal/vendor/symfony/serializer/Encoder/EncoderInterface.php
@@ -12870,9 +13915,12 @@ share/drupal/vendor/symfony/serializer/E
 share/drupal/vendor/symfony/serializer/Exception/BadMethodCallException.php
 share/drupal/vendor/symfony/serializer/Exception/CircularReferenceException.php
 share/drupal/vendor/symfony/serializer/Exception/ExceptionInterface.php
+share/drupal/vendor/symfony/serializer/Exception/ExtraAttributesException.php
 share/drupal/vendor/symfony/serializer/Exception/InvalidArgumentException.php
 share/drupal/vendor/symfony/serializer/Exception/LogicException.php
 share/drupal/vendor/symfony/serializer/Exception/MappingException.php
+share/drupal/vendor/symfony/serializer/Exception/NotEncodableValueException.php
+share/drupal/vendor/symfony/serializer/Exception/NotNormalizableValueException.php
 share/drupal/vendor/symfony/serializer/Exception/RuntimeException.php
 share/drupal/vendor/symfony/serializer/Exception/UnexpectedValueException.php
 share/drupal/vendor/symfony/serializer/Exception/UnsupportedException.php
@@ -12897,8 +13945,11 @@ share/drupal/vendor/symfony/serializer/N
 share/drupal/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php
+share/drupal/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php
+share/drupal/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php
 share/drupal/vendor/symfony/serializer/Normalizer/CustomNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php
+share/drupal/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/DenormalizableInterface.php
 share/drupal/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php
@@ -12911,6 +13962,7 @@ share/drupal/vendor/symfony/serializer/N
 share/drupal/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php
 share/drupal/vendor/symfony/serializer/Normalizer/NormalizerInterface.php
 share/drupal/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php
+share/drupal/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php
 share/drupal/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php
 share/drupal/vendor/symfony/serializer/Normalizer/SerializerAwareNormalizer.php
 share/drupal/vendor/symfony/serializer/README.md
@@ -12926,8 +13978,12 @@ share/drupal/vendor/symfony/translation/
 share/drupal/vendor/symfony/translation/Catalogue/MergeOperation.php
 share/drupal/vendor/symfony/translation/Catalogue/OperationInterface.php
 share/drupal/vendor/symfony/translation/Catalogue/TargetOperation.php
+share/drupal/vendor/symfony/translation/Command/XliffLintCommand.php
 share/drupal/vendor/symfony/translation/DataCollector/TranslationDataCollector.php
 share/drupal/vendor/symfony/translation/DataCollectorTranslator.php
+share/drupal/vendor/symfony/translation/DependencyInjection/TranslationDumperPass.php
+share/drupal/vendor/symfony/translation/DependencyInjection/TranslationExtractorPass.php
+share/drupal/vendor/symfony/translation/DependencyInjection/TranslatorPass.php
 share/drupal/vendor/symfony/translation/Dumper/CsvFileDumper.php
 share/drupal/vendor/symfony/translation/Dumper/DumperInterface.php
 share/drupal/vendor/symfony/translation/Dumper/FileDumper.php
@@ -12949,6 +14005,11 @@ share/drupal/vendor/symfony/translation/
 share/drupal/vendor/symfony/translation/Extractor/AbstractFileExtractor.php
 share/drupal/vendor/symfony/translation/Extractor/ChainExtractor.php
 share/drupal/vendor/symfony/translation/Extractor/ExtractorInterface.php
+share/drupal/vendor/symfony/translation/Extractor/PhpExtractor.php
+share/drupal/vendor/symfony/translation/Extractor/PhpStringTokenParser.php
+share/drupal/vendor/symfony/translation/Formatter/ChoiceMessageFormatterInterface.php
+share/drupal/vendor/symfony/translation/Formatter/MessageFormatter.php
+share/drupal/vendor/symfony/translation/Formatter/MessageFormatterInterface.php
 share/drupal/vendor/symfony/translation/IdentityTranslator.php
 share/drupal/vendor/symfony/translation/Interval.php
 share/drupal/vendor/symfony/translation/LICENSE
@@ -12976,11 +14037,15 @@ share/drupal/vendor/symfony/translation/
 share/drupal/vendor/symfony/translation/MetadataAwareInterface.php
 share/drupal/vendor/symfony/translation/PluralizationRules.php
 share/drupal/vendor/symfony/translation/README.md
+share/drupal/vendor/symfony/translation/Reader/TranslationReader.php
+share/drupal/vendor/symfony/translation/Reader/TranslationReaderInterface.php
+share/drupal/vendor/symfony/translation/Resources/schemas/xliff-core-1.2-strict.xsd
 share/drupal/vendor/symfony/translation/Translator.php
 share/drupal/vendor/symfony/translation/TranslatorBagInterface.php
 share/drupal/vendor/symfony/translation/TranslatorInterface.php
 share/drupal/vendor/symfony/translation/Util/ArrayConverter.php
 share/drupal/vendor/symfony/translation/Writer/TranslationWriter.php
+share/drupal/vendor/symfony/translation/Writer/TranslationWriterInterface.php
 share/drupal/vendor/symfony/translation/composer.json
 share/drupal/vendor/symfony/translation/phpunit.xml.dist
 share/drupal/vendor/symfony/validator/.gitignore
@@ -13090,10 +14155,15 @@ share/drupal/vendor/symfony/validator/Co
 share/drupal/vendor/symfony/validator/Constraints/Uuid.php
 share/drupal/vendor/symfony/validator/Constraints/UuidValidator.php
 share/drupal/vendor/symfony/validator/Constraints/Valid.php
+share/drupal/vendor/symfony/validator/Constraints/ValidValidator.php
+share/drupal/vendor/symfony/validator/ContainerConstraintValidatorFactory.php
 share/drupal/vendor/symfony/validator/Context/ExecutionContext.php
 share/drupal/vendor/symfony/validator/Context/ExecutionContextFactory.php
 share/drupal/vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php
 share/drupal/vendor/symfony/validator/Context/ExecutionContextInterface.php
+share/drupal/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php
+share/drupal/vendor/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php
+share/drupal/vendor/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php
 share/drupal/vendor/symfony/validator/Exception/BadMethodCallException.php
 share/drupal/vendor/symfony/validator/Exception/ConstraintDefinitionException.php
 share/drupal/vendor/symfony/validator/Exception/ExceptionInterface.php
@@ -13146,6 +14216,7 @@ share/drupal/vendor/symfony/validator/Va
 share/drupal/vendor/symfony/validator/Validator/ContextualValidatorInterface.php
 share/drupal/vendor/symfony/validator/Validator/RecursiveContextualValidator.php
 share/drupal/vendor/symfony/validator/Validator/RecursiveValidator.php
+share/drupal/vendor/symfony/validator/Validator/TraceableValidator.php
 share/drupal/vendor/symfony/validator/Validator/ValidatorInterface.php
 share/drupal/vendor/symfony/validator/ValidatorBuilder.php
 share/drupal/vendor/symfony/validator/ValidatorBuilderInterface.php
@@ -13166,6 +14237,7 @@ share/drupal/vendor/symfony/yaml/Inline.
 share/drupal/vendor/symfony/yaml/LICENSE
 share/drupal/vendor/symfony/yaml/Parser.php
 share/drupal/vendor/symfony/yaml/README.md
+share/drupal/vendor/symfony/yaml/Tag/TaggedValue.php
 share/drupal/vendor/symfony/yaml/Unescaper.php
 share/drupal/vendor/symfony/yaml/Yaml.php
 share/drupal/vendor/symfony/yaml/composer.json
@@ -13317,6 +14389,7 @@ share/drupal/vendor/twig/twig/lib/Twig/N
 share/drupal/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php
 share/drupal/vendor/twig/twig/lib/Twig/Parser.php
 share/drupal/vendor/twig/twig/lib/Twig/ParserInterface.php
+share/drupal/vendor/twig/twig/lib/Twig/Profiler/Dumper/Base.php
 share/drupal/vendor/twig/twig/lib/Twig/Profiler/Dumper/Blackfire.php
 share/drupal/vendor/twig/twig/lib/Twig/Profiler/Dumper/Html.php
 share/drupal/vendor/twig/twig/lib/Twig/Profiler/Dumper/Text.php
@@ -13376,6 +14449,177 @@ share/drupal/vendor/twig/twig/lib/Twig/T
 share/drupal/vendor/twig/twig/lib/Twig/Util/DeprecationCollector.php
 share/drupal/vendor/twig/twig/lib/Twig/Util/TemplateDirIterator.php
 share/drupal/vendor/twig/twig/phpunit.xml.dist
+share/drupal/vendor/twig/twig/src/Cache/CacheInterface.php
+share/drupal/vendor/twig/twig/src/Cache/FilesystemCache.php
+share/drupal/vendor/twig/twig/src/Cache/NullCache.php
+share/drupal/vendor/twig/twig/src/Compiler.php
+share/drupal/vendor/twig/twig/src/Environment.php
+share/drupal/vendor/twig/twig/src/Error/Error.php
+share/drupal/vendor/twig/twig/src/Error/LoaderError.php
+share/drupal/vendor/twig/twig/src/Error/RuntimeError.php
+share/drupal/vendor/twig/twig/src/Error/SyntaxError.php
+share/drupal/vendor/twig/twig/src/ExpressionParser.php
+share/drupal/vendor/twig/twig/src/Extension/AbstractExtension.php
+share/drupal/vendor/twig/twig/src/Extension/CoreExtension.php
+share/drupal/vendor/twig/twig/src/Extension/DebugExtension.php
+share/drupal/vendor/twig/twig/src/Extension/EscaperExtension.php
+share/drupal/vendor/twig/twig/src/Extension/ExtensionInterface.php
+share/drupal/vendor/twig/twig/src/Extension/GlobalsInterface.php
+share/drupal/vendor/twig/twig/src/Extension/InitRuntimeInterface.php
+share/drupal/vendor/twig/twig/src/Extension/OptimizerExtension.php
+share/drupal/vendor/twig/twig/src/Extension/ProfilerExtension.php
+share/drupal/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php
+share/drupal/vendor/twig/twig/src/Extension/SandboxExtension.php
+share/drupal/vendor/twig/twig/src/Extension/StagingExtension.php
+share/drupal/vendor/twig/twig/src/Extension/StringLoaderExtension.php
+share/drupal/vendor/twig/twig/src/FileExtensionEscapingStrategy.php
+share/drupal/vendor/twig/twig/src/Lexer.php
+share/drupal/vendor/twig/twig/src/Loader/ArrayLoader.php
+share/drupal/vendor/twig/twig/src/Loader/ChainLoader.php
+share/drupal/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php
+share/drupal/vendor/twig/twig/src/Loader/FilesystemLoader.php
+share/drupal/vendor/twig/twig/src/Loader/LoaderInterface.php
+share/drupal/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php
+share/drupal/vendor/twig/twig/src/Markup.php
+share/drupal/vendor/twig/twig/src/Node/AutoEscapeNode.php
+share/drupal/vendor/twig/twig/src/Node/BlockNode.php
+share/drupal/vendor/twig/twig/src/Node/BlockReferenceNode.php
+share/drupal/vendor/twig/twig/src/Node/BodyNode.php
+share/drupal/vendor/twig/twig/src/Node/CheckSecurityNode.php
+share/drupal/vendor/twig/twig/src/Node/DoNode.php
+share/drupal/vendor/twig/twig/src/Node/EmbedNode.php
+share/drupal/vendor/twig/twig/src/Node/Expression/AbstractExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/ArrayExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/CallExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/ConstantExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php
+share/drupal/vendor/twig/twig/src/Node/Expression/FilterExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/FunctionExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/NameExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/ParentExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/TempNameExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/NullTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/OddTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php
+share/drupal/vendor/twig/twig/src/Node/Expression/TestExpression.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php
+share/drupal/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
+share/drupal/vendor/twig/twig/src/Node/FlushNode.php
+share/drupal/vendor/twig/twig/src/Node/ForLoopNode.php
+share/drupal/vendor/twig/twig/src/Node/ForNode.php
+share/drupal/vendor/twig/twig/src/Node/IfNode.php
+share/drupal/vendor/twig/twig/src/Node/ImportNode.php
+share/drupal/vendor/twig/twig/src/Node/IncludeNode.php
+share/drupal/vendor/twig/twig/src/Node/MacroNode.php
+share/drupal/vendor/twig/twig/src/Node/ModuleNode.php
+share/drupal/vendor/twig/twig/src/Node/Node.php
+share/drupal/vendor/twig/twig/src/Node/NodeCaptureInterface.php
+share/drupal/vendor/twig/twig/src/Node/NodeOutputInterface.php
+share/drupal/vendor/twig/twig/src/Node/PrintNode.php
+share/drupal/vendor/twig/twig/src/Node/SandboxNode.php
+share/drupal/vendor/twig/twig/src/Node/SandboxedPrintNode.php
+share/drupal/vendor/twig/twig/src/Node/SetNode.php
+share/drupal/vendor/twig/twig/src/Node/SetTempNode.php
+share/drupal/vendor/twig/twig/src/Node/SpacelessNode.php
+share/drupal/vendor/twig/twig/src/Node/TextNode.php
+share/drupal/vendor/twig/twig/src/Node/WithNode.php
+share/drupal/vendor/twig/twig/src/NodeTraverser.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php
+share/drupal/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php
+share/drupal/vendor/twig/twig/src/Parser.php
+share/drupal/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php
+share/drupal/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php
+share/drupal/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php
+share/drupal/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php
+share/drupal/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php
+share/drupal/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php
+share/drupal/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php
+share/drupal/vendor/twig/twig/src/Profiler/Profile.php
+share/drupal/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php
+share/drupal/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php
+share/drupal/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityPolicy.php
+share/drupal/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php
+share/drupal/vendor/twig/twig/src/Source.php
+share/drupal/vendor/twig/twig/src/Template.php
+share/drupal/vendor/twig/twig/src/TemplateWrapper.php
+share/drupal/vendor/twig/twig/src/Test/IntegrationTestCase.php
+share/drupal/vendor/twig/twig/src/Test/NodeTestCase.php
+share/drupal/vendor/twig/twig/src/Token.php
+share/drupal/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/BlockTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/DoTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/FilterTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/FlushTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/ForTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/FromTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/IfTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/ImportTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/MacroTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/SetTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/SpacelessTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/TokenParserInterface.php
+share/drupal/vendor/twig/twig/src/TokenParser/UseTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenParser/WithTokenParser.php
+share/drupal/vendor/twig/twig/src/TokenStream.php
+share/drupal/vendor/twig/twig/src/TwigFilter.php
+share/drupal/vendor/twig/twig/src/TwigFunction.php
+share/drupal/vendor/twig/twig/src/TwigTest.php
+share/drupal/vendor/twig/twig/src/Util/DeprecationCollector.php
+share/drupal/vendor/twig/twig/src/Util/TemplateDirIterator.php
 share/drupal/vendor/web.config
 share/drupal/vendor/wikimedia/composer-merge-plugin/LICENSE
 share/drupal/vendor/wikimedia/composer-merge-plugin/README.md
Index: pkgsrc/www/drupal8/distinfo
diff -u pkgsrc/www/drupal8/distinfo:1.3 pkgsrc/www/drupal8/distinfo:1.4
--- pkgsrc/www/drupal8/distinfo:1.3     Tue Feb 27 07:48:29 2018
+++ pkgsrc/www/drupal8/distinfo Tue Mar 27 11:08:27 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2018/02/27 07:48:29 wen Exp $
+$NetBSD: distinfo,v 1.4 2018/03/27 11:08:27 prlw1 Exp $
 
-SHA1 (drupal-8.4.5.tar.gz) = 8d5f7e055f86bf57d40f5c6eaf78acf352500446
-RMD160 (drupal-8.4.5.tar.gz) = f8761e8188acce152c2502cd5d057acd5bb62ba3
-SHA512 (drupal-8.4.5.tar.gz) = 105a6bce140b1f5965d42f46df4a8fa0f8802ae6b4efde5c095004f51beebe5f1c4d3064e3363f59f9a15f739ea598b2e9a03304630731113777b3639b3440d2
-Size (drupal-8.4.5.tar.gz) = 13414036 bytes
+SHA1 (drupal-8.5.0.tar.gz) = cefdcddecef548f0006901dfd680c840029f1177
+RMD160 (drupal-8.5.0.tar.gz) = 6727082e641783c263a8b910a5f89854dba10665
+SHA512 (drupal-8.5.0.tar.gz) = db24b8382d24fe4d8278361677571d367e9f6252785648f11e5842e7476b29c7b32f7b7f046f5ec76dea015b54629fc84664a9bfbf18d9f113ec6cf3eadb82ac
+Size (drupal-8.5.0.tar.gz) = 15535794 bytes



Home | Main Index | Thread Index | Old Index