205 files declare their use of ConfigurableLanguage
- AdminPathEntityConverterLanguageTest.php in core/
modules/ language/ tests/ src/ Functional/ AdminPathEntityConverterLanguageTest.php - BasicAuthTest.php in core/
modules/ basic_auth/ tests/ src/ Functional/ BasicAuthTest.php - BlockContentFieldFilterTest.php in core/
modules/ block_content/ tests/ src/ Functional/ Views/ BlockContentFieldFilterTest.php - BlockLanguageCacheTest.php in core/
modules/ block/ tests/ src/ Functional/ BlockLanguageCacheTest.php - BlockUiTest.php in core/
modules/ block/ tests/ src/ Functional/ BlockUiTest.php - BookMultilingualTest.php in core/
modules/ book/ tests/ src/ Kernel/ BookMultilingualTest.php - BulkFormTest.php in core/
modules/ node/ tests/ src/ Functional/ Views/ BulkFormTest.php - CKEditorStylesComboTranslationTest.php in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorStylesComboTranslationTest.php - CKEditorTest.php in core/
modules/ ckeditor/ tests/ src/ Kernel/ CKEditorTest.php - CommentAdminTest.php in core/
modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php - CommentAdminViewTest.php in core/
modules/ comment/ tests/ src/ Kernel/ Views/ CommentAdminViewTest.php - CommentFieldFilterTest.php in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentFieldFilterTest.php - CommentTranslationUITest.php in core/
modules/ comment/ tests/ src/ Functional/ CommentTranslationUITest.php - ConfigEntityListMultilingualTest.php in core/
modules/ config/ tests/ src/ Functional/ ConfigEntityListMultilingualTest.php - ConfigInstallWebTest.php in core/
modules/ config/ tests/ src/ Functional/ ConfigInstallWebTest.php - ConfigLanguageOverrideTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Config/ ConfigLanguageOverrideTest.php - ConfigLanguageOverrideWebTest.php in core/
modules/ config/ tests/ src/ Functional/ ConfigLanguageOverrideWebTest.php - ConfigTranslationCacheTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationCacheTest.php - ConfigTranslationDateFormatUiTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationDateFormatUiTest.php - ConfigTranslationFormTest.php in core/
modules/ config_translation/ tests/ src/ Kernel/ ConfigTranslationFormTest.php - ConfigTranslationListUiTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationListUiTest.php - ConfigTranslationOverviewTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationOverviewTest.php - ConfigTranslationUiTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php - ConfigTranslationUiThemeTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiThemeTest.php - ConfigTranslationViewListUiTest.php in core/
modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationViewListUiTest.php - ConfigurableLanguageManager.php in core/
modules/ language/ src/ ConfigurableLanguageManager.php - ConfigurableLanguageManagerTest.php in core/
modules/ language/ tests/ src/ Functional/ ConfigurableLanguageManagerTest.php - ConfigurableLanguageResourceTestBase.php in core/
modules/ language/ tests/ src/ Functional/ Rest/ ConfigurableLanguageResourceTestBase.php - ConfigurableLanguageTest.php in core/
modules/ language/ tests/ src/ Kernel/ ConfigurableLanguageTest.php - ConfigurableLanguageTest.php in core/
modules/ jsonapi/ tests/ src/ Functional/ ConfigurableLanguageTest.php - ConfigurableLanguageUnitTest.php in core/
modules/ language/ tests/ src/ Unit/ ConfigurableLanguageUnitTest.php - ContentEntityChangedTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityChangedTest.php - ContentEntityCloneTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityCloneTest.php - ContentEntityFieldMethodInvocationOrderTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityFieldMethodInvocationOrderTest.php - ContentEntityNonRevisionableFieldTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ ContentEntityNonRevisionableFieldTest.php - ContentEntityTest.php in core/
modules/ migrate_drupal/ tests/ src/ Kernel/ Plugin/ migrate/ source/ ContentEntityTest.php - ContentModerationStateTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationStateTest.php - ContentTranslationContextualLinksTest.php in core/
modules/ content_translation/ tests/ src/ FunctionalJavascript/ ContentTranslationContextualLinksTest.php - ContentTranslationContextualLinksTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationContextualLinksTest.php - ContentTranslationEntityBundleInfoTest.php in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationEntityBundleInfoTest.php - ContentTranslationFieldSyncRevisionTest.php in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationFieldSyncRevisionTest.php - ContentTranslationHandlerTest.php in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationHandlerTest.php - ContentTranslationLanguageChangeTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationLanguageChangeTest.php - ContentTranslationLinkTagTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationLinkTagTest.php - ContentTranslationModuleInstallTest.php in core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationModuleInstallTest.php - ContentTranslationOperationsTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationOperationsTest.php - ContentTranslationOutdatedRevisionTranslationTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationOutdatedRevisionTranslationTest.php - ContentTranslationRevisionTranslationDeletionTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationRevisionTranslationDeletionTest.php - ContentTranslationTestBase.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationTestBase.php - ContentTranslationUITestBase.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationUITestBase.php - ContentTranslationUntranslatableFieldsTest.php in core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationUntranslatableFieldsTest.php - ContextualDynamicContextTest.php in core/
modules/ contextual/ tests/ src/ Functional/ ContextualDynamicContextTest.php - DateFormatterTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ DateFormatterTest.php - DefaultLangcode.php in core/
modules/ language/ src/ Plugin/ migrate/ destination/ DefaultLangcode.php - DefaultRevisionStateTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ DefaultRevisionStateTest.php - DeleteMultipleFormTest.php in core/
tests/ Drupal/ FunctionalTests/ Entity/ DeleteMultipleFormTest.php - DisplayFeedTranslationTest.php in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayFeedTranslationTest.php - DisplayTest.php in core/
modules/ views/ tests/ src/ Functional/ Plugin/ DisplayTest.php - DisplayTest.php in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - EntityAccessControlHandlerTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php - EntityConverterLatestRevisionTest.php in core/
tests/ Drupal/ KernelTests/ Core/ ParamConverter/ EntityConverterLatestRevisionTest.php - EntityDecoupledTranslationRevisionsTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDecoupledTranslationRevisionsTest.php - EntityDefinitionUpdateTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - EntityFormTest.php in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php - EntityLanguageTestBase.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityLanguageTestBase.php - EntityNonRevisionableTranslatableFieldTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityNonRevisionableTranslatableFieldTest.php - EntityQueryTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityQueryTest.php - EntityReferenceFieldTranslatedReferenceViewTest.php in core/
modules/ field/ tests/ src/ Functional/ EntityReference/ EntityReferenceFieldTranslatedReferenceViewTest.php - EntityRepositoryTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityRepositoryTest.php - EntityRevisionsTest.php in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityRevisionsTest.php - EntityRevisionsTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityRevisionsTest.php - EntityRevisionTest.php in core/
modules/ migrate/ tests/ src/ Kernel/ Plugin/ EntityRevisionTest.php - EntityRevisionTranslationTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityRevisionTranslationTest.php - EntityStateChangeValidationTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ EntityStateChangeValidationTest.php - EntityTranslationFormTest.php in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityTranslationFormTest.php - EntityTranslationTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityTranslationTest.php - EntityUrlLanguageTest.php in core/
modules/ language/ tests/ src/ Kernel/ EntityUrlLanguageTest.php - EntityValidationTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityValidationTest.php - EntityViewBuilderTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityViewBuilderTest.php - FeedLanguageTest.php in core/
modules/ aggregator/ tests/ src/ Functional/ FeedLanguageTest.php - FieldableEntityDefinitionUpdateTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ FieldableEntityDefinitionUpdateTest.php - FieldApiDataTest.php in core/
modules/ views/ tests/ src/ Kernel/ FieldApiDataTest.php - FieldEntityLinkBaseTest.php in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldEntityLinkBaseTest.php - FieldEntityOperationsTest.php in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldEntityOperationsTest.php - FieldEntityTranslationTest.php in core/
modules/ views/ tests/ src/ Functional/ Entity/ FieldEntityTranslationTest.php - FieldWebTest.php in core/
modules/ views/ tests/ src/ Functional/ Handler/ FieldWebTest.php - FileViewsFieldAccessTest.php in core/
modules/ file/ tests/ src/ Kernel/ Views/ FileViewsFieldAccessTest.php - GlossaryViewTest.php in core/
modules/ views/ tests/ src/ FunctionalJavascript/ GlossaryViewTest.php - ImageStylesPathAndUrlTest.php in core/
modules/ image/ tests/ src/ Functional/ ImageStylesPathAndUrlTest.php - ImportForm.php in core/
modules/ locale/ src/ Form/ ImportForm.php - install.core.inc in core/
includes/ install.core.inc - API functions for installing Drupal.
- JsonApiFunctionalMultilingualTest.php in core/
modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalMultilingualTest.php - JSTranslationTest.php in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ JSTranslationTest.php - LanguageAddForm.php in core/
modules/ language/ src/ Form/ LanguageAddForm.php - LanguageBreadcrumbTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageBreadcrumbTest.php - LanguageBrowserDetectionAcceptLanguageTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageBrowserDetectionAcceptLanguageTest.php - LanguageConditionTest.php in core/
modules/ language/ tests/ src/ Kernel/ Condition/ LanguageConditionTest.php - LanguageConfigFactoryOverrideTest.php in core/
modules/ language/ tests/ src/ Kernel/ LanguageConfigFactoryOverrideTest.php - LanguageConfigOverrideImportTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigOverrideImportTest.php - LanguageConfigOverrideInstallTest.php in core/
modules/ language/ tests/ src/ Kernel/ LanguageConfigOverrideInstallTest.php - LanguageConfigurationElementTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigurationElementTest.php - LanguageConfigurationTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageConfigurationTest.php - LanguageDependencyInjectionTest.php in core/
modules/ language/ tests/ src/ Kernel/ LanguageDependencyInjectionTest.php - LanguageFallbackTest.php in core/
modules/ language/ tests/ src/ Kernel/ LanguageFallbackTest.php - LanguageListTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageListTest.php - LanguageNegotiationContentEntityTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageNegotiationContentEntityTest.php - LanguageNegotiationSessionTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageNegotiationSessionTest.php - LanguageSelectElementTest.php in core/
modules/ system/ tests/ src/ Functional/ Form/ LanguageSelectElementTest.php - LanguageSwitchingTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageSwitchingTest.php - LanguageTest.php in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ LanguageTest.php - LanguageTest.php in core/
modules/ ckeditor5/ tests/ src/ Kernel/ LanguageTest.php - LanguageTestBase.php in core/
modules/ language/ tests/ src/ Kernel/ Views/ LanguageTestBase.php - LanguageUILanguageNegotiationTest.php in core/
modules/ language/ tests/ src/ Functional/ LanguageUILanguageNegotiationTest.php - LatestTranslationAffectedRevisionTest.php in core/
modules/ views/ tests/ src/ Kernel/ Entity/ LatestTranslationAffectedRevisionTest.php - LocaleConfigManagerTest.php in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigManagerTest.php - LocaleConfigSubscriberForeignTest.php in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberForeignTest.php - LocaleConfigSubscriberTest.php in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigSubscriberTest.php - LocaleConfigTranslationImportTest.php in core/
modules/ locale/ tests/ src/ Functional/ LocaleConfigTranslationImportTest.php - LocaleConfigurableLanguageManagerTest.php in core/
modules/ locale/ tests/ src/ Kernel/ LocaleConfigurableLanguageManagerTest.php - LocaleLocaleLookupTest.php in core/
modules/ locale/ tests/ src/ Functional/ LocaleLocaleLookupTest.php - LocaleStringTest.php in core/
modules/ locale/ tests/ src/ Kernel/ LocaleStringTest.php - LocaleTranslatedSchemaDefinitionTest.php in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslatedSchemaDefinitionTest.php - LocaleTranslationDownloadTest.php in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationDownloadTest.php - LocaleTranslationUiTest.php in core/
modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php - MediaEmbedFilterTranslationTest.php in core/
modules/ media/ tests/ src/ Kernel/ MediaEmbedFilterTranslationTest.php - MediaEntityMetadataApiTest.php in core/
modules/ ckeditor5/ tests/ src/ Functional/ MediaEntityMetadataApiTest.php - MediaTest.php in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - MediaTest.php in core/
modules/ ckeditor/ tests/ src/ FunctionalJavascript/ MediaTest.php - MediaTranslationTest.php in core/
modules/ media/ tests/ src/ Kernel/ MediaTranslationTest.php - MenuUiLanguageTest.php in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiLanguageTest.php - MenuUiNodeTest.php in core/
modules/ menu_ui/ tests/ src/ Functional/ MenuUiNodeTest.php - MigrateDefaultLanguageTest.php in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateDefaultLanguageTest.php - MigrateDefaultLanguageTest.php in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d7/ MigrateDefaultLanguageTest.php - MigrateEntityContentBaseTest.php in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateEntityContentBaseTest.php - MigrateExternalTranslatedTest.php in core/
modules/ migrate/ tests/ src/ Kernel/ MigrateExternalTranslatedTest.php - MigrateLanguageContentMenuSettingsTest.php in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateLanguageContentMenuSettingsTest.php - MigrateLanguageTest.php in core/
modules/ language/ tests/ src/ Kernel/ Migrate/ d6/ MigrateLanguageTest.php - ModeratedContentViewTest.php in core/
modules/ content_moderation/ tests/ src/ Functional/ ModeratedContentViewTest.php - ModerationInformationTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ ModerationInformationTest.php - ModerationStateFieldItemListTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ ModerationStateFieldItemListTest.php - NodeAccessLanguageAwareCombinationTest.php in core/
modules/ node/ tests/ src/ Kernel/ NodeAccessLanguageAwareCombinationTest.php - NodeAccessLanguageAwareTest.php in core/
modules/ node/ tests/ src/ Kernel/ NodeAccessLanguageAwareTest.php - NodeAccessLanguageFallbackTest.php in core/
modules/ node/ tests/ src/ Functional/ NodeAccessLanguageFallbackTest.php - NodeAccessLanguageTest.php in core/
modules/ node/ tests/ src/ Kernel/ NodeAccessLanguageTest.php - NodeFieldFilterTest.php in core/
modules/ node/ tests/ src/ Functional/ Views/ NodeFieldFilterTest.php - NodeFieldMultilingualTest.php in core/
modules/ node/ tests/ src/ Functional/ NodeFieldMultilingualTest.php - NodeLanguageTest.php in core/
modules/ node/ tests/ src/ Functional/ Views/ NodeLanguageTest.php - NodeOwnerTest.php in core/
modules/ node/ tests/ src/ Kernel/ NodeOwnerTest.php - NodeRevisionsTest.php in core/
modules/ node/ tests/ src/ Functional/ NodeRevisionsTest.php - NodeTranslationUITest.php in core/
modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php - NodeTypeTranslationTest.php in core/
modules/ node/ tests/ src/ Functional/ NodeTypeTranslationTest.php - NodeViewLanguageTest.php in core/
modules/ node/ tests/ src/ Functional/ NodeViewLanguageTest.php - NormalizerTestBase.php in core/
modules/ hal/ tests/ src/ Kernel/ NormalizerTestBase.php - OverridesSectionStorageTest.php in core/
modules/ layout_builder/ tests/ src/ Kernel/ OverridesSectionStorageTest.php - PagerTest.php in core/
modules/ views/ tests/ src/ Functional/ Plugin/ PagerTest.php - PathContentModerationTest.php in core/
modules/ path/ tests/ src/ Functional/ PathContentModerationTest.php - PathItemTest.php in core/
modules/ path/ tests/ src/ Kernel/ PathItemTest.php - PathNoCanonicalLinkTest.php in core/
modules/ path/ tests/ src/ Kernel/ PathNoCanonicalLinkTest.php - PathWorkspacesTest.php in core/
modules/ workspaces/ tests/ src/ Functional/ PathWorkspacesTest.php - QueryGroupByTest.php in core/
modules/ views/ tests/ src/ Kernel/ QueryGroupByTest.php - RevisionRelationshipsTest.php in core/
modules/ node/ tests/ src/ Kernel/ Views/ RevisionRelationshipsTest.php - RouteCachingLanguageTest.php in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingLanguageTest.php - RouteCachingNonPathLanguageNegotiationTest.php in core/
tests/ Drupal/ FunctionalTests/ Routing/ RouteCachingNonPathLanguageNegotiationTest.php - RouteProviderTest.php in core/
tests/ Drupal/ KernelTests/ Core/ Routing/ RouteProviderTest.php - Contains \Drupal\KernelTests\Core\Routing\RouteProviderTest.
- RowEntityRenderersTest.php in core/
modules/ views/ tests/ src/ Kernel/ Entity/ RowEntityRenderersTest.php - SearchDateIntervalTest.php in core/
modules/ search/ tests/ src/ Functional/ SearchDateIntervalTest.php - SearchLanguageTest.php in core/
modules/ search/ tests/ src/ Functional/ SearchLanguageTest.php - SearchMultilingualEntityTest.php in core/
modules/ search/ tests/ src/ Functional/ SearchMultilingualEntityTest.php - SearchMultilingualTest.php in core/
modules/ views/ tests/ src/ Functional/ SearchMultilingualTest.php - SeparatorTranslationTest.php in core/
modules/ datetime_range/ tests/ src/ Kernel/ SeparatorTranslationTest.php - SortTranslationTest.php in core/
modules/ views/ tests/ src/ Kernel/ Handler/ SortTranslationTest.php - StatisticsLoggingTest.php in core/
modules/ statistics/ tests/ src/ FunctionalJavascript/ StatisticsLoggingTest.php - StorageTest.php in core/
modules/ views_ui/ tests/ src/ Functional/ StorageTest.php - StyleSerializerTest.php in core/
modules/ rest/ tests/ src/ Functional/ Views/ StyleSerializerTest.php - TaxonomyFieldFilterTest.php in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyFieldFilterTest.php - TaxonomyTermViewTest.php in core/
modules/ taxonomy/ tests/ src/ Functional/ Views/ TaxonomyTermViewTest.php - TaxonomyTranslationTestTrait.php in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyTranslationTestTrait.php - TermLanguageTest.php in core/
modules/ taxonomy/ tests/ src/ Functional/ TermLanguageTest.php - ToolbarAdminMenuTest.php in core/
modules/ toolbar/ tests/ src/ Functional/ ToolbarAdminMenuTest.php - TourTest.php in core/
modules/ tour/ tests/ src/ Functional/ TourTest.php - TranslatableFieldTest.php in core/
modules/ layout_builder/ tests/ src/ Kernel/ TranslatableFieldTest.php - TranslatedViewTest.php in core/
modules/ views_ui/ tests/ src/ Functional/ TranslatedViewTest.php - TranslationsTest.php in core/
modules/ media_library/ tests/ src/ FunctionalJavascript/ TranslationsTest.php - TranslationStringTest.php in core/
tests/ Drupal/ KernelTests/ Core/ StringTranslation/ TranslationStringTest.php - TranslationTest.php in core/
modules/ field/ tests/ src/ Kernel/ TranslationTest.php - TranslationWebTest.php in core/
modules/ field/ tests/ src/ Functional/ TranslationWebTest.php - UpcastingTest.php in core/
modules/ system/ tests/ src/ Functional/ ParamConverter/ UpcastingTest.php - UpdateScriptTest.php in core/
modules/ system/ tests/ src/ Functional/ UpdateSystem/ UpdateScriptTest.php - UsageTest.php in core/
modules/ file/ tests/ src/ Kernel/ UsageTest.php - UserCancelTest.php in core/
modules/ user/ tests/ src/ Functional/ UserCancelTest.php - UserLanguageCreationTest.php in core/
modules/ user/ tests/ src/ Functional/ UserLanguageCreationTest.php - UserMailNotifyTest.php in core/
modules/ user/ tests/ src/ Kernel/ UserMailNotifyTest.php - UserPasswordResetTest.php in core/
modules/ user/ tests/ src/ Functional/ UserPasswordResetTest.php - UserTokenReplaceTest.php in core/
modules/ user/ tests/ src/ Functional/ UserTokenReplaceTest.php - UserViewsFieldAccessTest.php in core/
modules/ user/ tests/ src/ Kernel/ Views/ UserViewsFieldAccessTest.php - ViewEditTest.php in core/
modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php - ViewNonTranslatableEntityTest.php in core/
modules/ views/ tests/ src/ Functional/ Entity/ ViewNonTranslatableEntityTest.php - ViewsModerationStateFilterTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ ViewsModerationStateFilterTest.php - ViewsModerationStateSortTest.php in core/
modules/ content_moderation/ tests/ src/ Kernel/ ViewsModerationStateSortTest.php - ViewsUITourTest.php in core/
modules/ views_ui/ tests/ src/ Functional/ ViewsUITourTest.php - ViewTranslationTest.php in core/
modules/ views/ tests/ src/ Functional/ ViewTranslationTest.php - VocabularyLanguageTest.php in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyLanguageTest.php - VocabularyTranslationTest.php in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyTranslationTest.php - WizardPluginBaseKernelTest.php in core/
modules/ views/ tests/ src/ Kernel/ Wizard/ WizardPluginBaseKernelTest.php - WorkspaceIntegrationTest.php in core/
modules/ workspaces/ tests/ src/ Kernel/ WorkspaceIntegrationTest.php
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.