| ConnectionTest::testPrefixTables           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Database/ConnectionTest.php           | 
                                                                                        Exercise the prefixTables() method.           | 
              
          
                                                                                        | ContactFormEditForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/contact/src/ContactFormEditForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | ContentEntityBase::$translatableEntityKeys           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/ContentEntityBase.php           | 
                                                                                        Holds translatable entity keys such as the label.           | 
              
          
                                                                                        | ContentEntityBase::getTranslatableFields           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/ContentEntityBase.php           | 
                                                                                        Gets an array of field item lists for translatable fields.           | 
              
          
                                                                                        | ContentEntityBase::isTranslatable           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/ContentEntityBase.php           | 
                                                                                        Returns the translation support status.           | 
              
          
                                                                                        | ContentEntityBaseUnitTest::testIsTranslatable           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php           | 
                                                                                        @covers ::isTranslatable[[api-linebreak]]           | 
              
          
                                                                                        | ContentEntityBaseUnitTest::testIsTranslatableForMonolingual           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php           | 
                                                                                        @covers ::isTranslatable[[api-linebreak]]           | 
              
          
                                                                                        | ContentLanguageSettingsValidationTest::testImmutableProperties           | 
                                                                                        function           | 
                                                                                        core/modules/language/tests/src/Kernel/ContentLanguageSettingsValidationTest.php           | 
                                                                                        Tests that immutable properties cannot be changed.           | 
              
          
                                                                                        | ContentModerationStateTest::testNonTranslatableEntityTypeModeration           | 
                                                                                        function           | 
                                                                                        core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php           | 
                                                                                        Tests that a non-translatable entity type with a langcode can be moderated.           | 
              
          
                                                                                        | ContentTranslationFieldSyncRevisionTest::setUntranslatableFieldWidgetsDisplay           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php           | 
                                                                                        Sets untranslatable field widgets' display status.           | 
              
          
                                                                                        | ContentTranslationFieldSyncRevisionTest::testChangeDefaultLanguageNonTranslatableFieldsHidden           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Kernel/ContentTranslationFieldSyncRevisionTest.php           | 
                                                                                        Tests changing the default language of an entity.           | 
              
          
                                                                                        | ContentTranslationLinkTagTest::createTranslatableEntity           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationLinkTagTest.php           | 
                                                                                        Create a test entity with translations.           | 
              
          
                                                                                        | ContentTranslationMetadataFieldsTest::testSetTranslatable           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php           | 
                                                                                        Tests setting translatable metadata fields.           | 
              
          
                                                                                        | ContentTranslationMetadataFieldsTest::testSkipUntranslatable           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationMetadataFieldsTest.php           | 
                                                                                        Tests skipping setting non translatable metadata fields.           | 
              
          
                                                                                        | ContentTranslationMetadataWrapper::setFieldOnlyIfTranslatable           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/src/ContentTranslationMetadataWrapper.php           | 
                                                                                        Updates a field value, only if the field is translatable.           | 
              
          
                                                                                        | ContentTranslationSettingsTest::testFieldTranslatableSettingsUI           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php           | 
                                                                                        Tests that field setting depends on bundle translatability.           | 
              
          
                                                                                        | ContentTranslationSettingsTest::testNonTranslatableTranslationSettingsUI           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php           | 
                                                                                        Tests the translatable settings checkbox for untranslatable entities.           | 
              
          
                                                                                        | ContentTranslationStandardFieldsTest::testFieldTranslatableArticle           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php           | 
                                                                                        Tests that translatable fields are being rendered.           | 
              
          
                                                                                        | ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php           | 
                                                                                        Tests that revision_log is not translatable.           | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest           | 
                                                                                        class           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        Tests the untranslatable fields behaviors.           | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        file           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest::setUp           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest::setupTestFields           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        Creates the test fields.           | 
              
          
                                                                                        | ContentTranslationUntranslatableFieldsTest::testHiddenWidgets           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationUntranslatableFieldsTest.php           | 
                                                                                        Tests that hiding untranslatable field widgets works correctly.           | 
              
          
                                                                                        | content_translation_preprocess_language_content_settings_table           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/content_translation.module           | 
                                                                                        Implements hook_preprocess_HOOK() for language-content-settings-table.html.twig.           | 
              
          
                                                                                        | CountableResourceType           | 
                                                                                        class           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php           | 
                                                                                        Subclass with overridden ::includeCount() for testing purposes.           | 
              
          
                                                                                        | CountableResourceType.php           | 
                                                                                        file           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php           | 
                                                                                                   | 
              
          
                                                                                        | CountableResourceType::includeCount           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceType.php           | 
                                                                                        Determine whether to include a collection count.           | 
              
          
                                                                                        | CountableResourceTypeRepository           | 
                                                                                        class           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php           | 
                                                                                        Provides a repository of JSON:API configurable resource types.           | 
              
          
                                                                                        | CountableResourceTypeRepository.php           | 
                                                                                        file           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php           | 
                                                                                                   | 
              
          
                                                                                        | CountableResourceTypeRepository::createResourceType           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/modules/jsonapi_test_collection_count/src/ResourceType/CountableResourceTypeRepository.php           | 
                                                                                        Creates a ResourceType value object for the given entity type + bundle.           | 
              
          
                                                                                        | CronForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/system/src/Form/CronForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | DatabaseBackend::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Flood/DatabaseBackend.php           | 
                                                                                        Check if the flood table exists and create it if not.           | 
              
          
                                                                                        | DatabaseBackend::TABLE_NAME           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Flood/DatabaseBackend.php           | 
                                                                                        The database table name.           | 
              
          
                                                                                        | DatabaseCacheTagsChecksum::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php           | 
                                                                                        Check if the cache tags table exists and create it if not.           | 
              
          
                                                                                        | DatabaseFileUsageBackend::$tableName           | 
                                                                                        property           | 
                                                                                        core/modules/file/src/FileUsage/DatabaseFileUsageBackend.php           | 
                                                                                        The name of the SQL table used to store file usage information.           | 
              
          
                                                                                        | DatabaseLockBackend::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Lock/DatabaseLockBackend.php           | 
                                                                                        Check if the semaphore table exists and create it if not.           | 
              
          
                                                                                        | DatabaseLockBackend::TABLE_NAME           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Lock/DatabaseLockBackend.php           | 
                                                                                        The database table name.           | 
              
          
                                                                                        | DatabaseQueue::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Queue/DatabaseQueue.php           | 
                                                                                        Check if the table exists and create it if not.           | 
              
          
                                                                                        | DatabaseQueue::TABLE_NAME           | 
                                                                                        constant           | 
                                                                                        core/lib/Drupal/Core/Queue/DatabaseQueue.php           | 
                                                                                        The database table name.           | 
              
          
                                                                                        | DatabaseStorage::$table           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Config/DatabaseStorage.php           | 
                                                                                        The database table name.           | 
              
          
                                                                                        | DatabaseStorage::$table           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php           | 
                                                                                        The name of the SQL table to use.           | 
              
          
                                                                                        | DatabaseStorage::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/KeyValueStore/DatabaseStorage.php           | 
                                                                                        Check if the table exists and create it if not.           | 
              
          
                                                                                        | DatabaseStorage::ensureTableExists           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Config/DatabaseStorage.php           | 
                                                                                        Check if the config table exists and create it if not.           | 
              
          
                                                                                        | DatabaseTestController::testTablesort           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php           | 
                                                                                        Runs a tablesort query and returns the results.           | 
              
          
                                                                                        | DatabaseTestController::testTablesortFirst           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/database_test/src/Controller/DatabaseTestController.php           | 
                                                                                        Runs a tablesort query with a second order_by after and returns the results.           | 
              
          
                                                                                        | DbDumpCommand::$excludeTables           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Command/DbDumpCommand.php           | 
                                                                                        An array of table patterns to exclude completely.           | 
              
          
                                                                                        | DbDumpCommand::getTableCollation           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Command/DbDumpCommand.php           | 
                                                                                        Set the table collation.           |