Showing
with
0 additions
and
0 deletions
+0
-0
- core/modules/action/src/ActionAddForm.php core/modules/action/src/ActionAddForm.php +0 -0
- core/modules/action/src/ActionEditForm.php core/modules/action/src/ActionEditForm.php +0 -0
- core/modules/action/src/ActionFormBase.php core/modules/action/src/ActionFormBase.php +0 -0
- core/modules/action/src/ActionListBuilder.php core/modules/action/src/ActionListBuilder.php +0 -0
- core/modules/action/src/Form/ActionAdminManageForm.php core/modules/action/src/Form/ActionAdminManageForm.php +0 -0
- core/modules/action/src/Form/ActionDeleteForm.php core/modules/action/src/Form/ActionDeleteForm.php +0 -0
- core/modules/action/src/Plugin/Action/EmailAction.php core/modules/action/src/Plugin/Action/EmailAction.php +0 -0
- core/modules/action/src/Plugin/Action/GotoAction.php core/modules/action/src/Plugin/Action/GotoAction.php +0 -0
- core/modules/action/src/Plugin/Action/MessageAction.php core/modules/action/src/Plugin/Action/MessageAction.php +0 -0
- core/modules/action/src/Tests/ActionUninstallTest.php core/modules/action/src/Tests/ActionUninstallTest.php +0 -0
- core/modules/action/src/Tests/BulkFormTest.php core/modules/action/src/Tests/BulkFormTest.php +0 -0
- core/modules/action/src/Tests/ConfigurationTest.php core/modules/action/src/Tests/ConfigurationTest.php +0 -0
- core/modules/action/tests/src/Menu/ActionLocalTasksTest.php core/modules/action/tests/src/Menu/ActionLocalTasksTest.php +0 -0
- core/modules/aggregator/src/Annotation/AggregatorFetcher.php core/modules/aggregator/src/Annotation/AggregatorFetcher.php +0 -0
- core/modules/aggregator/src/Annotation/AggregatorParser.php core/modules/aggregator/src/Annotation/AggregatorParser.php +0 -0
- core/modules/aggregator/src/Annotation/AggregatorProcessor.php ...modules/aggregator/src/Annotation/AggregatorProcessor.php +0 -0
- core/modules/aggregator/src/Controller/AggregatorController.php ...odules/aggregator/src/Controller/AggregatorController.php +0 -0
- core/modules/aggregator/src/Entity/Feed.php core/modules/aggregator/src/Entity/Feed.php +0 -0
- core/modules/aggregator/src/Entity/Item.php core/modules/aggregator/src/Entity/Item.php +0 -0
- core/modules/aggregator/src/FeedForm.php core/modules/aggregator/src/FeedForm.php +0 -0
- core/modules/aggregator/src/FeedInterface.php core/modules/aggregator/src/FeedInterface.php +0 -0
- core/modules/aggregator/src/FeedStorage.php core/modules/aggregator/src/FeedStorage.php +0 -0
- core/modules/aggregator/src/FeedStorageInterface.php core/modules/aggregator/src/FeedStorageInterface.php +0 -0
- core/modules/aggregator/src/FeedViewBuilder.php core/modules/aggregator/src/FeedViewBuilder.php +0 -0
- core/modules/aggregator/src/Form/FeedDeleteForm.php core/modules/aggregator/src/Form/FeedDeleteForm.php +0 -0
- core/modules/aggregator/src/Form/FeedItemsDeleteForm.php core/modules/aggregator/src/Form/FeedItemsDeleteForm.php +0 -0
- core/modules/aggregator/src/Form/OpmlFeedAdd.php core/modules/aggregator/src/Form/OpmlFeedAdd.php +0 -0
- core/modules/aggregator/src/Form/SettingsForm.php core/modules/aggregator/src/Form/SettingsForm.php +0 -0
- core/modules/aggregator/src/ItemInterface.php core/modules/aggregator/src/ItemInterface.php +0 -0
- core/modules/aggregator/src/ItemStorage.php core/modules/aggregator/src/ItemStorage.php +0 -0
- core/modules/aggregator/src/ItemStorageInterface.php core/modules/aggregator/src/ItemStorageInterface.php +0 -0
- core/modules/aggregator/src/ItemViewBuilder.php core/modules/aggregator/src/ItemViewBuilder.php +0 -0
- core/modules/aggregator/src/ItemsImporter.php core/modules/aggregator/src/ItemsImporter.php +0 -0
- core/modules/aggregator/src/ItemsImporterInterface.php core/modules/aggregator/src/ItemsImporterInterface.php +0 -0
- core/modules/aggregator/src/Plugin/AggregatorPluginManager.php ...modules/aggregator/src/Plugin/AggregatorPluginManager.php +0 -0
- core/modules/aggregator/src/Plugin/AggregatorPluginSettingsBase.php ...es/aggregator/src/Plugin/AggregatorPluginSettingsBase.php +0 -0
- core/modules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php ...dules/aggregator/src/Plugin/Block/AggregatorFeedBlock.php +0 -0
- core/modules/aggregator/src/Plugin/FetcherInterface.php core/modules/aggregator/src/Plugin/FetcherInterface.php +0 -0
- core/modules/aggregator/src/Plugin/ParserInterface.php core/modules/aggregator/src/Plugin/ParserInterface.php +0 -0
- core/modules/aggregator/src/Plugin/ProcessorInterface.php core/modules/aggregator/src/Plugin/ProcessorInterface.php +0 -0
- core/modules/aggregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php ...gregator/src/Plugin/aggregator/fetcher/DefaultFetcher.php +0 -0
- core/modules/aggregator/src/Plugin/aggregator/parser/DefaultParser.php ...aggregator/src/Plugin/aggregator/parser/DefaultParser.php +0 -0
- core/modules/aggregator/src/Plugin/aggregator/processor/DefaultProcessor.php ...ator/src/Plugin/aggregator/processor/DefaultProcessor.php +0 -0
- core/modules/aggregator/src/Plugin/views/argument/Fid.php core/modules/aggregator/src/Plugin/views/argument/Fid.php +0 -0
- core/modules/aggregator/src/Plugin/views/argument/Iid.php core/modules/aggregator/src/Plugin/views/argument/Iid.php +0 -0
- core/modules/aggregator/src/Plugin/views/field/TitleLink.php core/modules/aggregator/src/Plugin/views/field/TitleLink.php +0 -0
- core/modules/aggregator/src/Plugin/views/field/Xss.php core/modules/aggregator/src/Plugin/views/field/Xss.php +0 -0
- core/modules/aggregator/src/Plugin/views/row/Rss.php core/modules/aggregator/src/Plugin/views/row/Rss.php +0 -0
- core/modules/aggregator/src/Tests/AddFeedTest.php core/modules/aggregator/src/Tests/AddFeedTest.php +0 -0
- core/modules/aggregator/src/Tests/AggregatorConfigurationTest.php ...ules/aggregator/src/Tests/AggregatorConfigurationTest.php +0 -0
- core/modules/aggregator/src/Tests/AggregatorCronTest.php core/modules/aggregator/src/Tests/AggregatorCronTest.php +0 -0
- core/modules/aggregator/src/Tests/AggregatorRenderingTest.php .../modules/aggregator/src/Tests/AggregatorRenderingTest.php +0 -0
- core/modules/aggregator/src/Tests/AggregatorTestBase.php core/modules/aggregator/src/Tests/AggregatorTestBase.php +0 -0
- core/modules/aggregator/src/Tests/DeleteFeedItemTest.php core/modules/aggregator/src/Tests/DeleteFeedItemTest.php +0 -0
- core/modules/aggregator/src/Tests/DeleteFeedTest.php core/modules/aggregator/src/Tests/DeleteFeedTest.php +0 -0
- core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php core/modules/aggregator/src/Tests/FeedFetcherPluginTest.php +0 -0
- core/modules/aggregator/src/Tests/FeedLanguageTest.php core/modules/aggregator/src/Tests/FeedLanguageTest.php +0 -0
- core/modules/aggregator/src/Tests/FeedParserTest.php core/modules/aggregator/src/Tests/FeedParserTest.php +0 -0
- core/modules/aggregator/src/Tests/FeedProcessorPluginTest.php .../modules/aggregator/src/Tests/FeedProcessorPluginTest.php +0 -0
- core/modules/aggregator/src/Tests/ImportOpmlTest.php core/modules/aggregator/src/Tests/ImportOpmlTest.php +0 -0
- core/modules/aggregator/src/Tests/UpdateFeedItemTest.php core/modules/aggregator/src/Tests/UpdateFeedItemTest.php +0 -0
- core/modules/aggregator/src/Tests/UpdateFeedTest.php core/modules/aggregator/src/Tests/UpdateFeedTest.php +0 -0
- core/modules/aggregator/src/Tests/Views/IntegrationTest.php core/modules/aggregator/src/Tests/Views/IntegrationTest.php +0 -0
- core/modules/aggregator/tests/modules/aggregator_test/src/Controller/AggregatorTestRssController.php ...gator_test/src/Controller/AggregatorTestRssController.php +0 -0
- core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/fetcher/TestFetcher.php ...egator_test/src/Plugin/aggregator/fetcher/TestFetcher.php +0 -0
- core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/parser/TestParser.php ...gregator_test/src/Plugin/aggregator/parser/TestParser.php +0 -0
- core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php ...or_test/src/Plugin/aggregator/processor/TestProcessor.php +0 -0
- core/modules/aggregator/tests/src/Menu/AggregatorLocalTasksTest.php ...es/aggregator/tests/src/Menu/AggregatorLocalTasksTest.php +0 -0
- core/modules/aggregator/tests/src/Plugin/AggregatorPluginSettingsBaseTest.php ...tor/tests/src/Plugin/AggregatorPluginSettingsBaseTest.php +0 -0
- core/modules/ban/src/BanIpManager.php core/modules/ban/src/BanIpManager.php +0 -0
- core/modules/ban/src/BanIpManagerInterface.php core/modules/ban/src/BanIpManagerInterface.php +0 -0
- core/modules/ban/src/EventSubscriber/BanSubscriber.php core/modules/ban/src/EventSubscriber/BanSubscriber.php +0 -0
- core/modules/ban/src/Form/BanAdmin.php core/modules/ban/src/Form/BanAdmin.php +0 -0
- core/modules/ban/src/Form/BanDelete.php core/modules/ban/src/Form/BanDelete.php +0 -0
- core/modules/ban/src/Tests/IpAddressBlockingTest.php core/modules/ban/src/Tests/IpAddressBlockingTest.php +0 -0
- core/modules/basic_auth/src/Authentication/Provider/BasicAuth.php ...ules/basic_auth/src/Authentication/Provider/BasicAuth.php +0 -0
- core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php ...les/basic_auth/src/Tests/Authentication/BasicAuthTest.php +0 -0
- core/modules/block/custom_block/src/Controller/CustomBlockController.php ...ock/custom_block/src/Controller/CustomBlockController.php +0 -0
- core/modules/block/custom_block/src/CustomBlockAccessController.php ...es/block/custom_block/src/CustomBlockAccessController.php +0 -0
- core/modules/block/custom_block/src/CustomBlockForm.php core/modules/block/custom_block/src/CustomBlockForm.php +0 -0
- core/modules/block/custom_block/src/CustomBlockInterface.php core/modules/block/custom_block/src/CustomBlockInterface.php +0 -0
- core/modules/block/custom_block/src/CustomBlockListBuilder.php ...modules/block/custom_block/src/CustomBlockListBuilder.php +0 -0
- core/modules/block/custom_block/src/CustomBlockTranslationHandler.php .../block/custom_block/src/CustomBlockTranslationHandler.php +0 -0
- core/modules/block/custom_block/src/CustomBlockTypeForm.php core/modules/block/custom_block/src/CustomBlockTypeForm.php +0 -0
- core/modules/block/custom_block/src/CustomBlockTypeInterface.php ...dules/block/custom_block/src/CustomBlockTypeInterface.php +0 -0
- core/modules/block/custom_block/src/CustomBlockTypeListBuilder.php ...les/block/custom_block/src/CustomBlockTypeListBuilder.php +0 -0
- core/modules/block/custom_block/src/CustomBlockViewBuilder.php ...modules/block/custom_block/src/CustomBlockViewBuilder.php +0 -0
- core/modules/block/custom_block/src/Entity/CustomBlock.php core/modules/block/custom_block/src/Entity/CustomBlock.php +0 -0
- core/modules/block/custom_block/src/Entity/CustomBlockType.php ...modules/block/custom_block/src/Entity/CustomBlockType.php +0 -0
- core/modules/block/custom_block/src/Form/CustomBlockDeleteForm.php ...les/block/custom_block/src/Form/CustomBlockDeleteForm.php +0 -0
- core/modules/block/custom_block/src/Form/CustomBlockTypeDeleteForm.php ...block/custom_block/src/Form/CustomBlockTypeDeleteForm.php +0 -0
- core/modules/block/custom_block/src/Plugin/Block/CustomBlockBlock.php .../block/custom_block/src/Plugin/Block/CustomBlockBlock.php +0 -0
- core/modules/block/custom_block/src/Plugin/Derivative/CustomBlock.php .../block/custom_block/src/Plugin/Derivative/CustomBlock.php +0 -0
- core/modules/block/custom_block/src/Plugin/Menu/LocalAction/CustomBlockAddLocalAction.php ...src/Plugin/Menu/LocalAction/CustomBlockAddLocalAction.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockCacheTagsTest.php ...block/custom_block/src/Tests/CustomBlockCacheTagsTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockCreationTest.php .../block/custom_block/src/Tests/CustomBlockCreationTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockFieldTest.php ...les/block/custom_block/src/Tests/CustomBlockFieldTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockListTest.php ...ules/block/custom_block/src/Tests/CustomBlockListTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockPageViewTest.php .../block/custom_block/src/Tests/CustomBlockPageViewTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockRevisionsTest.php ...block/custom_block/src/Tests/CustomBlockRevisionsTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockSaveTest.php ...ules/block/custom_block/src/Tests/CustomBlockSaveTest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockTestBase.php ...ules/block/custom_block/src/Tests/CustomBlockTestBase.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockTranslationUITest.php ...k/custom_block/src/Tests/CustomBlockTranslationUITest.php +0 -0
- core/modules/block/custom_block/src/Tests/CustomBlockTypeTest.php ...ules/block/custom_block/src/Tests/CustomBlockTypeTest.php +0 -0
- core/modules/block/custom_block/src/Tests/PageEditTest.php core/modules/block/custom_block/src/Tests/PageEditTest.php +0 -0
- core/modules/block/custom_block/tests/src/Menu/CustomBlockLocalTasksTest.php ...custom_block/tests/src/Menu/CustomBlockLocalTasksTest.php +0 -0
- core/modules/block/src/Annotation/Block.php core/modules/block/src/Annotation/Block.php +0 -0
- core/modules/block/src/BlockAccessController.php core/modules/block/src/BlockAccessController.php +0 -0
- core/modules/block/src/BlockBase.php core/modules/block/src/BlockBase.php +0 -0
- core/modules/block/src/BlockForm.php core/modules/block/src/BlockForm.php +0 -0
- core/modules/block/src/BlockInterface.php core/modules/block/src/BlockInterface.php +0 -0
- core/modules/block/src/BlockListBuilder.php core/modules/block/src/BlockListBuilder.php +0 -0
- core/modules/block/src/BlockManager.php core/modules/block/src/BlockManager.php +0 -0
- core/modules/block/src/BlockManagerInterface.php core/modules/block/src/BlockManagerInterface.php +0 -0
- core/modules/block/src/BlockPluginBag.php core/modules/block/src/BlockPluginBag.php +0 -0
- core/modules/block/src/BlockPluginInterface.php core/modules/block/src/BlockPluginInterface.php +0 -0
- core/modules/block/src/BlockViewBuilder.php core/modules/block/src/BlockViewBuilder.php +0 -0
- core/modules/block/src/Controller/BlockAddController.php core/modules/block/src/Controller/BlockAddController.php +0 -0
- core/modules/block/src/Controller/BlockController.php core/modules/block/src/Controller/BlockController.php +0 -0
- core/modules/block/src/Controller/BlockListController.php core/modules/block/src/Controller/BlockListController.php +0 -0
- core/modules/block/src/Controller/CategoryAutocompleteController.php ...s/block/src/Controller/CategoryAutocompleteController.php +0 -0
- core/modules/block/src/Entity/Block.php core/modules/block/src/Entity/Block.php +0 -0
- core/modules/block/src/Form/BlockDeleteForm.php core/modules/block/src/Form/BlockDeleteForm.php +0 -0
- core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php core/modules/block/src/Plugin/Derivative/ThemeLocalTask.php +0 -0
- core/modules/block/src/Plugin/views/display/Block.php core/modules/block/src/Plugin/views/display/Block.php +0 -0
- core/modules/block/src/Tests/BlockAdminThemeTest.php core/modules/block/src/Tests/BlockAdminThemeTest.php +0 -0
- core/modules/block/src/Tests/BlockCacheTest.php core/modules/block/src/Tests/BlockCacheTest.php +0 -0
- core/modules/block/src/Tests/BlockHiddenRegionTest.php core/modules/block/src/Tests/BlockHiddenRegionTest.php +0 -0
- core/modules/block/src/Tests/BlockHookOperationTest.php core/modules/block/src/Tests/BlockHookOperationTest.php +0 -0
- core/modules/block/src/Tests/BlockHtmlTest.php core/modules/block/src/Tests/BlockHtmlTest.php +0 -0
- core/modules/block/src/Tests/BlockInterfaceTest.php core/modules/block/src/Tests/BlockInterfaceTest.php +0 -0
- core/modules/block/src/Tests/BlockInvalidRegionTest.php core/modules/block/src/Tests/BlockInvalidRegionTest.php +0 -0
- core/modules/block/src/Tests/BlockLanguageCacheTest.php core/modules/block/src/Tests/BlockLanguageCacheTest.php +0 -0
- core/modules/block/src/Tests/BlockLanguageTest.php core/modules/block/src/Tests/BlockLanguageTest.php +0 -0
- core/modules/block/src/Tests/BlockPreprocessUnitTest.php core/modules/block/src/Tests/BlockPreprocessUnitTest.php +0 -0
- core/modules/block/src/Tests/BlockRenderOrderTest.php core/modules/block/src/Tests/BlockRenderOrderTest.php +0 -0
- core/modules/block/src/Tests/BlockStorageUnitTest.php core/modules/block/src/Tests/BlockStorageUnitTest.php +0 -0
- core/modules/block/src/Tests/BlockSystemBrandingTest.php core/modules/block/src/Tests/BlockSystemBrandingTest.php +0 -0
- core/modules/block/src/Tests/BlockTemplateSuggestionsUnitTest.php ...ules/block/src/Tests/BlockTemplateSuggestionsUnitTest.php +0 -0
- core/modules/block/src/Tests/BlockTest.php core/modules/block/src/Tests/BlockTest.php +0 -0
- core/modules/block/src/Tests/BlockTestBase.php core/modules/block/src/Tests/BlockTestBase.php +0 -0
- core/modules/block/src/Tests/BlockTitleXSSTest.php core/modules/block/src/Tests/BlockTitleXSSTest.php +0 -0
- core/modules/block/src/Tests/BlockUiTest.php core/modules/block/src/Tests/BlockUiTest.php +0 -0
- core/modules/block/src/Tests/BlockViewBuilderTest.php core/modules/block/src/Tests/BlockViewBuilderTest.php +0 -0
- core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php core/modules/block/src/Tests/NewDefaultThemeBlocksTest.php +0 -0
- core/modules/block/src/Tests/NonDefaultBlockAdminTest.php core/modules/block/src/Tests/NonDefaultBlockAdminTest.php +0 -0
- core/modules/block/src/Tests/Views/DisplayBlockTest.php core/modules/block/src/Tests/Views/DisplayBlockTest.php +0 -0
- core/modules/block/src/Theme/AdminDemoNegotiator.php core/modules/block/src/Theme/AdminDemoNegotiator.php +0 -0
- core/modules/block/tests/modules/block_test/src/Plugin/Block/TestBlockInstantiation.php ...es/block_test/src/Plugin/Block/TestBlockInstantiation.php +0 -0
- core/modules/block/tests/modules/block_test/src/Plugin/Block/TestCacheBlock.php ...ts/modules/block_test/src/Plugin/Block/TestCacheBlock.php +0 -0
- core/modules/block/tests/modules/block_test/src/Plugin/Block/TestHtmlBlock.php ...sts/modules/block_test/src/Plugin/Block/TestHtmlBlock.php +0 -0
- core/modules/block/tests/modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php ...modules/block_test/src/Plugin/Block/TestXSSTitleBlock.php +0 -0
- core/modules/block/tests/src/BlockBaseTest.php core/modules/block/tests/src/BlockBaseTest.php +0 -0
- core/modules/block/tests/src/BlockConfigEntityUnitTest.php core/modules/block/tests/src/BlockConfigEntityUnitTest.php +0 -0
- core/modules/block/tests/src/BlockFormTest.php core/modules/block/tests/src/BlockFormTest.php +0 -0
- core/modules/block/tests/src/CategoryAutocompleteTest.php core/modules/block/tests/src/CategoryAutocompleteTest.php +0 -0
- core/modules/block/tests/src/Menu/BlockLocalTasksTest.php core/modules/block/tests/src/Menu/BlockLocalTasksTest.php +0 -0
- core/modules/block/tests/src/Plugin/views/display/BlockTest.php ...odules/block/tests/src/Plugin/views/display/BlockTest.php +0 -0
- core/modules/book/src/Access/BookNodeIsRemovableAccessCheck.php ...odules/book/src/Access/BookNodeIsRemovableAccessCheck.php +0 -0
- core/modules/book/src/BookBreadcrumbBuilder.php core/modules/book/src/BookBreadcrumbBuilder.php +0 -0
- core/modules/book/src/BookExport.php core/modules/book/src/BookExport.php +0 -0
- core/modules/book/src/BookManager.php core/modules/book/src/BookManager.php +0 -0
- core/modules/book/src/BookManagerInterface.php core/modules/book/src/BookManagerInterface.php +0 -0
- core/modules/book/src/BookOutline.php core/modules/book/src/BookOutline.php +0 -0
- core/modules/book/src/Controller/BookController.php core/modules/book/src/Controller/BookController.php +0 -0
- core/modules/book/src/Form/BookAdminEditForm.php core/modules/book/src/Form/BookAdminEditForm.php +0 -0
- core/modules/book/src/Form/BookOutlineForm.php core/modules/book/src/Form/BookOutlineForm.php +0 -0
- core/modules/book/src/Form/BookRemoveForm.php core/modules/book/src/Form/BookRemoveForm.php +0 -0
- core/modules/book/src/Form/BookSettingsForm.php core/modules/book/src/Form/BookSettingsForm.php +0 -0
- core/modules/book/src/Plugin/Block/BookNavigationBlock.php core/modules/book/src/Plugin/Block/BookNavigationBlock.php +0 -0
- core/modules/book/src/Tests/BookTest.php core/modules/book/src/Tests/BookTest.php +0 -0
- core/modules/book/tests/src/BookManagerTest.php core/modules/book/tests/src/BookManagerTest.php +0 -0
- core/modules/book/tests/src/Menu/BookLocalTasksTest.php core/modules/book/tests/src/Menu/BookLocalTasksTest.php +0 -0
- core/modules/breakpoint/src/BreakpointGroupInterface.php core/modules/breakpoint/src/BreakpointGroupInterface.php +0 -0
- core/modules/breakpoint/src/BreakpointInterface.php core/modules/breakpoint/src/BreakpointInterface.php +0 -0
- core/modules/breakpoint/src/Entity/Breakpoint.php core/modules/breakpoint/src/Entity/Breakpoint.php +0 -0
- core/modules/breakpoint/src/Entity/BreakpointGroup.php core/modules/breakpoint/src/Entity/BreakpointGroup.php +0 -0
- core/modules/breakpoint/src/InvalidBreakpointException.php core/modules/breakpoint/src/InvalidBreakpointException.php +0 -0
- core/modules/breakpoint/src/InvalidBreakpointMediaQueryException.php ...s/breakpoint/src/InvalidBreakpointMediaQueryException.php +0 -0
- core/modules/breakpoint/src/InvalidBreakpointNameException.php ...modules/breakpoint/src/InvalidBreakpointNameException.php +0 -0
- core/modules/breakpoint/src/InvalidBreakpointSourceException.php ...dules/breakpoint/src/InvalidBreakpointSourceException.php +0 -0
- core/modules/breakpoint/src/InvalidBreakpointSourceTypeException.php ...s/breakpoint/src/InvalidBreakpointSourceTypeException.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointAPITest.php core/modules/breakpoint/src/Tests/BreakpointAPITest.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointCRUDTest.php core/modules/breakpoint/src/Tests/BreakpointCRUDTest.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointGroupAPITest.php core/modules/breakpoint/src/Tests/BreakpointGroupAPITest.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointGroupCRUDTest.php .../modules/breakpoint/src/Tests/BreakpointGroupCRUDTest.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointGroupTestBase.php .../modules/breakpoint/src/Tests/BreakpointGroupTestBase.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointTestBase.php core/modules/breakpoint/src/Tests/BreakpointTestBase.php +0 -0
- core/modules/breakpoint/src/Tests/BreakpointThemeTest.php core/modules/breakpoint/src/Tests/BreakpointThemeTest.php +0 -0
- core/modules/breakpoint/tests/src/BreakpointConfigEntityUnitTest.php ...s/breakpoint/tests/src/BreakpointConfigEntityUnitTest.php +0 -0
- core/modules/breakpoint/tests/src/BreakpointGroupConfigEntityUnitTest.php ...akpoint/tests/src/BreakpointGroupConfigEntityUnitTest.php +0 -0
- core/modules/breakpoint/tests/src/BreakpointMediaQueryTest.php ...modules/breakpoint/tests/src/BreakpointMediaQueryTest.php +0 -0
- core/modules/ckeditor/src/Annotation/CKEditorPlugin.php core/modules/ckeditor/src/Annotation/CKEditorPlugin.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginBase.php core/modules/ckeditor/src/CKEditorPluginBase.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php ...ules/ckeditor/src/CKEditorPluginConfigurableInterface.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginContextualInterface.php ...odules/ckeditor/src/CKEditorPluginContextualInterface.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginInterface.php core/modules/ckeditor/src/CKEditorPluginInterface.php +0 -0
- core/modules/ckeditor/src/CKEditorPluginManager.php core/modules/ckeditor/src/CKEditorPluginManager.php +0 -0
- core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php ...odules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImage.php +0 -0
- core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php ...ckeditor/src/Plugin/CKEditorPlugin/DrupalImageCaption.php +0 -0
- core/modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php ...modules/ckeditor/src/Plugin/CKEditorPlugin/DrupalLink.php +0 -0
- core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php core/modules/ckeditor/src/Plugin/CKEditorPlugin/Internal.php +0 -0
- core/modules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php ...odules/ckeditor/src/Plugin/CKEditorPlugin/StylesCombo.php +0 -0
- core/modules/ckeditor/src/Plugin/Editor/CKEditor.php core/modules/ckeditor/src/Plugin/Editor/CKEditor.php +0 -0
- core/modules/ckeditor/src/Tests/CKEditorAdminTest.php core/modules/ckeditor/src/Tests/CKEditorAdminTest.php +0 -0
- core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php core/modules/ckeditor/src/Tests/CKEditorLoadingTest.php +0 -0
- core/modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php .../modules/ckeditor/src/Tests/CKEditorPluginManagerTest.php +0 -0
- core/modules/ckeditor/src/Tests/CKEditorTest.php core/modules/ckeditor/src/Tests/CKEditorTest.php +0 -0
- core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php ...keditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php +0 -0
- core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php ...r/tests/modules/src/Plugin/CKEditorPlugin/LlamaButton.php +0 -0
- core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php ...sts/modules/src/Plugin/CKEditorPlugin/LlamaContextual.php +0 -0
- core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php ...es/src/Plugin/CKEditorPlugin/LlamaContextualAndButton.php +0 -0
- core/modules/color/src/Tests/ColorConfigSchemaTest.php core/modules/color/src/Tests/ColorConfigSchemaTest.php +0 -0
- core/modules/color/src/Tests/ColorTest.php core/modules/color/src/Tests/ColorTest.php +0 -0
- core/modules/comment/src/CommentAccessController.php core/modules/comment/src/CommentAccessController.php +0 -0
- core/modules/comment/src/CommentBreadcrumbBuilder.php core/modules/comment/src/CommentBreadcrumbBuilder.php +0 -0
- core/modules/comment/src/CommentFieldNameItem.php core/modules/comment/src/CommentFieldNameItem.php +0 -0
- core/modules/comment/src/CommentFieldNameValue.php core/modules/comment/src/CommentFieldNameValue.php +0 -0
- core/modules/comment/src/CommentForm.php core/modules/comment/src/CommentForm.php +0 -0
- core/modules/comment/src/CommentInterface.php core/modules/comment/src/CommentInterface.php +0 -0
- core/modules/comment/src/CommentManager.php core/modules/comment/src/CommentManager.php +0 -0
- core/modules/comment/src/CommentManagerInterface.php core/modules/comment/src/CommentManagerInterface.php +0 -0
- core/modules/comment/src/CommentStatistics.php core/modules/comment/src/CommentStatistics.php +0 -0
- core/modules/comment/src/CommentStatisticsInterface.php core/modules/comment/src/CommentStatisticsInterface.php +0 -0
- core/modules/comment/src/CommentStorage.php core/modules/comment/src/CommentStorage.php +0 -0
- core/modules/comment/src/CommentStorageInterface.php core/modules/comment/src/CommentStorageInterface.php +0 -0
- core/modules/comment/src/CommentTranslationHandler.php core/modules/comment/src/CommentTranslationHandler.php +0 -0
- core/modules/comment/src/CommentViewBuilder.php core/modules/comment/src/CommentViewBuilder.php +0 -0
- core/modules/comment/src/Controller/AdminController.php core/modules/comment/src/Controller/AdminController.php +0 -0
- core/modules/comment/src/Controller/CommentController.php core/modules/comment/src/Controller/CommentController.php +0 -0
- core/modules/comment/src/Entity/Comment.php core/modules/comment/src/Entity/Comment.php +0 -0
- core/modules/comment/src/Form/CommentAdminOverview.php core/modules/comment/src/Form/CommentAdminOverview.php +0 -0
- core/modules/comment/src/Form/ConfirmDeleteMultiple.php core/modules/comment/src/Form/ConfirmDeleteMultiple.php +0 -0
- core/modules/comment/src/Form/DeleteForm.php core/modules/comment/src/Form/DeleteForm.php +0 -0
- core/modules/comment/src/Plugin/Action/PublishComment.php core/modules/comment/src/Plugin/Action/PublishComment.php +0 -0
- core/modules/comment/src/Plugin/Action/SaveComment.php core/modules/comment/src/Plugin/Action/SaveComment.php +0 -0
- core/modules/comment/src/Plugin/Action/UnpublishByKeywordComment.php ...s/comment/src/Plugin/Action/UnpublishByKeywordComment.php +0 -0
- core/modules/comment/src/Plugin/Action/UnpublishComment.php core/modules/comment/src/Plugin/Action/UnpublishComment.php +0 -0
- core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php ...c/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php +0 -0
- core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php ...odules/comment/src/Plugin/Field/FieldType/CommentItem.php +0 -0
- core/modules/comment/src/Plugin/Field/FieldType/CommentItemInterface.php ...mment/src/Plugin/Field/FieldType/CommentItemInterface.php +0 -0
- core/modules/comment/src/Plugin/Field/FieldWidget/CommentWidget.php ...es/comment/src/Plugin/Field/FieldWidget/CommentWidget.php +0 -0
- core/modules/comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php .../comment/src/Plugin/Menu/LocalTask/UnapprovedComments.php +0 -0
- core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraint.php ...rc/Plugin/Validation/Constraint/CommentNameConstraint.php +0 -0
- core/modules/comment/src/Plugin/Validation/Constraint/CommentNameConstraintValidator.php .../Validation/Constraint/CommentNameConstraintValidator.php +0 -0
- core/modules/comment/src/Plugin/entity_reference/selection/CommentSelection.php ...rc/Plugin/entity_reference/selection/CommentSelection.php +0 -0
- core/modules/comment/src/Plugin/views/argument/UserUid.php core/modules/comment/src/Plugin/views/argument/UserUid.php +0 -0
- core/modules/comment/src/Plugin/views/field/Comment.php core/modules/comment/src/Plugin/views/field/Comment.php +0 -0
- core/modules/comment/src/Plugin/views/field/Depth.php core/modules/comment/src/Plugin/views/field/Depth.php +0 -0
- core/modules/comment/src/Plugin/views/field/EntityLink.php core/modules/comment/src/Plugin/views/field/EntityLink.php +0 -0
- core/modules/comment/src/Plugin/views/field/LastTimestamp.php .../modules/comment/src/Plugin/views/field/LastTimestamp.php +0 -0
- core/modules/comment/src/Plugin/views/field/Link.php core/modules/comment/src/Plugin/views/field/Link.php +0 -0
- core/modules/comment/src/Plugin/views/field/LinkApprove.php core/modules/comment/src/Plugin/views/field/LinkApprove.php +0 -0
- core/modules/comment/src/Plugin/views/field/LinkDelete.php core/modules/comment/src/Plugin/views/field/LinkDelete.php +0 -0
- core/modules/comment/src/Plugin/views/field/LinkEdit.php core/modules/comment/src/Plugin/views/field/LinkEdit.php +0 -0
- core/modules/comment/src/Plugin/views/field/LinkReply.php core/modules/comment/src/Plugin/views/field/LinkReply.php +0 -0
- core/modules/comment/src/Plugin/views/field/NodeComment.php core/modules/comment/src/Plugin/views/field/NodeComment.php +0 -0
- core/modules/comment/src/Plugin/views/field/NodeNewComments.php ...odules/comment/src/Plugin/views/field/NodeNewComments.php +0 -0
- core/modules/comment/src/Plugin/views/field/StatisticsLastCommentName.php ...ment/src/Plugin/views/field/StatisticsLastCommentName.php +0 -0
- core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php .../comment/src/Plugin/views/field/StatisticsLastUpdated.php +0 -0
- core/modules/comment/src/Plugin/views/field/Username.php core/modules/comment/src/Plugin/views/field/Username.php +0 -0
- core/modules/comment/src/Plugin/views/filter/NodeComment.php core/modules/comment/src/Plugin/views/filter/NodeComment.php +0 -0
- core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php ...comment/src/Plugin/views/filter/StatisticsLastUpdated.php +0 -0
- core/modules/comment/src/Plugin/views/filter/UserUid.php core/modules/comment/src/Plugin/views/filter/UserUid.php +0 -0
- core/modules/comment/src/Plugin/views/row/CommentRow.php core/modules/comment/src/Plugin/views/row/CommentRow.php +0 -0
- core/modules/comment/src/Plugin/views/row/Rss.php core/modules/comment/src/Plugin/views/row/Rss.php +0 -0
- core/modules/comment/src/Plugin/views/sort/StatisticsLastCommentName.php ...mment/src/Plugin/views/sort/StatisticsLastCommentName.php +0 -0
- core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php ...s/comment/src/Plugin/views/sort/StatisticsLastUpdated.php +0 -0
- core/modules/comment/src/Plugin/views/sort/Thread.php core/modules/comment/src/Plugin/views/sort/Thread.php +0 -0
- core/modules/comment/src/Plugin/views/wizard/Comment.php core/modules/comment/src/Plugin/views/wizard/Comment.php +0 -0
- core/modules/comment/src/Routing/CommentBundleEnhancer.php core/modules/comment/src/Routing/CommentBundleEnhancer.php +0 -0
- core/modules/comment/src/Tests/CommentActionsTest.php core/modules/comment/src/Tests/CommentActionsTest.php +0 -0
- core/modules/comment/src/Tests/CommentAdminTest.php core/modules/comment/src/Tests/CommentAdminTest.php +0 -0
- core/modules/comment/src/Tests/CommentAnonymousTest.php core/modules/comment/src/Tests/CommentAnonymousTest.php +0 -0
- core/modules/comment/src/Tests/CommentBlockTest.php core/modules/comment/src/Tests/CommentBlockTest.php +0 -0
- core/modules/comment/src/Tests/CommentBookTest.php core/modules/comment/src/Tests/CommentBookTest.php +0 -0
- core/modules/comment/src/Tests/CommentCSSTest.php core/modules/comment/src/Tests/CommentCSSTest.php +0 -0
- core/modules/comment/src/Tests/CommentCacheTagsTest.php core/modules/comment/src/Tests/CommentCacheTagsTest.php +0 -0
- core/modules/comment/src/Tests/CommentDefaultFormatterCacheTagsTest.php ...omment/src/Tests/CommentDefaultFormatterCacheTagsTest.php +0 -0
- core/modules/comment/src/Tests/CommentFieldsTest.php core/modules/comment/src/Tests/CommentFieldsTest.php +0 -0
- core/modules/comment/src/Tests/CommentInterfaceTest.php core/modules/comment/src/Tests/CommentInterfaceTest.php +0 -0
- core/modules/comment/src/Tests/CommentLanguageTest.php core/modules/comment/src/Tests/CommentLanguageTest.php +0 -0
- core/modules/comment/src/Tests/CommentLinksAlterTest.php core/modules/comment/src/Tests/CommentLinksAlterTest.php +0 -0
- core/modules/comment/src/Tests/CommentLinksTest.php core/modules/comment/src/Tests/CommentLinksTest.php +0 -0
- core/modules/comment/src/Tests/CommentNewIndicatorTest.php core/modules/comment/src/Tests/CommentNewIndicatorTest.php +0 -0
- core/modules/comment/src/Tests/CommentNodeAccessTest.php core/modules/comment/src/Tests/CommentNodeAccessTest.php +0 -0
- core/modules/comment/src/Tests/CommentNodeChangesTest.php core/modules/comment/src/Tests/CommentNodeChangesTest.php +0 -0
- core/modules/comment/src/Tests/CommentNonNodeTest.php core/modules/comment/src/Tests/CommentNonNodeTest.php +0 -0
- core/modules/comment/src/Tests/CommentPagerTest.php core/modules/comment/src/Tests/CommentPagerTest.php +0 -0
- core/modules/comment/src/Tests/CommentPreviewTest.php core/modules/comment/src/Tests/CommentPreviewTest.php +0 -0
- core/modules/comment/src/Tests/CommentRssTest.php core/modules/comment/src/Tests/CommentRssTest.php +0 -0
- core/modules/comment/src/Tests/CommentStatisticsTest.php core/modules/comment/src/Tests/CommentStatisticsTest.php +0 -0
- core/modules/comment/src/Tests/CommentTestBase.php core/modules/comment/src/Tests/CommentTestBase.php +0 -0
- core/modules/comment/src/Tests/CommentThreadingTest.php core/modules/comment/src/Tests/CommentThreadingTest.php +0 -0
- core/modules/comment/src/Tests/CommentTokenReplaceTest.php core/modules/comment/src/Tests/CommentTokenReplaceTest.php +0 -0
- core/modules/comment/src/Tests/CommentTranslationUITest.php core/modules/comment/src/Tests/CommentTranslationUITest.php +0 -0
- core/modules/comment/src/Tests/CommentUninstallTest.php core/modules/comment/src/Tests/CommentUninstallTest.php +0 -0
- core/modules/comment/src/Tests/CommentValidationTest.php core/modules/comment/src/Tests/CommentValidationTest.php +0 -0
- core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php core/modules/comment/src/Tests/Views/ArgumentUserUIDTest.php +0 -0
- core/modules/comment/src/Tests/Views/CommentRowTest.php core/modules/comment/src/Tests/Views/CommentRowTest.php +0 -0
- core/modules/comment/src/Tests/Views/CommentTestBase.php core/modules/comment/src/Tests/Views/CommentTestBase.php +0 -0
- core/modules/comment/src/Tests/Views/DefaultViewRecentComments.php ...les/comment/src/Tests/Views/DefaultViewRecentComments.php +0 -0
- core/modules/comment/src/Tests/Views/FilterUserUIDTest.php core/modules/comment/src/Tests/Views/FilterUserUIDTest.php +0 -0
- core/modules/comment/src/Tests/Views/RowRssTest.php core/modules/comment/src/Tests/Views/RowRssTest.php +0 -0
- core/modules/comment/src/Tests/Views/WizardTest.php core/modules/comment/src/Tests/Views/WizardTest.php +0 -0
- core/modules/comment/tests/src/CommentStatisticsUnitTest.php core/modules/comment/tests/src/CommentStatisticsUnitTest.php +0 -0
- core/modules/comment/tests/src/Entity/CommentLockTest.php core/modules/comment/tests/src/Entity/CommentLockTest.php +0 -0
- core/modules/comment/tests/src/Routing/CommentBundleEnhancerTest.php ...s/comment/tests/src/Routing/CommentBundleEnhancerTest.php +0 -0
- core/modules/config/src/Controller/ConfigController.php core/modules/config/src/Controller/ConfigController.php +0 -0
- core/modules/config/src/Form/ConfigExportForm.php core/modules/config/src/Form/ConfigExportForm.php +0 -0
- core/modules/config/src/Form/ConfigImportForm.php core/modules/config/src/Form/ConfigImportForm.php +0 -0
- core/modules/config/src/Form/ConfigSingleExportForm.php core/modules/config/src/Form/ConfigSingleExportForm.php +0 -0
- core/modules/config/src/Form/ConfigSingleImportForm.php core/modules/config/src/Form/ConfigSingleImportForm.php +0 -0
- core/modules/config/src/Form/ConfigSync.php core/modules/config/src/Form/ConfigSync.php +0 -0
- core/modules/config/src/Tests/ConfigCRUDTest.php core/modules/config/src/Tests/ConfigCRUDTest.php +0 -0
- core/modules/config/src/Tests/ConfigDependencyTest.php core/modules/config/src/Tests/ConfigDependencyTest.php +0 -0
- core/modules/config/src/Tests/ConfigDiffTest.php core/modules/config/src/Tests/ConfigDiffTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityFormOverrideTest.php ...modules/config/src/Tests/ConfigEntityFormOverrideTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityListTest.php core/modules/config/src/Tests/ConfigEntityListTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityStatusTest.php core/modules/config/src/Tests/ConfigEntityStatusTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityStatusUITest.php core/modules/config/src/Tests/ConfigEntityStatusUITest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityStorageTest.php core/modules/config/src/Tests/ConfigEntityStorageTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityTest.php core/modules/config/src/Tests/ConfigEntityTest.php +0 -0
- core/modules/config/src/Tests/ConfigEntityUnitTest.php core/modules/config/src/Tests/ConfigEntityUnitTest.php +0 -0
- core/modules/config/src/Tests/ConfigEventsTest.php core/modules/config/src/Tests/ConfigEventsTest.php +0 -0
- core/modules/config/src/Tests/ConfigExportImportUITest.php core/modules/config/src/Tests/ConfigExportImportUITest.php +0 -0
- core/modules/config/src/Tests/ConfigExportUITest.php core/modules/config/src/Tests/ConfigExportUITest.php +0 -0
- core/modules/config/src/Tests/ConfigFileContentTest.php core/modules/config/src/Tests/ConfigFileContentTest.php +0 -0
- core/modules/config/src/Tests/ConfigFormOverrideTest.php core/modules/config/src/Tests/ConfigFormOverrideTest.php +0 -0
- core/modules/config/src/Tests/ConfigImportAllTest.php core/modules/config/src/Tests/ConfigImportAllTest.php +0 -0
- core/modules/config/src/Tests/ConfigImportRecreateTest.php core/modules/config/src/Tests/ConfigImportRecreateTest.php +0 -0
- core/modules/config/src/Tests/ConfigImportRenameValidationTest.php ...les/config/src/Tests/ConfigImportRenameValidationTest.php +0 -0
- core/modules/config/src/Tests/ConfigImportUITest.php core/modules/config/src/Tests/ConfigImportUITest.php +0 -0
- core/modules/config/src/Tests/ConfigImportUploadTest.php core/modules/config/src/Tests/ConfigImportUploadTest.php +0 -0
- core/modules/config/src/Tests/ConfigImporterTest.php core/modules/config/src/Tests/ConfigImporterTest.php +0 -0
- core/modules/config/src/Tests/ConfigInstallTest.php core/modules/config/src/Tests/ConfigInstallTest.php +0 -0
- core/modules/config/src/Tests/ConfigInstallWebTest.php core/modules/config/src/Tests/ConfigInstallWebTest.php +0 -0
- core/modules/config/src/Tests/ConfigLanguageOverrideTest.php core/modules/config/src/Tests/ConfigLanguageOverrideTest.php +0 -0
- core/modules/config/src/Tests/ConfigLanguageOverrideWebTest.php ...odules/config/src/Tests/ConfigLanguageOverrideWebTest.php +0 -0
- core/modules/config/src/Tests/ConfigModuleOverridesTest.php core/modules/config/src/Tests/ConfigModuleOverridesTest.php +0 -0
- core/modules/config/src/Tests/ConfigOtherModuleTest.php core/modules/config/src/Tests/ConfigOtherModuleTest.php +0 -0
- core/modules/config/src/Tests/ConfigOverrideTest.php core/modules/config/src/Tests/ConfigOverrideTest.php +0 -0
- core/modules/config/src/Tests/ConfigOverridesPriorityTest.php .../modules/config/src/Tests/ConfigOverridesPriorityTest.php +0 -0
- core/modules/config/src/Tests/ConfigSchemaTest.php core/modules/config/src/Tests/ConfigSchemaTest.php +0 -0
- core/modules/config/src/Tests/ConfigSchemaTestBase.php core/modules/config/src/Tests/ConfigSchemaTestBase.php +0 -0
- core/modules/config/src/Tests/ConfigSingleImportExportTest.php ...modules/config/src/Tests/ConfigSingleImportExportTest.php +0 -0
- core/modules/config/src/Tests/ConfigSnapshotTest.php core/modules/config/src/Tests/ConfigSnapshotTest.php +0 -0
- core/modules/config/src/Tests/DefaultConfigTest.php core/modules/config/src/Tests/DefaultConfigTest.php +0 -0
- core/modules/config/src/Tests/Storage/CachedStorageTest.php core/modules/config/src/Tests/Storage/CachedStorageTest.php +0 -0
- core/modules/config/src/Tests/Storage/ConfigStorageTestBase.php ...odules/config/src/Tests/Storage/ConfigStorageTestBase.php +0 -0
- core/modules/config/src/Tests/Storage/DatabaseStorageTest.php .../modules/config/src/Tests/Storage/DatabaseStorageTest.php +0 -0
- core/modules/config/src/Tests/Storage/FileStorageTest.php core/modules/config/src/Tests/Storage/FileStorageTest.php +0 -0
- core/modules/config/tests/config_collection_install_test/src/EventSubscriber.php ...ts/config_collection_install_test/src/EventSubscriber.php +0 -0
- core/modules/config/tests/config_events_test/src/EventSubscriber.php ...s/config/tests/config_events_test/src/EventSubscriber.php +0 -0
- core/modules/config/tests/config_import_test/src/EventSubscriber.php ...s/config/tests/config_import_test/src/EventSubscriber.php +0 -0
- core/modules/config/tests/config_override/src/ConfigOverrider.php ...ules/config/tests/config_override/src/ConfigOverrider.php +0 -0
- core/modules/config/tests/config_override/src/ConfigOverriderLowPriority.php .../tests/config_override/src/ConfigOverriderLowPriority.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestAccessController.php ...nfig/tests/config_test/src/ConfigTestAccessController.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestController.php ...les/config/tests/config_test/src/ConfigTestController.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestForm.php core/modules/config/tests/config_test/src/ConfigTestForm.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestInterface.php ...ules/config/tests/config_test/src/ConfigTestInterface.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestListBuilder.php ...es/config/tests/config_test/src/ConfigTestListBuilder.php +0 -0
- core/modules/config/tests/config_test/src/ConfigTestStorage.php ...odules/config/tests/config_test/src/ConfigTestStorage.php +0 -0
- core/modules/config/tests/config_test/src/Entity/ConfigQueryTest.php ...s/config/tests/config_test/src/Entity/ConfigQueryTest.php +0 -0
- core/modules/config/tests/config_test/src/Entity/ConfigTest.php ...odules/config/tests/config_test/src/Entity/ConfigTest.php +0 -0
- core/modules/config/tests/config_test/src/Form/ConfigTestDeleteForm.php ...onfig/tests/config_test/src/Form/ConfigTestDeleteForm.php +0 -0
- core/modules/config/tests/config_test/src/TestInstallStorage.php ...dules/config/tests/config_test/src/TestInstallStorage.php +0 -0
- core/modules/config/tests/src/Menu/ConfigLocalTasksTest.php core/modules/config/tests/src/Menu/ConfigLocalTasksTest.php +0 -0
- core/modules/config_translation/src/Access/ConfigTranslationFormAccess.php ...ig_translation/src/Access/ConfigTranslationFormAccess.php +0 -0
- core/modules/config_translation/src/Access/ConfigTranslationOverviewAccess.php ...ranslation/src/Access/ConfigTranslationOverviewAccess.php +0 -0
- core/modules/config_translation/src/ConfigEntityMapper.php core/modules/config_translation/src/ConfigEntityMapper.php +0 -0
- core/modules/config_translation/src/ConfigFieldInstanceMapper.php ...ules/config_translation/src/ConfigFieldInstanceMapper.php +0 -0
- core/modules/config_translation/src/ConfigMapperInterface.php .../modules/config_translation/src/ConfigMapperInterface.php +0 -0
- core/modules/config_translation/src/ConfigMapperManager.php core/modules/config_translation/src/ConfigMapperManager.php +0 -0
- core/modules/config_translation/src/ConfigMapperManagerInterface.php ...s/config_translation/src/ConfigMapperManagerInterface.php +0 -0
- core/modules/config_translation/src/ConfigNamesMapper.php core/modules/config_translation/src/ConfigNamesMapper.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php ...tion/src/Controller/ConfigTranslationBlockListBuilder.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationController.php ...ranslation/src/Controller/ConfigTranslationController.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php ...ion/src/Controller/ConfigTranslationEntityListBuilder.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilderInterface.php ...ontroller/ConfigTranslationEntityListBuilderInterface.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationFieldInstanceListBuilder.php .../Controller/ConfigTranslationFieldInstanceListBuilder.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationListController.php ...lation/src/Controller/ConfigTranslationListController.php +0 -0
- core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php ...ranslation/src/Controller/ConfigTranslationMapperList.php +0 -0
- core/modules/config_translation/src/Form/ConfigTranslationAddForm.php .../config_translation/src/Form/ConfigTranslationAddForm.php +0 -0
- core/modules/config_translation/src/Form/ConfigTranslationDeleteForm.php ...nfig_translation/src/Form/ConfigTranslationDeleteForm.php +0 -0
- core/modules/config_translation/src/Form/ConfigTranslationEditForm.php ...config_translation/src/Form/ConfigTranslationEditForm.php +0 -0
- core/modules/config_translation/src/Form/ConfigTranslationFormBase.php ...config_translation/src/Form/ConfigTranslationFormBase.php +0 -0
- core/modules/config_translation/src/FormElement/DateFormat.php ...modules/config_translation/src/FormElement/DateFormat.php +0 -0
- core/modules/config_translation/src/FormElement/ElementInterface.php ...s/config_translation/src/FormElement/ElementInterface.php +0 -0
- core/modules/config_translation/src/FormElement/Textarea.php core/modules/config_translation/src/FormElement/Textarea.php +0 -0
- core/modules/config_translation/src/FormElement/Textfield.php .../modules/config_translation/src/FormElement/Textfield.php +0 -0
- core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationContextualLinks.php ...rc/Plugin/Derivative/ConfigTranslationContextualLinks.php +0 -0
- core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php ...ion/src/Plugin/Derivative/ConfigTranslationLocalTasks.php +0 -0
- core/modules/config_translation/src/Plugin/Menu/ContextualLink/ConfigTranslationContextualLink.php ...n/Menu/ContextualLink/ConfigTranslationContextualLink.php +0 -0
- core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php .../src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php +0 -0
- core/modules/config_translation/src/Routing/RouteSubscriber.php ...odules/config_translation/src/Routing/RouteSubscriber.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationFormTest.php ...onfig_translation/src/Tests/ConfigTranslationFormTest.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationListUiTest.php ...fig_translation/src/Tests/ConfigTranslationListUiTest.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationOverviewTest.php ...g_translation/src/Tests/ConfigTranslationOverviewTest.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php .../config_translation/src/Tests/ConfigTranslationUiTest.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php ...ig_translation/src/Tests/ConfigTranslationUiThemeTest.php +0 -0
- core/modules/config_translation/src/Tests/ConfigTranslationViewListUiTest.php ...translation/src/Tests/ConfigTranslationViewListUiTest.php +0 -0
- core/modules/config_translation/tests/src/ConfigEntityMapperTest.php ...s/config_translation/tests/src/ConfigEntityMapperTest.php +0 -0
- core/modules/config_translation/tests/src/ConfigMapperManagerTest.php .../config_translation/tests/src/ConfigMapperManagerTest.php +0 -0
- core/modules/config_translation/tests/src/ConfigNamesMapperTest.php ...es/config_translation/tests/src/ConfigNamesMapperTest.php +0 -0
- core/modules/contact/src/Access/ContactPageAccess.php core/modules/contact/src/Access/ContactPageAccess.php +0 -0
- core/modules/contact/src/CategoryAccessController.php core/modules/contact/src/CategoryAccessController.php +0 -0
- core/modules/contact/src/CategoryForm.php core/modules/contact/src/CategoryForm.php +0 -0
- core/modules/contact/src/CategoryInterface.php core/modules/contact/src/CategoryInterface.php +0 -0
- core/modules/contact/src/CategoryListBuilder.php core/modules/contact/src/CategoryListBuilder.php +0 -0
- core/modules/contact/src/Controller/ContactController.php core/modules/contact/src/Controller/ContactController.php +0 -0
- core/modules/contact/src/Entity/Category.php core/modules/contact/src/Entity/Category.php +0 -0
- core/modules/contact/src/Entity/Message.php core/modules/contact/src/Entity/Message.php +0 -0
- core/modules/contact/src/Form/CategoryDeleteForm.php core/modules/contact/src/Form/CategoryDeleteForm.php +0 -0
- core/modules/contact/src/MessageForm.php core/modules/contact/src/MessageForm.php +0 -0
- core/modules/contact/src/MessageInterface.php core/modules/contact/src/MessageInterface.php +0 -0
- core/modules/contact/src/MessageViewBuilder.php core/modules/contact/src/MessageViewBuilder.php +0 -0
- core/modules/contact/src/Plugin/views/field/ContactLink.php core/modules/contact/src/Plugin/views/field/ContactLink.php +0 -0
- core/modules/contact/src/Tests/ContactAuthenticatedUserTest.php ...odules/contact/src/Tests/ContactAuthenticatedUserTest.php +0 -0
- core/modules/contact/src/Tests/ContactPersonalTest.php core/modules/contact/src/Tests/ContactPersonalTest.php +0 -0
- core/modules/contact/src/Tests/ContactSitewideTest.php core/modules/contact/src/Tests/ContactSitewideTest.php +0 -0
- core/modules/contact/src/Tests/MessageEntityTest.php core/modules/contact/src/Tests/MessageEntityTest.php +0 -0
- core/modules/contact/src/Tests/Views/ContactFieldsTest.php core/modules/contact/src/Tests/Views/ContactFieldsTest.php +0 -0
- core/modules/contact/src/Tests/Views/ContactLinkTest.php core/modules/contact/src/Tests/Views/ContactLinkTest.php +0 -0
- core/modules/content_translation/src/Access/ContentTranslationManageAccessCheck.php ...lation/src/Access/ContentTranslationManageAccessCheck.php +0 -0
- core/modules/content_translation/src/Access/ContentTranslationOverviewAccess.php ...anslation/src/Access/ContentTranslationOverviewAccess.php +0 -0
- core/modules/content_translation/src/ContentTranslationHandler.php ...les/content_translation/src/ContentTranslationHandler.php +0 -0
- core/modules/content_translation/src/ContentTranslationHandlerInterface.php ...nt_translation/src/ContentTranslationHandlerInterface.php +0 -0
- core/modules/content_translation/src/ContentTranslationManager.php ...les/content_translation/src/ContentTranslationManager.php +0 -0
- core/modules/content_translation/src/ContentTranslationManagerInterface.php ...nt_translation/src/ContentTranslationManagerInterface.php +0 -0
- core/modules/content_translation/src/Controller/ContentTranslationController.php ...anslation/src/Controller/ContentTranslationController.php +0 -0
- core/modules/content_translation/src/FieldTranslationSynchronizer.php .../content_translation/src/FieldTranslationSynchronizer.php +0 -0
- core/modules/content_translation/src/FieldTranslationSynchronizerInterface.php ...translation/src/FieldTranslationSynchronizerInterface.php +0 -0
- core/modules/content_translation/src/Form/ContentTranslationDeleteForm.php ...ent_translation/src/Form/ContentTranslationDeleteForm.php +0 -0
- core/modules/content_translation/src/Plugin/Derivative/ContentTranslationContextualLinks.php ...c/Plugin/Derivative/ContentTranslationContextualLinks.php +0 -0
- core/modules/content_translation/src/Plugin/Derivative/ContentTranslationLocalTasks.php ...on/src/Plugin/Derivative/ContentTranslationLocalTasks.php +0 -0
- core/modules/content_translation/src/Plugin/views/field/TranslationLink.php ...nt_translation/src/Plugin/views/field/TranslationLink.php +0 -0
- core/modules/content_translation/src/Routing/ContentTranslationRouteSubscriber.php ...slation/src/Routing/ContentTranslationRouteSubscriber.php +0 -0
- core/modules/content_translation/src/Tests/ContentTestTranslationUITest.php ...nt_translation/src/Tests/ContentTestTranslationUITest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php ...ation/src/Tests/ContentTranslationContextualLinksTest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationSettingsTest.php ..._translation/src/Tests/ContentTranslationSettingsTest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationSyncImageTest.php ...translation/src/Tests/ContentTranslationSyncImageTest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationSyncUnitTest.php ..._translation/src/Tests/ContentTranslationSyncUnitTest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationTestBase.php ...tent_translation/src/Tests/ContentTranslationTestBase.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationUITest.php ...ontent_translation/src/Tests/ContentTranslationUITest.php +0 -0
- core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php ...translation/src/Tests/ContentTranslationWorkflowsTest.php +0 -0
- core/modules/content_translation/src/Tests/Views/ContentTranslationViewsUITest.php ...slation/src/Tests/Views/ContentTranslationViewsUITest.php +0 -0
- core/modules/content_translation/src/Tests/Views/TranslationLinkTest.php ...ntent_translation/src/Tests/Views/TranslationLinkTest.php +0 -0
- core/modules/content_translation/tests/src/Menu/ContentTranslationLocalTasksTest.php ...ation/tests/src/Menu/ContentTranslationLocalTasksTest.php +0 -0
- core/modules/contextual/src/ContextualController.php core/modules/contextual/src/ContextualController.php +0 -0
- core/modules/contextual/src/Plugin/views/field/ContextualLinks.php ...les/contextual/src/Plugin/views/field/ContextualLinks.php +0 -0
- core/modules/contextual/src/Tests/ContextualDynamicContextTest.php ...les/contextual/src/Tests/ContextualDynamicContextTest.php +0 -0
- core/modules/contextual/src/Tests/ContextualUnitTest.php core/modules/contextual/src/Tests/ContextualUnitTest.php +0 -0
- core/modules/datetime/src/DateHelper.php core/modules/datetime/src/DateHelper.php +0 -0
- core/modules/datetime/src/DateTimeComputed.php core/modules/datetime/src/DateTimeComputed.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php .../Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php ...rc/Plugin/Field/FieldFormatter/DateTimePlainFormatter.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php ...time/src/Plugin/Field/FieldType/DateTimeFieldItemList.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php ...ules/datetime/src/Plugin/Field/FieldType/DateTimeItem.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php ...e/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php +0 -0
- core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php ...me/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php +0 -0
- core/modules/datetime/src/Tests/DateTimeFieldTest.php core/modules/datetime/src/Tests/DateTimeFieldTest.php +0 -0
- core/modules/datetime/src/Tests/DateTimeItemTest.php core/modules/datetime/src/Tests/DateTimeItemTest.php +0 -0
- core/modules/dblog/src/Controller/DbLogController.php core/modules/dblog/src/Controller/DbLogController.php +0 -0
- core/modules/dblog/src/Form/DblogClearLogForm.php core/modules/dblog/src/Form/DblogClearLogForm.php +0 -0
- core/modules/dblog/src/Form/DblogFilterForm.php core/modules/dblog/src/Form/DblogFilterForm.php +0 -0
- core/modules/dblog/src/Logger/DbLog.php core/modules/dblog/src/Logger/DbLog.php +0 -0
- core/modules/dblog/src/Plugin/views/field/DblogMessage.php core/modules/dblog/src/Plugin/views/field/DblogMessage.php +0 -0
- core/modules/dblog/src/Plugin/views/field/DblogOperations.php .../modules/dblog/src/Plugin/views/field/DblogOperations.php +0 -0
- core/modules/dblog/src/Plugin/views/wizard/Watchdog.php core/modules/dblog/src/Plugin/views/wizard/Watchdog.php +0 -0
- core/modules/dblog/src/Tests/DbLogTest.php core/modules/dblog/src/Tests/DbLogTest.php +0 -0
- core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php core/modules/dblog/src/Tests/Views/ViewsIntegrationTest.php +0 -0
- core/modules/editor/src/Ajax/EditorDialogSave.php core/modules/editor/src/Ajax/EditorDialogSave.php +0 -0
- core/modules/editor/src/Ajax/GetUntransformedTextCommand.php core/modules/editor/src/Ajax/GetUntransformedTextCommand.php +0 -0
- core/modules/editor/src/Annotation/Editor.php core/modules/editor/src/Annotation/Editor.php +0 -0
- core/modules/editor/src/EditorController.php core/modules/editor/src/EditorController.php +0 -0
- core/modules/editor/src/EditorInterface.php core/modules/editor/src/EditorInterface.php +0 -0
- core/modules/editor/src/EditorXssFilter/Standard.php core/modules/editor/src/EditorXssFilter/Standard.php +0 -0
- core/modules/editor/src/EditorXssFilterInterface.php core/modules/editor/src/EditorXssFilterInterface.php +0 -0
- core/modules/editor/src/Entity/Editor.php core/modules/editor/src/Entity/Editor.php +0 -0
- core/modules/editor/src/Form/EditorImageDialog.php core/modules/editor/src/Form/EditorImageDialog.php +0 -0
- core/modules/editor/src/Form/EditorLinkDialog.php core/modules/editor/src/Form/EditorLinkDialog.php +0 -0
- core/modules/editor/src/Plugin/EditorBase.php core/modules/editor/src/Plugin/EditorBase.php +0 -0
- core/modules/editor/src/Plugin/EditorManager.php core/modules/editor/src/Plugin/EditorManager.php +0 -0
- core/modules/editor/src/Plugin/EditorPluginInterface.php core/modules/editor/src/Plugin/EditorPluginInterface.php +0 -0
- core/modules/editor/src/Plugin/InPlaceEditor/Editor.php core/modules/editor/src/Plugin/InPlaceEditor/Editor.php +0 -0
- core/modules/editor/src/Tests/EditorAdminTest.php core/modules/editor/src/Tests/EditorAdminTest.php +0 -0
- core/modules/editor/src/Tests/EditorFileUsageTest.php core/modules/editor/src/Tests/EditorFileUsageTest.php +0 -0
- core/modules/editor/src/Tests/EditorLoadingTest.php core/modules/editor/src/Tests/EditorLoadingTest.php +0 -0
- core/modules/editor/src/Tests/EditorManagerTest.php core/modules/editor/src/Tests/EditorManagerTest.php +0 -0
- core/modules/editor/src/Tests/EditorSecurityTest.php core/modules/editor/src/Tests/EditorSecurityTest.php +0 -0
- core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php ...ules/editor/src/Tests/QuickEditIntegrationLoadingTest.php +0 -0
- core/modules/editor/src/Tests/QuickEditIntegrationTest.php core/modules/editor/src/Tests/QuickEditIntegrationTest.php +0 -0
- core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php ...les/editor/tests/modules/src/EditorXssFilter/Insecure.php +0 -0
- core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php .../editor/tests/modules/src/Plugin/Editor/UnicornEditor.php +0 -0
- core/modules/editor/tests/src/EditorConfigEntityUnitTest.php core/modules/editor/tests/src/EditorConfigEntityUnitTest.php +0 -0
- core/modules/editor/tests/src/EditorXssFilter/StandardTest.php ...modules/editor/tests/src/EditorXssFilter/StandardTest.php +0 -0
- core/modules/entity/src/Controller/EntityDisplayModeController.php ...les/entity/src/Controller/EntityDisplayModeController.php +0 -0
- core/modules/entity/src/Entity/EntityFormDisplay.php core/modules/entity/src/Entity/EntityFormDisplay.php +0 -0
- core/modules/entity/src/Entity/EntityFormMode.php core/modules/entity/src/Entity/EntityFormMode.php +0 -0
- core/modules/entity/src/Entity/EntityViewDisplay.php core/modules/entity/src/Entity/EntityViewDisplay.php +0 -0
- core/modules/entity/src/Entity/EntityViewMode.php core/modules/entity/src/Entity/EntityViewMode.php +0 -0
- core/modules/entity/src/EntityDisplayBase.php core/modules/entity/src/EntityDisplayBase.php +0 -0
- core/modules/entity/src/EntityDisplayModeBase.php core/modules/entity/src/EntityDisplayModeBase.php +0 -0
- core/modules/entity/src/EntityDisplayModeInterface.php core/modules/entity/src/EntityDisplayModeInterface.php +0 -0
- core/modules/entity/src/EntityDisplayModeListBuilder.php core/modules/entity/src/EntityDisplayModeListBuilder.php +0 -0
- core/modules/entity/src/EntityFormModeInterface.php core/modules/entity/src/EntityFormModeInterface.php +0 -0
- core/modules/entity/src/EntityFormModeListBuilder.php core/modules/entity/src/EntityFormModeListBuilder.php +0 -0
- core/modules/entity/src/EntityViewModeInterface.php core/modules/entity/src/EntityViewModeInterface.php +0 -0
- core/modules/entity/src/Form/EntityDisplayModeAddForm.php core/modules/entity/src/Form/EntityDisplayModeAddForm.php +0 -0
- core/modules/entity/src/Form/EntityDisplayModeDeleteForm.php core/modules/entity/src/Form/EntityDisplayModeDeleteForm.php +0 -0
- core/modules/entity/src/Form/EntityDisplayModeEditForm.php core/modules/entity/src/Form/EntityDisplayModeEditForm.php +0 -0
- core/modules/entity/src/Form/EntityDisplayModeFormBase.php core/modules/entity/src/Form/EntityDisplayModeFormBase.php +0 -0
- core/modules/entity/src/Form/EntityFormModeAddForm.php core/modules/entity/src/Form/EntityFormModeAddForm.php +0 -0
- core/modules/entity/src/Tests/EntityDisplayModeTest.php core/modules/entity/src/Tests/EntityDisplayModeTest.php +0 -0
- core/modules/entity/src/Tests/EntityDisplayTest.php core/modules/entity/src/Tests/EntityDisplayTest.php +0 -0
- core/modules/entity/src/Tests/EntityFormDisplayTest.php core/modules/entity/src/Tests/EntityFormDisplayTest.php +0 -0
- core/modules/entity_reference/src/Annotation/EntityReferenceSelection.php ...ity_reference/src/Annotation/EntityReferenceSelection.php +0 -0
- core/modules/entity_reference/src/ConfigurableEntityReferenceItem.php .../entity_reference/src/ConfigurableEntityReferenceItem.php +0 -0
- core/modules/entity_reference/src/EntityReferenceAutocomplete.php ...ules/entity_reference/src/EntityReferenceAutocomplete.php +0 -0
- core/modules/entity_reference/src/EntityReferenceController.php ...odules/entity_reference/src/EntityReferenceController.php +0 -0
- core/modules/entity_reference/src/Plugin/Derivative/SelectionBase.php .../entity_reference/src/Plugin/Derivative/SelectionBase.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldFormatter/EntityReferenceEntityFormatter.php ...n/Field/FieldFormatter/EntityReferenceEntityFormatter.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php ...gin/Field/FieldFormatter/EntityReferenceFormatterBase.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldFormatter/EntityReferenceIdFormatter.php ...lugin/Field/FieldFormatter/EntityReferenceIdFormatter.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldFormatter/EntityReferenceLabelFormatter.php ...in/Field/FieldFormatter/EntityReferenceLabelFormatter.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldType/ConfigurableEntityReferenceFieldItemList.php ...ld/FieldType/ConfigurableEntityReferenceFieldItemList.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldWidget/AutocompleteTagsWidget.php ...e/src/Plugin/Field/FieldWidget/AutocompleteTagsWidget.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldWidget/AutocompleteWidget.php ...rence/src/Plugin/Field/FieldWidget/AutocompleteWidget.php +0 -0
- core/modules/entity_reference/src/Plugin/Field/FieldWidget/AutocompleteWidgetBase.php ...e/src/Plugin/Field/FieldWidget/AutocompleteWidgetBase.php +0 -0
- core/modules/entity_reference/src/Plugin/Type/Selection/SelectionBroken.php ...y_reference/src/Plugin/Type/Selection/SelectionBroken.php +0 -0
- core/modules/entity_reference/src/Plugin/Type/Selection/SelectionInterface.php ...eference/src/Plugin/Type/Selection/SelectionInterface.php +0 -0
- core/modules/entity_reference/src/Plugin/Type/SelectionPluginManager.php ...tity_reference/src/Plugin/Type/SelectionPluginManager.php +0 -0
- core/modules/entity_reference/src/Plugin/entity_reference/selection/SelectionBase.php ...e/src/Plugin/entity_reference/selection/SelectionBase.php +0 -0
- core/modules/entity_reference/src/Plugin/views/display/EntityReference.php ...ty_reference/src/Plugin/views/display/EntityReference.php +0 -0
- core/modules/entity_reference/src/Plugin/views/row/EntityReference.php ...entity_reference/src/Plugin/views/row/EntityReference.php +0 -0
- core/modules/entity_reference/src/Plugin/views/style/EntityReference.php ...tity_reference/src/Plugin/views/style/EntityReference.php +0 -0
- core/modules/entity_reference/src/RecursiveRenderingException.php ...ules/entity_reference/src/RecursiveRenderingException.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceAdminTest.php ...s/entity_reference/src/Tests/EntityReferenceAdminTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceAutoCreateTest.php ...ity_reference/src/Tests/EntityReferenceAutoCreateTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceAutocompleteTest.php ...y_reference/src/Tests/EntityReferenceAutocompleteTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceFieldDefaultValueTest.php ...erence/src/Tests/EntityReferenceFieldDefaultValueTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceFieldTest.php ...s/entity_reference/src/Tests/EntityReferenceFieldTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceFormatterTest.php ...tity_reference/src/Tests/EntityReferenceFormatterTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceIntegrationTest.php ...ty_reference/src/Tests/EntityReferenceIntegrationTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceItemTest.php ...es/entity_reference/src/Tests/EntityReferenceItemTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceSelectionAccessTest.php ...eference/src/Tests/EntityReferenceSelectionAccessTest.php +0 -0
- core/modules/entity_reference/src/Tests/EntityReferenceSelectionSortTest.php ..._reference/src/Tests/EntityReferenceSelectionSortTest.php +0 -0
- core/modules/entity_reference/src/Tests/Views/SelectionTest.php ...odules/entity_reference/src/Tests/Views/SelectionTest.php +0 -0
- core/modules/field/src/ConfigImporterFieldPurger.php core/modules/field/src/ConfigImporterFieldPurger.php +0 -0
- core/modules/field/src/Entity/FieldConfig.php core/modules/field/src/Entity/FieldConfig.php +0 -0
- core/modules/field/src/Entity/FieldInstanceConfig.php core/modules/field/src/Entity/FieldInstanceConfig.php +0 -0
- core/modules/field/src/FieldConfigInterface.php core/modules/field/src/FieldConfigInterface.php +0 -0
- core/modules/field/src/FieldConfigStorage.php core/modules/field/src/FieldConfigStorage.php +0 -0
- core/modules/field/src/FieldConfigUpdateForbiddenException.php ...modules/field/src/FieldConfigUpdateForbiddenException.php +0 -0
- core/modules/field/src/FieldException.php core/modules/field/src/FieldException.php +0 -0
- core/modules/field/src/FieldInstanceConfigAccessController.php ...modules/field/src/FieldInstanceConfigAccessController.php +0 -0
- core/modules/field/src/FieldInstanceConfigInterface.php core/modules/field/src/FieldInstanceConfigInterface.php +0 -0
- core/modules/field/src/FieldInstanceConfigStorage.php core/modules/field/src/FieldInstanceConfigStorage.php +0 -0
- core/modules/field/src/Plugin/views/argument/FieldList.php core/modules/field/src/Plugin/views/argument/FieldList.php +0 -0
- core/modules/field/src/Plugin/views/argument/ListString.php core/modules/field/src/Plugin/views/argument/ListString.php +0 -0
- core/modules/field/src/Plugin/views/field/Field.php core/modules/field/src/Plugin/views/field/Field.php +0 -0
- core/modules/field/src/Plugin/views/filter/FieldList.php core/modules/field/src/Plugin/views/filter/FieldList.php +0 -0
- core/modules/field/src/Plugin/views/relationship/EntityReverse.php ...les/field/src/Plugin/views/relationship/EntityReverse.php +0 -0
- core/modules/field/src/Tests/BulkDeleteTest.php core/modules/field/src/Tests/BulkDeleteTest.php +0 -0
- core/modules/field/src/Tests/ConfigFieldDefinitionTest.php core/modules/field/src/Tests/ConfigFieldDefinitionTest.php +0 -0
- core/modules/field/src/Tests/CrudTest.php core/modules/field/src/Tests/CrudTest.php +0 -0
- core/modules/field/src/Tests/DisplayApiTest.php core/modules/field/src/Tests/DisplayApiTest.php +0 -0
- core/modules/field/src/Tests/Email/EmailFieldTest.php core/modules/field/src/Tests/Email/EmailFieldTest.php +0 -0
- core/modules/field/src/Tests/Email/EmailItemTest.php core/modules/field/src/Tests/Email/EmailItemTest.php +0 -0
- core/modules/field/src/Tests/FieldAccessTest.php core/modules/field/src/Tests/FieldAccessTest.php +0 -0
- core/modules/field/src/Tests/FieldAttachOtherTest.php core/modules/field/src/Tests/FieldAttachOtherTest.php +0 -0
- core/modules/field/src/Tests/FieldAttachStorageTest.php core/modules/field/src/Tests/FieldAttachStorageTest.php +0 -0
- core/modules/field/src/Tests/FieldEntityCountTest.php core/modules/field/src/Tests/FieldEntityCountTest.php +0 -0
- core/modules/field/src/Tests/FieldHelpTest.php core/modules/field/src/Tests/FieldHelpTest.php +0 -0
- core/modules/field/src/Tests/FieldImportChangeTest.php core/modules/field/src/Tests/FieldImportChangeTest.php +0 -0
- core/modules/field/src/Tests/FieldImportCreateTest.php core/modules/field/src/Tests/FieldImportCreateTest.php +0 -0
- core/modules/field/src/Tests/FieldImportDeleteTest.php core/modules/field/src/Tests/FieldImportDeleteTest.php +0 -0
- core/modules/field/src/Tests/FieldImportDeleteUninstallTest.php ...odules/field/src/Tests/FieldImportDeleteUninstallTest.php +0 -0
- core/modules/field/src/Tests/FieldImportDeleteUninstallUiTest.php ...ules/field/src/Tests/FieldImportDeleteUninstallUiTest.php +0 -0
- core/modules/field/src/Tests/FieldInstanceCrudTest.php core/modules/field/src/Tests/FieldInstanceCrudTest.php +0 -0
- core/modules/field/src/Tests/FieldTestBase.php core/modules/field/src/Tests/FieldTestBase.php +0 -0
- core/modules/field/src/Tests/FieldTypePluginManagerTest.php core/modules/field/src/Tests/FieldTypePluginManagerTest.php +0 -0
- core/modules/field/src/Tests/FieldUnitTestBase.php core/modules/field/src/Tests/FieldUnitTestBase.php +0 -0
- core/modules/field/src/Tests/FieldValidationTest.php core/modules/field/src/Tests/FieldValidationTest.php +0 -0
- core/modules/field/src/Tests/FormTest.php core/modules/field/src/Tests/FormTest.php +0 -0
- core/modules/field/src/Tests/NestedFormTest.php core/modules/field/src/Tests/NestedFormTest.php +0 -0
- core/modules/field/src/Tests/Number/NumberFieldTest.php core/modules/field/src/Tests/Number/NumberFieldTest.php +0 -0
- core/modules/field/src/Tests/Number/NumberItemTest.php core/modules/field/src/Tests/Number/NumberItemTest.php +0 -0
- core/modules/field/src/Tests/ShapeItemTest.php core/modules/field/src/Tests/ShapeItemTest.php +0 -0
- core/modules/field/src/Tests/TestItemTest.php core/modules/field/src/Tests/TestItemTest.php +0 -0
- core/modules/field/src/Tests/TranslationTest.php core/modules/field/src/Tests/TranslationTest.php +0 -0
- core/modules/field/src/Tests/TranslationWebTest.php core/modules/field/src/Tests/TranslationWebTest.php +0 -0
- core/modules/field/src/Tests/Views/ApiDataTest.php core/modules/field/src/Tests/Views/ApiDataTest.php +0 -0
- core/modules/field/src/Tests/Views/FieldTestBase.php core/modules/field/src/Tests/Views/FieldTestBase.php +0 -0
- core/modules/field/src/Tests/Views/FieldUITest.php core/modules/field/src/Tests/Views/FieldUITest.php +0 -0
- core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php core/modules/field/src/Tests/Views/HandlerFieldFieldTest.php +0 -0
- core/modules/field/src/Tests/WidgetPluginManagerTest.php core/modules/field/src/Tests/WidgetPluginManagerTest.php +0 -0
- core/modules/field/src/Tests/reEnableModuleFieldTest.php core/modules/field/src/Tests/reEnableModuleFieldTest.php +0 -0
- core/modules/field/tests/modules/field_test/src/Form/NestedEntityTestForm.php ...ests/modules/field_test/src/Form/NestedEntityTestForm.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php ...Plugin/Field/FieldFormatter/TestFieldDefaultFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php ...c/Plugin/Field/FieldFormatter/TestFieldEmptyFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldEmptySettingFormatter.php ...n/Field/FieldFormatter/TestFieldEmptySettingFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldMultipleFormatter.php ...lugin/Field/FieldFormatter/TestFieldMultipleFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php ...gin/Field/FieldFormatter/TestFieldNoSettingsFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldFormatter/TestFieldPrepareViewFormatter.php ...in/Field/FieldFormatter/TestFieldPrepareViewFormatter.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/HiddenTestItem.php .../field_test/src/Plugin/Field/FieldType/HiddenTestItem.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/ShapeItem.php ...dules/field_test/src/Plugin/Field/FieldType/ShapeItem.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItem.php ...odules/field_test/src/Plugin/Field/FieldType/TestItem.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php ...eld_test/src/Plugin/Field/FieldWidget/TestFieldWidget.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php .../src/Plugin/Field/FieldWidget/TestFieldWidgetMultiple.php +0 -0
- core/modules/field/tests/modules/field_test/src/Plugin/Validation/Constraint/TestFieldConstraint.php .../src/Plugin/Validation/Constraint/TestFieldConstraint.php +0 -0
- core/modules/field/tests/src/FieldConfigEntityUnitTest.php core/modules/field/tests/src/FieldConfigEntityUnitTest.php +0 -0
- core/modules/field/tests/src/FieldInstanceConfigEntityUnitTest.php ...les/field/tests/src/FieldInstanceConfigEntityUnitTest.php +0 -0
- core/modules/field_ui/src/Access/FormModeAccessCheck.php core/modules/field_ui/src/Access/FormModeAccessCheck.php +0 -0
- core/modules/field_ui/src/Access/ViewModeAccessCheck.php core/modules/field_ui/src/Access/ViewModeAccessCheck.php +0 -0
- core/modules/field_ui/src/DisplayOverview.php core/modules/field_ui/src/DisplayOverview.php +0 -0
- core/modules/field_ui/src/DisplayOverviewBase.php core/modules/field_ui/src/DisplayOverviewBase.php +0 -0
- core/modules/field_ui/src/FieldConfigListBuilder.php core/modules/field_ui/src/FieldConfigListBuilder.php +0 -0
- core/modules/field_ui/src/FieldInstanceConfigListBuilder.php core/modules/field_ui/src/FieldInstanceConfigListBuilder.php +0 -0
- core/modules/field_ui/src/FieldOverview.php core/modules/field_ui/src/FieldOverview.php +0 -0
- core/modules/field_ui/src/FieldUI.php core/modules/field_ui/src/FieldUI.php +0 -0
- core/modules/field_ui/src/Form/FieldEditForm.php core/modules/field_ui/src/Form/FieldEditForm.php +0 -0
- core/modules/field_ui/src/Form/FieldInstanceConfigDeleteForm.php ...dules/field_ui/src/Form/FieldInstanceConfigDeleteForm.php +0 -0
- core/modules/field_ui/src/Form/FieldInstanceEditForm.php core/modules/field_ui/src/Form/FieldInstanceEditForm.php +0 -0
- core/modules/field_ui/src/FormDisplayOverview.php core/modules/field_ui/src/FormDisplayOverview.php +0 -0
- core/modules/field_ui/src/OverviewBase.php core/modules/field_ui/src/OverviewBase.php +0 -0
- core/modules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php ...dules/field_ui/src/Plugin/Derivative/FieldUiLocalTask.php +0 -0
- core/modules/field_ui/src/Routing/RouteSubscriber.php core/modules/field_ui/src/Routing/RouteSubscriber.php +0 -0
- core/modules/field_ui/src/Tests/FieldUIRouteTest.php core/modules/field_ui/src/Tests/FieldUIRouteTest.php +0 -0
- core/modules/field_ui/src/Tests/FieldUiTestBase.php core/modules/field_ui/src/Tests/FieldUiTestBase.php +0 -0
- core/modules/field_ui/src/Tests/ManageDisplayTest.php core/modules/field_ui/src/Tests/ManageDisplayTest.php +0 -0
- core/modules/field_ui/src/Tests/ManageFieldsTest.php core/modules/field_ui/src/Tests/ManageFieldsTest.php +0 -0
- core/modules/field_ui/tests/modules/field_ui_test/src/Entity/FieldUITestNoBundle.php .../modules/field_ui_test/src/Entity/FieldUITestNoBundle.php +0 -0
- core/modules/file/src/Controller/FileWidgetAjaxController.php .../modules/file/src/Controller/FileWidgetAjaxController.php +0 -0
- core/modules/file/src/Entity/File.php core/modules/file/src/Entity/File.php +0 -0
- core/modules/file/src/FileInterface.php core/modules/file/src/FileInterface.php +0 -0
- core/modules/file/src/FileStorage.php core/modules/file/src/FileStorage.php +0 -0
- core/modules/file/src/FileStorageInterface.php core/modules/file/src/FileStorageInterface.php +0 -0
- core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php +0 -0
- core/modules/file/src/FileUsage/FileUsageBase.php core/modules/file/src/FileUsage/FileUsageBase.php +0 -0
- core/modules/file/src/FileUsage/FileUsageInterface.php core/modules/file/src/FileUsage/FileUsageInterface.php +0 -0
- core/modules/file/src/Plugin/Field/FieldFormatter/FileFormatterBase.php ...ile/src/Plugin/Field/FieldFormatter/FileFormatterBase.php +0 -0
- core/modules/file/src/Plugin/Field/FieldFormatter/GenericFileFormatter.php .../src/Plugin/Field/FieldFormatter/GenericFileFormatter.php +0 -0
- core/modules/file/src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php ...src/Plugin/Field/FieldFormatter/RSSEnclosureFormatter.php +0 -0
- core/modules/file/src/Plugin/Field/FieldFormatter/TableFormatter.php ...s/file/src/Plugin/Field/FieldFormatter/TableFormatter.php +0 -0
- core/modules/file/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php ...ile/src/Plugin/Field/FieldFormatter/UrlPlainFormatter.php +0 -0
- core/modules/file/src/Plugin/Field/FieldType/FileFieldItemList.php ...les/file/src/Plugin/Field/FieldType/FileFieldItemList.php +0 -0
- core/modules/file/src/Plugin/Field/FieldType/FileItem.php core/modules/file/src/Plugin/Field/FieldType/FileItem.php +0 -0
- core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php .../modules/file/src/Plugin/Field/FieldWidget/FileWidget.php +0 -0
- core/modules/file/src/Plugin/entity_reference/selection/FileSelection.php ...e/src/Plugin/entity_reference/selection/FileSelection.php +0 -0
- core/modules/file/src/Plugin/views/argument/Fid.php core/modules/file/src/Plugin/views/argument/Fid.php +0 -0
- core/modules/file/src/Plugin/views/field/Extension.php core/modules/file/src/Plugin/views/field/Extension.php +0 -0
- core/modules/file/src/Plugin/views/field/File.php core/modules/file/src/Plugin/views/field/File.php +0 -0
- core/modules/file/src/Plugin/views/field/FileMime.php core/modules/file/src/Plugin/views/field/FileMime.php +0 -0
- core/modules/file/src/Plugin/views/field/Status.php core/modules/file/src/Plugin/views/field/Status.php +0 -0
- core/modules/file/src/Plugin/views/field/Uri.php core/modules/file/src/Plugin/views/field/Uri.php +0 -0
- core/modules/file/src/Plugin/views/filter/Status.php core/modules/file/src/Plugin/views/filter/Status.php +0 -0
- core/modules/file/src/Plugin/views/wizard/File.php core/modules/file/src/Plugin/views/wizard/File.php +0 -0
- core/modules/file/src/Tests/CopyTest.php core/modules/file/src/Tests/CopyTest.php +0 -0
- core/modules/file/src/Tests/DeleteTest.php core/modules/file/src/Tests/DeleteTest.php +0 -0
- core/modules/file/src/Tests/DownloadTest.php core/modules/file/src/Tests/DownloadTest.php +0 -0
- core/modules/file/src/Tests/FileFieldDisplayTest.php core/modules/file/src/Tests/FileFieldDisplayTest.php +0 -0
- core/modules/file/src/Tests/FileFieldPathTest.php core/modules/file/src/Tests/FileFieldPathTest.php +0 -0
- core/modules/file/src/Tests/FileFieldRSSContentTest.php core/modules/file/src/Tests/FileFieldRSSContentTest.php +0 -0
- core/modules/file/src/Tests/FileFieldRevisionTest.php core/modules/file/src/Tests/FileFieldRevisionTest.php +0 -0
- core/modules/file/src/Tests/FileFieldTestBase.php core/modules/file/src/Tests/FileFieldTestBase.php +0 -0
- core/modules/file/src/Tests/FileFieldValidateTest.php core/modules/file/src/Tests/FileFieldValidateTest.php +0 -0
- core/modules/file/src/Tests/FileFieldWidgetTest.php core/modules/file/src/Tests/FileFieldWidgetTest.php +0 -0
- core/modules/file/src/Tests/FileItemTest.php core/modules/file/src/Tests/FileItemTest.php +0 -0
- core/modules/file/src/Tests/FileListingTest.php core/modules/file/src/Tests/FileListingTest.php +0 -0
- core/modules/file/src/Tests/FileManagedFileElementTest.php core/modules/file/src/Tests/FileManagedFileElementTest.php +0 -0
- core/modules/file/src/Tests/FileManagedTestBase.php core/modules/file/src/Tests/FileManagedTestBase.php +0 -0
- core/modules/file/src/Tests/FileManagedUnitTestBase.php core/modules/file/src/Tests/FileManagedUnitTestBase.php +0 -0
- core/modules/file/src/Tests/FilePrivateTest.php core/modules/file/src/Tests/FilePrivateTest.php +0 -0
- core/modules/file/src/Tests/FileTokenReplaceTest.php core/modules/file/src/Tests/FileTokenReplaceTest.php +0 -0
- core/modules/file/src/Tests/LoadTest.php core/modules/file/src/Tests/LoadTest.php +0 -0
- core/modules/file/src/Tests/MoveTest.php core/modules/file/src/Tests/MoveTest.php +0 -0
- core/modules/file/src/Tests/RemoteFileSaveUploadTest.php core/modules/file/src/Tests/RemoteFileSaveUploadTest.php +0 -0
- core/modules/file/src/Tests/SaveDataTest.php core/modules/file/src/Tests/SaveDataTest.php +0 -0
- core/modules/file/src/Tests/SaveTest.php core/modules/file/src/Tests/SaveTest.php +0 -0
- core/modules/file/src/Tests/SaveUploadTest.php core/modules/file/src/Tests/SaveUploadTest.php +0 -0
- core/modules/file/src/Tests/SpaceUsedTest.php core/modules/file/src/Tests/SpaceUsedTest.php +0 -0
- core/modules/file/src/Tests/UsageTest.php core/modules/file/src/Tests/UsageTest.php +0 -0
- core/modules/file/src/Tests/ValidateTest.php core/modules/file/src/Tests/ValidateTest.php +0 -0
- core/modules/file/src/Tests/ValidatorTest.php core/modules/file/src/Tests/ValidatorTest.php +0 -0
- core/modules/file/src/Tests/Views/ExtensionViewsFieldTest.php .../modules/file/src/Tests/Views/ExtensionViewsFieldTest.php +0 -0
- core/modules/file/tests/file_module_test/src/Form/FileModuleTestForm.php ...le/tests/file_module_test/src/Form/FileModuleTestForm.php +0 -0
- core/modules/file/tests/file_test/src/DummyReadOnlyStreamWrapper.php ...s/file/tests/file_test/src/DummyReadOnlyStreamWrapper.php +0 -0
- core/modules/file/tests/file_test/src/DummyRemoteStreamWrapper.php ...les/file/tests/file_test/src/DummyRemoteStreamWrapper.php +0 -0
- core/modules/file/tests/file_test/src/DummyStreamWrapper.php core/modules/file/tests/file_test/src/DummyStreamWrapper.php +0 -0
- core/modules/file/tests/file_test/src/Form/FileTestForm.php core/modules/file/tests/file_test/src/Form/FileTestForm.php +0 -0
- core/modules/filter/src/Annotation/Filter.php core/modules/filter/src/Annotation/Filter.php +0 -0
- core/modules/filter/src/Controller/FilterController.php core/modules/filter/src/Controller/FilterController.php +0 -0
- core/modules/filter/src/Entity/FilterFormat.php core/modules/filter/src/Entity/FilterFormat.php +0 -0
- core/modules/filter/src/FilterBag.php core/modules/filter/src/FilterBag.php +0 -0
- core/modules/filter/src/FilterFormatAccess.php core/modules/filter/src/FilterFormatAccess.php +0 -0
- core/modules/filter/src/FilterFormatAddForm.php core/modules/filter/src/FilterFormatAddForm.php +0 -0
- core/modules/filter/src/FilterFormatEditForm.php core/modules/filter/src/FilterFormatEditForm.php +0 -0
- core/modules/filter/src/FilterFormatFormBase.php core/modules/filter/src/FilterFormatFormBase.php +0 -0
- core/modules/filter/src/FilterFormatInterface.php core/modules/filter/src/FilterFormatInterface.php +0 -0
- core/modules/filter/src/FilterFormatListBuilder.php core/modules/filter/src/FilterFormatListBuilder.php +0 -0
- core/modules/filter/src/FilterPluginManager.php core/modules/filter/src/FilterPluginManager.php +0 -0
- core/modules/filter/src/Form/FilterDisableForm.php core/modules/filter/src/Form/FilterDisableForm.php +0 -0
- core/modules/filter/src/Plugin/DataType/FilterFormat.php core/modules/filter/src/Plugin/DataType/FilterFormat.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterAutoP.php core/modules/filter/src/Plugin/Filter/FilterAutoP.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterCaption.php core/modules/filter/src/Plugin/Filter/FilterCaption.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterHtml.php core/modules/filter/src/Plugin/Filter/FilterHtml.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php .../modules/filter/src/Plugin/Filter/FilterHtmlCorrector.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php core/modules/filter/src/Plugin/Filter/FilterHtmlEscape.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php ...odules/filter/src/Plugin/Filter/FilterHtmlImageSecure.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterNull.php core/modules/filter/src/Plugin/Filter/FilterNull.php +0 -0
- core/modules/filter/src/Plugin/Filter/FilterUrl.php core/modules/filter/src/Plugin/Filter/FilterUrl.php +0 -0
- core/modules/filter/src/Plugin/FilterBase.php core/modules/filter/src/Plugin/FilterBase.php +0 -0
- core/modules/filter/src/Plugin/FilterInterface.php core/modules/filter/src/Plugin/FilterInterface.php +0 -0
- core/modules/filter/src/Tests/FilterAPITest.php core/modules/filter/src/Tests/FilterAPITest.php +0 -0
- core/modules/filter/src/Tests/FilterAdminTest.php core/modules/filter/src/Tests/FilterAdminTest.php +0 -0
- core/modules/filter/src/Tests/FilterCrudTest.php core/modules/filter/src/Tests/FilterCrudTest.php +0 -0
- core/modules/filter/src/Tests/FilterDefaultConfigTest.php core/modules/filter/src/Tests/FilterDefaultConfigTest.php +0 -0
- core/modules/filter/src/Tests/FilterDefaultFormatTest.php core/modules/filter/src/Tests/FilterDefaultFormatTest.php +0 -0
- core/modules/filter/src/Tests/FilterFormatAccessTest.php core/modules/filter/src/Tests/FilterFormatAccessTest.php +0 -0
- core/modules/filter/src/Tests/FilterHooksTest.php core/modules/filter/src/Tests/FilterHooksTest.php +0 -0
- core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php +0 -0
- core/modules/filter/src/Tests/FilterNoFormatTest.php core/modules/filter/src/Tests/FilterNoFormatTest.php +0 -0
- core/modules/filter/src/Tests/FilterSecurityTest.php core/modules/filter/src/Tests/FilterSecurityTest.php +0 -0
- core/modules/filter/src/Tests/FilterSettingsTest.php core/modules/filter/src/Tests/FilterSettingsTest.php +0 -0
- core/modules/filter/src/Tests/FilterUnitTest.php core/modules/filter/src/Tests/FilterUnitTest.php +0 -0
- core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestReplace.php ...tests/filter_test/src/Plugin/Filter/FilterTestReplace.php +0 -0
- core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php ...src/Plugin/Filter/FilterTestRestrictTagsAndAttributes.php +0 -0
- core/modules/filter/tests/filter_test/src/Plugin/Filter/FilterTestUncacheable.php ...s/filter_test/src/Plugin/Filter/FilterTestUncacheable.php +0 -0
- core/modules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php ...dules/forum/src/Breadcrumb/ForumBreadcrumbBuilderBase.php +0 -0
- core/modules/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php ...es/forum/src/Breadcrumb/ForumListingBreadcrumbBuilder.php +0 -0
- core/modules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php ...dules/forum/src/Breadcrumb/ForumNodeBreadcrumbBuilder.php +0 -0
- core/modules/forum/src/Controller/ForumController.php core/modules/forum/src/Controller/ForumController.php +0 -0
- core/modules/forum/src/Form/ContainerForm.php core/modules/forum/src/Form/ContainerForm.php +0 -0
- core/modules/forum/src/Form/DeleteForm.php core/modules/forum/src/Form/DeleteForm.php +0 -0
- core/modules/forum/src/Form/ForumForm.php core/modules/forum/src/Form/ForumForm.php +0 -0
- core/modules/forum/src/Form/Overview.php core/modules/forum/src/Form/Overview.php +0 -0
- core/modules/forum/src/ForumManager.php core/modules/forum/src/ForumManager.php +0 -0
- core/modules/forum/src/ForumManagerInterface.php core/modules/forum/src/ForumManagerInterface.php +0 -0
- core/modules/forum/src/ForumSettingsForm.php core/modules/forum/src/ForumSettingsForm.php +0 -0
- core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php +0 -0
- core/modules/forum/src/Plugin/Block/ForumBlockBase.php core/modules/forum/src/Plugin/Block/ForumBlockBase.php +0 -0
- core/modules/forum/src/Plugin/Block/NewTopicsBlock.php core/modules/forum/src/Plugin/Block/NewTopicsBlock.php +0 -0
- core/modules/forum/src/Tests/ForumBlockTest.php core/modules/forum/src/Tests/ForumBlockTest.php +0 -0
- core/modules/forum/src/Tests/ForumIndexTest.php core/modules/forum/src/Tests/ForumIndexTest.php +0 -0
- core/modules/forum/src/Tests/ForumNodeAccessTest.php core/modules/forum/src/Tests/ForumNodeAccessTest.php +0 -0
- core/modules/forum/src/Tests/ForumTest.php core/modules/forum/src/Tests/ForumTest.php +0 -0
- core/modules/forum/src/Tests/ForumUninstallTest.php core/modules/forum/src/Tests/ForumUninstallTest.php +0 -0
- core/modules/forum/src/Tests/Views/ForumIntegrationTest.php core/modules/forum/src/Tests/Views/ForumIntegrationTest.php +0 -0
- core/modules/forum/tests/src/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php ...m/tests/src/Breadcrumb/ForumBreadcrumbBuilderBaseTest.php +0 -0
- core/modules/forum/tests/src/Breadcrumb/ForumListingBreadcrumbBuilderTest.php ...ests/src/Breadcrumb/ForumListingBreadcrumbBuilderTest.php +0 -0
- core/modules/forum/tests/src/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php ...m/tests/src/Breadcrumb/ForumNodeBreadcrumbBuilderTest.php +0 -0
- core/modules/forum/tests/src/ForumManagerTest.php core/modules/forum/tests/src/ForumManagerTest.php +0 -0
- core/modules/hal/src/Encoder/JsonEncoder.php core/modules/hal/src/Encoder/JsonEncoder.php +0 -0
- core/modules/hal/src/HalSubscriber.php core/modules/hal/src/HalSubscriber.php +0 -0
- core/modules/hal/src/Normalizer/ContentEntityNormalizer.php core/modules/hal/src/Normalizer/ContentEntityNormalizer.php +0 -0
- core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php ...ules/hal/src/Normalizer/EntityReferenceItemNormalizer.php +0 -0
- core/modules/hal/src/Normalizer/FieldItemNormalizer.php core/modules/hal/src/Normalizer/FieldItemNormalizer.php +0 -0
- core/modules/hal/src/Normalizer/FieldNormalizer.php core/modules/hal/src/Normalizer/FieldNormalizer.php +0 -0
- core/modules/hal/src/Normalizer/FileEntityNormalizer.php core/modules/hal/src/Normalizer/FileEntityNormalizer.php +0 -0
- core/modules/hal/src/Normalizer/NormalizerBase.php core/modules/hal/src/Normalizer/NormalizerBase.php +0 -0
- core/modules/hal/src/Tests/DenormalizeTest.php core/modules/hal/src/Tests/DenormalizeTest.php +0 -0
- core/modules/hal/src/Tests/EntityTest.php core/modules/hal/src/Tests/EntityTest.php +0 -0
- core/modules/hal/src/Tests/FileDenormalizeTest.php core/modules/hal/src/Tests/FileDenormalizeTest.php +0 -0
- core/modules/hal/src/Tests/NormalizeTest.php core/modules/hal/src/Tests/NormalizeTest.php +0 -0
- core/modules/hal/src/Tests/NormalizerTestBase.php core/modules/hal/src/Tests/NormalizerTestBase.php +0 -0
- core/modules/hal/tests/src/FieldItemNormalizerDenormalizeExceptionsUnitTest.php .../src/FieldItemNormalizerDenormalizeExceptionsUnitTest.php +0 -0
- core/modules/hal/tests/src/FieldNormalizerDenormalizeExceptionsUnitTest.php ...ests/src/FieldNormalizerDenormalizeExceptionsUnitTest.php +0 -0
- core/modules/hal/tests/src/NormalizerDenormalizeExceptionsUnitTestBase.php ...tests/src/NormalizerDenormalizeExceptionsUnitTestBase.php +0 -0
- core/modules/help/src/Controller/HelpController.php core/modules/help/src/Controller/HelpController.php +0 -0
- core/modules/help/src/Tests/HelpTest.php core/modules/help/src/Tests/HelpTest.php +0 -0
- core/modules/help/src/Tests/NoHelpTest.php core/modules/help/src/Tests/NoHelpTest.php +0 -0
- core/modules/history/src/Controller/HistoryController.php core/modules/history/src/Controller/HistoryController.php +0 -0
- core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php ...s/history/src/Plugin/views/field/HistoryUserTimestamp.php +0 -0
- core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php .../history/src/Plugin/views/filter/HistoryUserTimestamp.php +0 -0
- core/modules/history/src/Tests/HistoryTest.php core/modules/history/src/Tests/HistoryTest.php +0 -0
- core/modules/history/src/Tests/Views/HistoryTimestampTest.php .../modules/history/src/Tests/Views/HistoryTimestampTest.php +0 -0
- core/modules/image/src/Annotation/ImageEffect.php core/modules/image/src/Annotation/ImageEffect.php +0 -0
- core/modules/image/src/ConfigurableImageEffectInterface.php core/modules/image/src/ConfigurableImageEffectInterface.php +0 -0
- core/modules/image/src/Controller/ImageStyleDownloadController.php ...les/image/src/Controller/ImageStyleDownloadController.php +0 -0
- core/modules/image/src/Entity/ImageStyle.php core/modules/image/src/Entity/ImageStyle.php +0 -0
- core/modules/image/src/Form/ImageEffectAddForm.php core/modules/image/src/Form/ImageEffectAddForm.php +0 -0
- core/modules/image/src/Form/ImageEffectDeleteForm.php core/modules/image/src/Form/ImageEffectDeleteForm.php +0 -0
- core/modules/image/src/Form/ImageEffectEditForm.php core/modules/image/src/Form/ImageEffectEditForm.php +0 -0
- core/modules/image/src/Form/ImageEffectFormBase.php core/modules/image/src/Form/ImageEffectFormBase.php +0 -0
- core/modules/image/src/Form/ImageStyleAddForm.php core/modules/image/src/Form/ImageStyleAddForm.php +0 -0
- core/modules/image/src/Form/ImageStyleDeleteForm.php core/modules/image/src/Form/ImageStyleDeleteForm.php +0 -0
- core/modules/image/src/Form/ImageStyleEditForm.php core/modules/image/src/Form/ImageStyleEditForm.php +0 -0
- core/modules/image/src/Form/ImageStyleFlushForm.php core/modules/image/src/Form/ImageStyleFlushForm.php +0 -0
- core/modules/image/src/Form/ImageStyleFormBase.php core/modules/image/src/Form/ImageStyleFormBase.php +0 -0
- core/modules/image/src/ImageEffectBag.php core/modules/image/src/ImageEffectBag.php +0 -0
- core/modules/image/src/ImageEffectBase.php core/modules/image/src/ImageEffectBase.php +0 -0
- core/modules/image/src/ImageEffectInterface.php core/modules/image/src/ImageEffectInterface.php +0 -0
- core/modules/image/src/ImageEffectManager.php core/modules/image/src/ImageEffectManager.php +0 -0
- core/modules/image/src/ImageStyleInterface.php core/modules/image/src/ImageStyleInterface.php +0 -0
- core/modules/image/src/ImageStyleListBuilder.php core/modules/image/src/ImageStyleListBuilder.php +0 -0
- core/modules/image/src/PathProcessor/PathProcessorImageStyles.php ...ules/image/src/PathProcessor/PathProcessorImageStyles.php +0 -0
- core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatter.php .../image/src/Plugin/Field/FieldFormatter/ImageFormatter.php +0 -0
- core/modules/image/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php ...ge/src/Plugin/Field/FieldFormatter/ImageFormatterBase.php +0 -0
- core/modules/image/src/Plugin/Field/FieldType/ImageItem.php core/modules/image/src/Plugin/Field/FieldType/ImageItem.php +0 -0
- core/modules/image/src/Plugin/Field/FieldWidget/ImageWidget.php ...odules/image/src/Plugin/Field/FieldWidget/ImageWidget.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/CropImageEffect.php .../modules/image/src/Plugin/ImageEffect/CropImageEffect.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/DesaturateImageEffect.php ...es/image/src/Plugin/ImageEffect/DesaturateImageEffect.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/ResizeImageEffect.php ...odules/image/src/Plugin/ImageEffect/ResizeImageEffect.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/RotateImageEffect.php ...odules/image/src/Plugin/ImageEffect/RotateImageEffect.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php .../image/src/Plugin/ImageEffect/ScaleAndCropImageEffect.php +0 -0
- core/modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php ...modules/image/src/Plugin/ImageEffect/ScaleImageEffect.php +0 -0
- core/modules/image/src/Routing/ImageStyleRoutes.php core/modules/image/src/Routing/ImageStyleRoutes.php +0 -0
- core/modules/image/src/Tests/FileMoveTest.php core/modules/image/src/Tests/FileMoveTest.php +0 -0
- core/modules/image/src/Tests/ImageAdminStylesTest.php core/modules/image/src/Tests/ImageAdminStylesTest.php +0 -0
- core/modules/image/src/Tests/ImageDimensionsTest.php core/modules/image/src/Tests/ImageDimensionsTest.php +0 -0
- core/modules/image/src/Tests/ImageEffectsTest.php core/modules/image/src/Tests/ImageEffectsTest.php +0 -0
- core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php +0 -0
- core/modules/image/src/Tests/ImageFieldDisplayTest.php core/modules/image/src/Tests/ImageFieldDisplayTest.php +0 -0
- core/modules/image/src/Tests/ImageFieldTestBase.php core/modules/image/src/Tests/ImageFieldTestBase.php +0 -0
- core/modules/image/src/Tests/ImageFieldValidateTest.php core/modules/image/src/Tests/ImageFieldValidateTest.php +0 -0
- core/modules/image/src/Tests/ImageItemTest.php core/modules/image/src/Tests/ImageItemTest.php +0 -0
- core/modules/image/src/Tests/ImageStyleFlushTest.php core/modules/image/src/Tests/ImageStyleFlushTest.php +0 -0
- core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php +0 -0
- core/modules/image/src/Tests/ImageThemeFunctionTest.php core/modules/image/src/Tests/ImageThemeFunctionTest.php +0 -0
- core/modules/image/tests/modules/image_module_test/src/Plugin/ImageEffect/NullTestImageEffect.php ...odule_test/src/Plugin/ImageEffect/NullTestImageEffect.php +0 -0
- core/modules/language/src/Config/LanguageConfigFactoryOverride.php ...les/language/src/Config/LanguageConfigFactoryOverride.php +0 -0
- core/modules/language/src/Config/LanguageConfigFactoryOverrideInterface.php ...age/src/Config/LanguageConfigFactoryOverrideInterface.php +0 -0
- core/modules/language/src/Config/LanguageConfigOverride.php core/modules/language/src/Config/LanguageConfigOverride.php +0 -0
- core/modules/language/src/ConfigurableLanguageManager.php core/modules/language/src/ConfigurableLanguageManager.php +0 -0
- core/modules/language/src/ConfigurableLanguageManagerInterface.php ...les/language/src/ConfigurableLanguageManagerInterface.php +0 -0
- core/modules/language/src/Entity/Language.php core/modules/language/src/Entity/Language.php +0 -0
- core/modules/language/src/EventSubscriber/ConfigSubscriber.php ...modules/language/src/EventSubscriber/ConfigSubscriber.php +0 -0
- core/modules/language/src/EventSubscriber/LanguageRequestSubscriber.php ...anguage/src/EventSubscriber/LanguageRequestSubscriber.php +0 -0
- core/modules/language/src/Exception/DeleteDefaultLanguageException.php ...language/src/Exception/DeleteDefaultLanguageException.php +0 -0
- core/modules/language/src/Exception/LanguageException.php core/modules/language/src/Exception/LanguageException.php +0 -0
- core/modules/language/src/Form/ContentLanguageSettingsForm.php ...modules/language/src/Form/ContentLanguageSettingsForm.php +0 -0
- core/modules/language/src/Form/LanguageAddForm.php core/modules/language/src/Form/LanguageAddForm.php +0 -0
- core/modules/language/src/Form/LanguageDeleteForm.php core/modules/language/src/Form/LanguageDeleteForm.php +0 -0
- core/modules/language/src/Form/LanguageEditForm.php core/modules/language/src/Form/LanguageEditForm.php +0 -0
- core/modules/language/src/Form/LanguageFormBase.php core/modules/language/src/Form/LanguageFormBase.php +0 -0
- core/modules/language/src/Form/NegotiationBrowserDeleteForm.php ...odules/language/src/Form/NegotiationBrowserDeleteForm.php +0 -0
- core/modules/language/src/Form/NegotiationBrowserForm.php core/modules/language/src/Form/NegotiationBrowserForm.php +0 -0
- core/modules/language/src/Form/NegotiationConfigureForm.php core/modules/language/src/Form/NegotiationConfigureForm.php +0 -0
- core/modules/language/src/Form/NegotiationSelectedForm.php core/modules/language/src/Form/NegotiationSelectedForm.php +0 -0
- core/modules/language/src/Form/NegotiationSessionForm.php core/modules/language/src/Form/NegotiationSessionForm.php +0 -0
- core/modules/language/src/Form/NegotiationUrlForm.php core/modules/language/src/Form/NegotiationUrlForm.php +0 -0
- core/modules/language/src/HttpKernel/PathProcessorLanguage.php ...modules/language/src/HttpKernel/PathProcessorLanguage.php +0 -0
- core/modules/language/src/LanguageAccessController.php core/modules/language/src/LanguageAccessController.php +0 -0
- core/modules/language/src/LanguageInterface.php core/modules/language/src/LanguageInterface.php +0 -0
- core/modules/language/src/LanguageListBuilder.php core/modules/language/src/LanguageListBuilder.php +0 -0
- core/modules/language/src/LanguageNegotiationMethodBase.php core/modules/language/src/LanguageNegotiationMethodBase.php +0 -0
- core/modules/language/src/LanguageNegotiationMethodInterface.php ...dules/language/src/LanguageNegotiationMethodInterface.php +0 -0
- core/modules/language/src/LanguageNegotiationMethodManager.php ...modules/language/src/LanguageNegotiationMethodManager.php +0 -0
- core/modules/language/src/LanguageNegotiator.php core/modules/language/src/LanguageNegotiator.php +0 -0
- core/modules/language/src/LanguageNegotiatorInterface.php core/modules/language/src/LanguageNegotiatorInterface.php +0 -0
- core/modules/language/src/LanguageServiceProvider.php core/modules/language/src/LanguageServiceProvider.php +0 -0
- core/modules/language/src/LanguageSwitcherInterface.php core/modules/language/src/LanguageSwitcherInterface.php +0 -0
- core/modules/language/src/Plugin/Block/LanguageBlock.php core/modules/language/src/Plugin/Block/LanguageBlock.php +0 -0
- core/modules/language/src/Plugin/Condition/Language.php core/modules/language/src/Plugin/Condition/Language.php +0 -0
- core/modules/language/src/Plugin/Derivative/LanguageBlock.php .../modules/language/src/Plugin/Derivative/LanguageBlock.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php ...Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSelected.php ...lugin/LanguageNegotiation/LanguageNegotiationSelected.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationSession.php ...Plugin/LanguageNegotiation/LanguageNegotiationSession.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php .../src/Plugin/LanguageNegotiation/LanguageNegotiationUI.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php ...src/Plugin/LanguageNegotiation/LanguageNegotiationUrl.php +0 -0
- core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationUrlFallback.php ...in/LanguageNegotiation/LanguageNegotiationUrlFallback.php +0 -0
- core/modules/language/src/Plugin/views/argument/LanguageArgument.php ...s/language/src/Plugin/views/argument/LanguageArgument.php +0 -0
- core/modules/language/src/Plugin/views/field/LanguageField.php ...modules/language/src/Plugin/views/field/LanguageField.php +0 -0
- core/modules/language/src/Plugin/views/filter/LanguageFilter.php ...dules/language/src/Plugin/views/filter/LanguageFilter.php +0 -0
- core/modules/language/src/Tests/Condition/LanguageConditionTest.php ...es/language/src/Tests/Condition/LanguageConditionTest.php +0 -0
- core/modules/language/src/Tests/LanguageBrowserDetectionUnitTest.php ...s/language/src/Tests/LanguageBrowserDetectionUnitTest.php +0 -0
- core/modules/language/src/Tests/LanguageConfigOverrideImportTest.php ...s/language/src/Tests/LanguageConfigOverrideImportTest.php +0 -0
- core/modules/language/src/Tests/LanguageConfigOverrideInstallTest.php .../language/src/Tests/LanguageConfigOverrideInstallTest.php +0 -0
- core/modules/language/src/Tests/LanguageConfigSchemaTest.php core/modules/language/src/Tests/LanguageConfigSchemaTest.php +0 -0
- core/modules/language/src/Tests/LanguageConfigurationElementTest.php ...s/language/src/Tests/LanguageConfigurationElementTest.php +0 -0
- core/modules/language/src/Tests/LanguageConfigurationTest.php .../modules/language/src/Tests/LanguageConfigurationTest.php +0 -0
- core/modules/language/src/Tests/LanguageCustomLanguageConfigurationTest.php ...age/src/Tests/LanguageCustomLanguageConfigurationTest.php +0 -0
- core/modules/language/src/Tests/LanguageDependencyInjectionTest.php ...es/language/src/Tests/LanguageDependencyInjectionTest.php +0 -0
- core/modules/language/src/Tests/LanguageFallbackTest.php core/modules/language/src/Tests/LanguageFallbackTest.php +0 -0
- core/modules/language/src/Tests/LanguageListModuleInstallTest.php ...ules/language/src/Tests/LanguageListModuleInstallTest.php +0 -0
- core/modules/language/src/Tests/LanguageListTest.php core/modules/language/src/Tests/LanguageListTest.php +0 -0
- core/modules/language/src/Tests/LanguageNegotiationInfoTest.php ...odules/language/src/Tests/LanguageNegotiationInfoTest.php +0 -0
- core/modules/language/src/Tests/LanguagePathMonolingualTest.php ...odules/language/src/Tests/LanguagePathMonolingualTest.php +0 -0
- core/modules/language/src/Tests/LanguageSwitchingTest.php core/modules/language/src/Tests/LanguageSwitchingTest.php +0 -0
- core/modules/language/src/Tests/LanguageTestBase.php core/modules/language/src/Tests/LanguageTestBase.php +0 -0
- core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php .../language/src/Tests/LanguageUILanguageNegotiationTest.php +0 -0
- core/modules/language/src/Tests/LanguageUrlRewritingTest.php core/modules/language/src/Tests/LanguageUrlRewritingTest.php +0 -0
- core/modules/language/src/Tests/Views/ArgumentLanguageTest.php ...modules/language/src/Tests/Views/ArgumentLanguageTest.php +0 -0
- core/modules/language/src/Tests/Views/FieldLanguageTest.php core/modules/language/src/Tests/Views/FieldLanguageTest.php +0 -0
- core/modules/language/src/Tests/Views/FilterLanguageTest.php core/modules/language/src/Tests/Views/FilterLanguageTest.php +0 -0
- core/modules/language/src/Tests/Views/LanguageTestBase.php core/modules/language/src/Tests/Views/LanguageTestBase.php +0 -0
- core/modules/language/tests/language_elements_test/src/Form/LanguageElementsTestForm.php ...guage_elements_test/src/Form/LanguageElementsTestForm.php +0 -0
- core/modules/language/tests/language_test/src/Controller/LanguageTestController.php ...s/language_test/src/Controller/LanguageTestController.php +0 -0
- core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTest.php ...rc/Plugin/LanguageNegotiation/LanguageNegotiationTest.php +0 -0
- core/modules/language/tests/language_test/src/Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php .../Plugin/LanguageNegotiation/LanguageNegotiationTestTs.php +0 -0
- core/modules/language/tests/src/LanguageNegotiationUrlTest.php ...modules/language/tests/src/LanguageNegotiationUrlTest.php +0 -0
- core/modules/language/tests/src/Menu/LanguageLocalTasks.php core/modules/language/tests/src/Menu/LanguageLocalTasks.php +0 -0
- core/modules/link/src/LinkItemInterface.php core/modules/link/src/LinkItemInterface.php +0 -0
- core/modules/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php ...es/link/src/Plugin/Field/FieldFormatter/LinkFormatter.php +0 -0
- core/modules/link/src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php ...src/Plugin/Field/FieldFormatter/LinkSeparateFormatter.php +0 -0
- core/modules/link/src/Plugin/Field/FieldType/LinkItem.php core/modules/link/src/Plugin/Field/FieldType/LinkItem.php +0 -0
- core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php .../modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php +0 -0
- core/modules/link/src/Plugin/Validation/Constraint/LinkTypeConstraint.php ...k/src/Plugin/Validation/Constraint/LinkTypeConstraint.php +0 -0
- core/modules/link/src/Tests/LinkFieldTest.php core/modules/link/src/Tests/LinkFieldTest.php +0 -0
- core/modules/link/src/Tests/LinkFieldUITest.php core/modules/link/src/Tests/LinkFieldUITest.php +0 -0
- core/modules/link/src/Tests/LinkItemTest.php core/modules/link/src/Tests/LinkItemTest.php +0 -0
- core/modules/locale/src/Controller/LocaleController.php core/modules/locale/src/Controller/LocaleController.php +0 -0
- core/modules/locale/src/Form/ExportForm.php core/modules/locale/src/Form/ExportForm.php +0 -0
- core/modules/locale/src/Form/ImportForm.php core/modules/locale/src/Form/ImportForm.php +0 -0
- core/modules/locale/src/Form/LocaleForm.php core/modules/locale/src/Form/LocaleForm.php +0 -0
- core/modules/locale/src/Form/LocaleSettingsForm.php core/modules/locale/src/Form/LocaleSettingsForm.php +0 -0
- core/modules/locale/src/Form/TranslateEditForm.php core/modules/locale/src/Form/TranslateEditForm.php +0 -0
- core/modules/locale/src/Form/TranslateFilterForm.php core/modules/locale/src/Form/TranslateFilterForm.php +0 -0
- core/modules/locale/src/Form/TranslateFormBase.php core/modules/locale/src/Form/TranslateFormBase.php +0 -0
- core/modules/locale/src/Gettext.php core/modules/locale/src/Gettext.php +0 -0
- core/modules/locale/src/Locale.php core/modules/locale/src/Locale.php +0 -0
- core/modules/locale/src/LocaleConfigManager.php core/modules/locale/src/LocaleConfigManager.php +0 -0
- core/modules/locale/src/LocaleLookup.php core/modules/locale/src/LocaleLookup.php +0 -0
- core/modules/locale/src/LocaleTranslation.php core/modules/locale/src/LocaleTranslation.php +0 -0
- core/modules/locale/src/LocaleTypedConfig.php core/modules/locale/src/LocaleTypedConfig.php +0 -0
- core/modules/locale/src/PoDatabaseReader.php core/modules/locale/src/PoDatabaseReader.php +0 -0
- core/modules/locale/src/PoDatabaseWriter.php core/modules/locale/src/PoDatabaseWriter.php +0 -0
- core/modules/locale/src/SourceString.php core/modules/locale/src/SourceString.php +0 -0
- core/modules/locale/src/StringBase.php core/modules/locale/src/StringBase.php +0 -0
- core/modules/locale/src/StringDatabaseStorage.php core/modules/locale/src/StringDatabaseStorage.php +0 -0
- core/modules/locale/src/StringInterface.php core/modules/locale/src/StringInterface.php +0 -0
- core/modules/locale/src/StringStorageException.php core/modules/locale/src/StringStorageException.php +0 -0
- core/modules/locale/src/StringStorageInterface.php core/modules/locale/src/StringStorageInterface.php +0 -0
- core/modules/locale/src/Tests/LocaleConfigManagerTest.php core/modules/locale/src/Tests/LocaleConfigManagerTest.php +0 -0
- core/modules/locale/src/Tests/LocaleConfigTranslationTest.php .../modules/locale/src/Tests/LocaleConfigTranslationTest.php +0 -0
- core/modules/locale/src/Tests/LocaleContentTest.php core/modules/locale/src/Tests/LocaleContentTest.php +0 -0
- core/modules/locale/src/Tests/LocaleExportTest.php core/modules/locale/src/Tests/LocaleExportTest.php +0 -0
- core/modules/locale/src/Tests/LocaleImportFunctionalTest.php core/modules/locale/src/Tests/LocaleImportFunctionalTest.php +0 -0
- core/modules/locale/src/Tests/LocaleJavascriptTranslation.php .../modules/locale/src/Tests/LocaleJavascriptTranslation.php +0 -0
- core/modules/locale/src/Tests/LocaleLibraryInfoAlterTest.php core/modules/locale/src/Tests/LocaleLibraryInfoAlterTest.php +0 -0
- core/modules/locale/src/Tests/LocalePathTest.php core/modules/locale/src/Tests/LocalePathTest.php +0 -0
- core/modules/locale/src/Tests/LocalePluralFormatTest.php core/modules/locale/src/Tests/LocalePluralFormatTest.php +0 -0
- core/modules/locale/src/Tests/LocaleStringTest.php core/modules/locale/src/Tests/LocaleStringTest.php +0 -0
- core/modules/locale/src/Tests/LocaleTranslateStringTourTest.php ...odules/locale/src/Tests/LocaleTranslateStringTourTest.php +0 -0
- core/modules/locale/src/Tests/LocaleTranslationUiTest.php core/modules/locale/src/Tests/LocaleTranslationUiTest.php +0 -0
- core/modules/locale/src/Tests/LocaleUpdateBase.php core/modules/locale/src/Tests/LocaleUpdateBase.php +0 -0
- core/modules/locale/src/Tests/LocaleUpdateCronTest.php core/modules/locale/src/Tests/LocaleUpdateCronTest.php +0 -0
- core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php core/modules/locale/src/Tests/LocaleUpdateInterfaceTest.php +0 -0
- core/modules/locale/src/Tests/LocaleUpdateTest.php core/modules/locale/src/Tests/LocaleUpdateTest.php +0 -0
- core/modules/locale/src/TranslationString.php core/modules/locale/src/TranslationString.php +0 -0
- core/modules/locale/src/TranslationsStream.php core/modules/locale/src/TranslationsStream.php +0 -0
- core/modules/locale/tests/src/LocaleLookupTest.php core/modules/locale/tests/src/LocaleLookupTest.php +0 -0
- core/modules/locale/tests/src/LocaleTranslationTest.php core/modules/locale/tests/src/LocaleTranslationTest.php +0 -0
- core/modules/locale/tests/src/Menu/LocaleLocalTasksTest.php core/modules/locale/tests/src/Menu/LocaleLocalTasksTest.php +0 -0
- core/modules/menu_link/src/Entity/MenuLink.php core/modules/menu_link/src/Entity/MenuLink.php +0 -0
- core/modules/menu_link/src/MenuLinkAccessController.php core/modules/menu_link/src/MenuLinkAccessController.php +0 -0
- core/modules/menu_link/src/MenuLinkForm.php core/modules/menu_link/src/MenuLinkForm.php +0 -0
- core/modules/menu_link/src/MenuLinkInterface.php core/modules/menu_link/src/MenuLinkInterface.php +0 -0
- core/modules/menu_link/src/MenuLinkStorage.php core/modules/menu_link/src/MenuLinkStorage.php +0 -0
- core/modules/menu_link/src/MenuLinkStorageInterface.php core/modules/menu_link/src/MenuLinkStorageInterface.php +0 -0
- core/modules/menu_link/src/MenuTree.php core/modules/menu_link/src/MenuTree.php +0 -0
- core/modules/menu_link/src/MenuTreeInterface.php core/modules/menu_link/src/MenuTreeInterface.php +0 -0
- core/modules/menu_link/src/StaticMenuLinks.php core/modules/menu_link/src/StaticMenuLinks.php +0 -0
- core/modules/menu_link/tests/src/MenuTreeTest.php core/modules/menu_link/tests/src/MenuTreeTest.php +0 -0
- core/modules/menu_ui/src/Controller/MenuController.php core/modules/menu_ui/src/Controller/MenuController.php +0 -0
- core/modules/menu_ui/src/Form/MenuDeleteForm.php core/modules/menu_ui/src/Form/MenuDeleteForm.php +0 -0
- core/modules/menu_ui/src/Form/MenuLinkDeleteForm.php core/modules/menu_ui/src/Form/MenuLinkDeleteForm.php +0 -0
- core/modules/menu_ui/src/Form/MenuLinkResetForm.php core/modules/menu_ui/src/Form/MenuLinkResetForm.php +0 -0
- core/modules/menu_ui/src/MenuForm.php core/modules/menu_ui/src/MenuForm.php +0 -0
- core/modules/menu_ui/src/MenuListBuilder.php core/modules/menu_ui/src/MenuListBuilder.php +0 -0
- core/modules/menu_ui/src/MenuSettingsForm.php core/modules/menu_ui/src/MenuSettingsForm.php +0 -0
- core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php core/modules/menu_ui/src/Tests/MenuCacheTagsTest.php +0 -0
- core/modules/menu_ui/src/Tests/MenuLanguageTest.php core/modules/menu_ui/src/Tests/MenuLanguageTest.php +0 -0
- core/modules/menu_ui/src/Tests/MenuNodeTest.php core/modules/menu_ui/src/Tests/MenuNodeTest.php +0 -0
- core/modules/menu_ui/src/Tests/MenuTest.php core/modules/menu_ui/src/Tests/MenuTest.php +0 -0
- core/modules/menu_ui/src/Tests/MenuUninstallTest.php core/modules/menu_ui/src/Tests/MenuUninstallTest.php +0 -0
- core/modules/menu_ui/src/Tests/MenuWebTestBase.php core/modules/menu_ui/src/Tests/MenuWebTestBase.php +0 -0
- core/modules/migrate/src/Annotation/MigrateDestination.php core/modules/migrate/src/Annotation/MigrateDestination.php +0 -0
- core/modules/migrate/src/Annotation/MigrateProcessPlugin.php core/modules/migrate/src/Annotation/MigrateProcessPlugin.php +0 -0
- core/modules/migrate/src/Annotation/MigrateSource.php core/modules/migrate/src/Annotation/MigrateSource.php +0 -0
- core/modules/migrate/src/Entity/Migration.php core/modules/migrate/src/Entity/Migration.php +0 -0
- core/modules/migrate/src/Entity/MigrationInterface.php core/modules/migrate/src/Entity/MigrationInterface.php +0 -0
- core/modules/migrate/src/MigrateBuildDependencyInterface.php core/modules/migrate/src/MigrateBuildDependencyInterface.php +0 -0
- core/modules/migrate/src/MigrateException.php core/modules/migrate/src/MigrateException.php +0 -0
- core/modules/migrate/src/MigrateExecutable.php core/modules/migrate/src/MigrateExecutable.php +0 -0
- core/modules/migrate/src/MigrateMessage.php core/modules/migrate/src/MigrateMessage.php +0 -0
- core/modules/migrate/src/MigrateMessageInterface.php core/modules/migrate/src/MigrateMessageInterface.php +0 -0
- core/modules/migrate/src/MigratePassword.php core/modules/migrate/src/MigratePassword.php +0 -0
- core/modules/migrate/src/MigrateServiceProvider.php core/modules/migrate/src/MigrateServiceProvider.php +0 -0
- core/modules/migrate/src/MigrateSkipProcessException.php core/modules/migrate/src/MigrateSkipProcessException.php +0 -0
- core/modules/migrate/src/MigrateSkipRowException.php core/modules/migrate/src/MigrateSkipRowException.php +0 -0
- core/modules/migrate/src/MigrationStorage.php core/modules/migrate/src/MigrationStorage.php +0 -0
- core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php +0 -0
- core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php ...s/migrate/src/Plugin/Derivative/MigrateEntityRevision.php +0 -0
- core/modules/migrate/src/Plugin/MigrateDestinationInterface.php ...odules/migrate/src/Plugin/MigrateDestinationInterface.php +0 -0
- core/modules/migrate/src/Plugin/MigrateDestinationPluginManager.php ...es/migrate/src/Plugin/MigrateDestinationPluginManager.php +0 -0
- core/modules/migrate/src/Plugin/MigrateEntityDestinationFieldInterface.php ...ate/src/Plugin/MigrateEntityDestinationFieldInterface.php +0 -0
- core/modules/migrate/src/Plugin/MigrateIdMapInterface.php core/modules/migrate/src/Plugin/MigrateIdMapInterface.php +0 -0
- core/modules/migrate/src/Plugin/MigratePluginManager.php core/modules/migrate/src/Plugin/MigratePluginManager.php +0 -0
- core/modules/migrate/src/Plugin/MigrateProcessInterface.php core/modules/migrate/src/Plugin/MigrateProcessInterface.php +0 -0
- core/modules/migrate/src/Plugin/MigrateSourceInterface.php core/modules/migrate/src/Plugin/MigrateSourceInterface.php +0 -0
- core/modules/migrate/src/Plugin/RequirementsInterface.php core/modules/migrate/src/Plugin/RequirementsInterface.php +0 -0
- core/modules/migrate/src/Plugin/SourceEntityInterface.php core/modules/migrate/src/Plugin/SourceEntityInterface.php +0 -0
- core/modules/migrate/src/Plugin/migrate/destination/Book.php core/modules/migrate/src/Plugin/migrate/destination/Book.php +0 -0
- core/modules/migrate/src/Plugin/migrate/destination/ComponentEntityDisplayBase.php ...Plugin/migrate/destination/ComponentEntityDisplayBase.php +0 -0
- core/modules/migrate/src/Plugin/migrate/destination/Config.php ...modules/migrate/src/Plugin/migrate/destination/Config.php +0 -0
- core/modules/migrate/src/Plugin/migrate/destination/DestinationBase.php ...igrate/src/Plugin/migrate/destination/DestinationBase.php +0 -0
- No files found.
Too many changes to show.
To preserve performance only 1000 of 1000+ files are displayed.
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved