| OptionsProviderInterface::getSettableValues           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/TypedData/OptionsProviderInterface.php           | 
                                                                                        Returns an array of settable values.           | 
              
          
                                                                                        | PagerTestController::buildTestTable           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/pager_test/src/Controller/PagerTestController.php           | 
                                                                                        Builds a render array for a multi-page test table.           | 
              
          
                                                                                        | PathPluginBaseTest::setupViewExecutableAccessPlugin           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/src/Unit/Plugin/display/PathPluginBaseTest.php           | 
                                                                                        Returns some mocked view entity, view executable, and access plugin.           | 
              
          
                                                                                        | PerformanceForm::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/modules/system/src/Form/PerformanceForm.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | PhpTuf\ComposerStager\API\Finder\Service\ExecutableFinderInterface           | 
                                                                                        service           | 
                                                                                        core/modules/package_manager/package_manager.services.yml           | 
                                                                                        PhpTuf\ComposerStager\Internal\Finder\Service\ExecutableFinder           | 
              
          
                                                                                        | PhpTuf\ComposerStager\API\Precondition\Service\ActiveDirIsWritableInterface           | 
                                                                                        service           | 
                                                                                        core/modules/package_manager/package_manager.services.yml           | 
                                                                                        PhpTuf\ComposerStager\Internal\Precondition\Service\ActiveDirIsWritable           | 
              
          
                                                                                        | PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsWritableInterface           | 
                                                                                        service           | 
                                                                                        core/modules/package_manager/package_manager.services.yml           | 
                                                                                        PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsWritable           | 
              
          
                                                                                        | PhpTuf\ComposerStager\API\Translation\Factory\TranslatableFactoryInterface           | 
                                                                                        service           | 
                                                                                        core/modules/package_manager/package_manager.services.yml           | 
                                                                                        PhpTuf\ComposerStager\Internal\Translation\Factory\TranslatableFactory           | 
              
          
                                                                                        | PluralTranslatableMarkup           | 
                                                                                        class           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        A class to hold plural translatable markup.           | 
              
          
                                                                                        | PluralTranslatableMarkup.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                                   | 
              
          
                                                                                        | PluralTranslatableMarkup::$count           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        The item count to display.           | 
              
          
                                                                                        | PluralTranslatableMarkup::$translatedString           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        The already translated string.           | 
              
          
                                                                                        | PluralTranslatableMarkup::createFromTranslatedString           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        Constructs a new class instance from already translated markup.           | 
              
          
                                                                                        | PluralTranslatableMarkup::getPluralIndex           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        Gets the plural index through the gettext formula.           | 
              
          
                                                                                        | PluralTranslatableMarkup::render           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        Renders the object as a string.           | 
              
          
                                                                                        | PluralTranslatableMarkup::__construct           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        Constructs a new PluralTranslatableMarkup object.           | 
              
          
                                                                                        | PluralTranslatableMarkup::__sleep           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php           | 
                                                                                        Magic __sleep() method to avoid serializing the string translator.           | 
              
          
                                                                                        | PluralTranslatableMarkupTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php           | 
                                                                                        Tests the TranslatableMarkup class.           | 
              
          
                                                                                        | PluralTranslatableMarkupTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php           | 
                                                                                                   | 
              
          
                                                                                        | PluralTranslatableMarkupTest::providerPluralTranslatableMarkupSerialization           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php           | 
                                                                                        Data provider for ::testPluralTranslatableMarkupSerialization().           | 
              
          
                                                                                        | PluralTranslatableMarkupTest::testMissingPluralTranslation           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php           | 
                                                                                        Tests when the plural translation is missing.           | 
              
          
                                                                                        | PluralTranslatableMarkupTest::testPluralTranslatableMarkupSerialization           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php           | 
                                                                                        Tests serialization of PluralTranslatableMarkup().           | 
              
          
                                                                                        | PreExportEvent::setEntityKeyExportable           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/DefaultContent/PreExportEvent.php           | 
                                                                                        Toggles whether a specific entity key should be exported.           | 
              
          
                                                                                        | PreExportEvent::setExportable           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/DefaultContent/PreExportEvent.php           | 
                                                                                        Toggles whether a specific field should be exported.           | 
              
          
                                                                                        | ProcessFieldTest::$migrateExecutable           | 
                                                                                        property           | 
                                                                                        core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php           | 
                                                                                        The migration executable.           | 
              
          
                                                                                        | ProfileField::$fieldTable           | 
                                                                                        property           | 
                                                                                        core/modules/user/src/Plugin/migrate/source/ProfileField.php           | 
                                                                                        The source table containing profile field info.           | 
              
          
                                                                                        | ProfileField::$valueTable           | 
                                                                                        property           | 
                                                                                        core/modules/user/src/Plugin/migrate/source/ProfileField.php           | 
                                                                                        The source table containing the profile values.           | 
              
          
                                                                                        | ProfileField::setTableNames           | 
                                                                                        function           | 
                                                                                        core/modules/user/src/Plugin/migrate/source/ProfileField.php           | 
                                                                                        Helper to set the profile field table names.           | 
              
          
                                                                                        | Query::$tables           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Entity/Query/Sql/Query.php           | 
                                                                                        The Tables object for this query.           | 
              
          
                                                                                        | Query::getTables           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Query/Sql/Query.php           | 
                                                                                        Gets the Tables object for this query.           | 
              
          
                                                                                        | QueryBase::tableSort           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Query/QueryBase.php           | 
                                                                                        Enables sortable tables for this query.           | 
              
          
                                                                                        | QueryInterface::tableSort           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Query/QueryInterface.php           | 
                                                                                        Enables sortable tables for this query.           | 
              
          
                                                                                        | QueryPluginBase::getEntityTableInfo           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/query/QueryPluginBase.php           | 
                                                                                        Returns an array of all tables from the query that map to an entity type.           | 
              
          
                                                                                        | QueryTest::ensureTable           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php           | 
                                                                                        Ensures a table exists in the queue.           | 
              
          
                                                                                        | QueryTest::testNoBaseTable           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php           | 
                                                                                        Tests entity query for entity type without base table.           | 
              
          
                                                                                        | QueryTest::testNoRevisionTable           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Entity/Query/Sql/QueryTest.php           | 
                                                                                        Tests revision entity query for entity type without revision table.           | 
              
          
                                                                                        | RedundantEditableConfigNamesTrait           | 
                                                                                        trait           | 
                                                                                        core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php           | 
                                                                                        Implements ::getEditableConfigNames() for forms using #config_target.           | 
              
          
                                                                                        | RedundantEditableConfigNamesTrait.php           | 
                                                                                        file           | 
                                                                                        core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php           | 
                                                                                                   | 
              
          
                                                                                        | RedundantEditableConfigNamesTrait::getEditableConfigNames           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Form/RedundantEditableConfigNamesTrait.php           | 
                                                                                        Gets the configuration names that will be editable.           | 
              
          
                                                                                        | RegressionTest::testDBTableExists           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Database/RegressionTest.php           | 
                                                                                        Tests the Schema::tableExists() method.           | 
              
          
                                                                                        | RelatedResourceTypesTest::getRelatableResourceTypesByFieldProvider           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php           | 
                                                                                        Provides cases to test getRelatableTypesByField.           | 
              
          
                                                                                        | RelatedResourceTypesTest::getRelatableResourceTypesProvider           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php           | 
                                                                                        Tests get relatable resource types provider.           | 
              
          
                                                                                        | RelatedResourceTypesTest::testGetRelatableResourceTypes           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php           | 
                                                                                        Tests get relatable resource types.           | 
              
          
                                                                                        | RelatedResourceTypesTest::testGetRelatableResourceTypesByField           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php           | 
                                                                                        Tests get relatable resource types by field.           | 
              
          
                                                                                        | RelatedResourceTypesTest::testGetRelatableResourceTypesFromFieldDefinition           | 
                                                                                        function           | 
                                                                                        core/modules/jsonapi/tests/src/Kernel/ResourceType/RelatedResourceTypesTest.php           | 
                                                                                        Ensure a graceful failure when a field can references a missing bundle.           | 
              
          
                                                                                        | RequestSanitizerTest::providerTestAcceptableDestinations           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php           | 
                                                                                        Data provider for testing acceptable destinations.           | 
              
          
                                                                                        | RequestSanitizerTest::testAcceptableDestinationGet           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php           | 
                                                                                        Tests acceptable destinations are not removed from GET requests.           | 
              
          
                                                                                        | RequestSanitizerTest::testAcceptableDestinationPost           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Security/RequestSanitizerTest.php           | 
                                                                                        Tests acceptable destinations are not removed from POST requests.           | 
              
          
                                                                                        | ReservedWordTest::testSelectReservedWordTableAllFields           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php           | 
                                                                                        Tests SELECT query with all fields from a table with a reserved name.           | 
              
          
                                                                                        | ReservedWordTest::testSelectReservedWordTableCount           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Database/ReservedWordTest.php           | 
                                                                                        Tests SELECT count query from a table with a reserved name.           |