| Callbacks::tableselectGetData           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/form_test/src/Callbacks.php           | 
                                                                                        Create a header and options array. Helper function for callbacks.           | 
              
          
                                                                                        | CallsDestructableServiceController           | 
                                                                                        class           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                        Controller to instantiate the destructable service.           | 
              
          
                                                                                        | CallsDestructableServiceController.php           | 
                                                                                        file           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                                   | 
              
          
                                                                                        | CallsDestructableServiceController::$destructable           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                        Destructable service.           | 
              
          
                                                                                        | CallsDestructableServiceController::create           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                        Instantiates a new instance of the implementing class using autowiring.           | 
              
          
                                                                                        | CallsDestructableServiceController::render           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                        Render callback.           | 
              
          
                                                                                        | CallsDestructableServiceController::__construct           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/modules/destructable_test/src/Controller/CallsDestructableServiceController.php           | 
                                                                                                   | 
              
          
                                                                                        | ConfigEntityQueryTest::testTableSort           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php           | 
                                                                                        Tests sorting with tableSort on config entity queries.           | 
              
          
                                                                                        | Connection::$escapedTables           | 
                                                                                        property           | 
                                                                                        core/lib/Drupal/Core/Database/Connection.php           | 
                                                                                        List of escaped table names, keyed by unescaped names.           | 
              
          
                                                                                        | Connection::prefixTables           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Database/Connection.php           | 
                                                                                        Appends a database prefix to all tables in a query.           | 
              
          
                                                                                        | ConnectionTest::providerEscapeTables           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Database/ConnectionTest.php           | 
                                                                                        Data provider for testEscapeTable.           | 
              
          
                                                                                        | ConnectionTest::providerTestPrefixTables           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Database/ConnectionTest.php           | 
                                                                                        Data provider for testPrefixTables().           | 
              
          
                                                                                        | ConnectionTest::testPrefixTables           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/Tests/Core/Database/ConnectionTest.php           | 
                                                                                        Exercise the prefixTables() method.           | 
              
          
                                                                                        | ContentTranslationSettingsTest::testFieldTranslatableSettingsUI           | 
                                                                                        function           | 
                                                                                        core/modules/content_translation/tests/src/Functional/ContentTranslationSettingsTest.php           | 
                                                                                        Tests that field setting depends on bundle translatability.           | 
              
          
                                                                                        | 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::getTables           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Command/DbDumpCommand.php           | 
                                                                                        Returns a list of tables, not including those set to be excluded.           | 
              
          
                                                                                        | DbDumpCommand::getTableSchema           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Command/DbDumpCommand.php           | 
                                                                                        Returns a schema array for a given table.           | 
              
          
                                                                                        | DbDumpCommand::getTableScript           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Command/DbDumpCommand.php           | 
                                                                                        The part of the script for each table.           | 
              
          
                                                                                        | DbDumpTest::$originalTableSchemas           | 
                                                                                        property           | 
                                                                                        core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php           | 
                                                                                        An array of original table schemas.           | 
              
          
                                                                                        | DbDumpTest::$tables           | 
                                                                                        property           | 
                                                                                        core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php           | 
                                                                                        Tables that should be part of the exported script.           | 
              
          
                                                                                        | DbDumpTest::getTableSchema           | 
                                                                                        function           | 
                                                                                        core/modules/mysql/tests/src/Kernel/mysql/DbDumpTest.php           | 
                                                                                        Helper function to get a simplified schema for a given table.           | 
              
          
                                                                                        | DbImportCommandTest::$tables           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/src/Kernel/Scripts/DbImportCommandTest.php           | 
                                                                                        Tables that should be part of the exported script.           | 
              
          
                                                                                        | DefaultTableMapping::allowsSharedTableStorage           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php           | 
                                                                                        Checks whether the given field can be stored in a shared table.           | 
              
          
                                                                                        | DefaultTableMapping::requiresDedicatedTableStorage           | 
                                                                                        function           | 
                                                                                        core/lib/Drupal/Core/Entity/Sql/DefaultTableMapping.php           | 
                                                                                        Checks whether the given field has to be stored in a dedicated table.           | 
              
          
                                                                                        | DestructableServiceTest           | 
                                                                                        class           | 
                                                                                        core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php           | 
                                                                                        Tests invocation of services performing deferred tasks after response flush.           | 
              
          
                                                                                        | DestructableServiceTest.php           | 
                                                                                        file           | 
                                                                                        core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php           | 
                                                                                                   | 
              
          
                                                                                        | DestructableServiceTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | DestructableServiceTest::$modules           | 
                                                                                        property           | 
                                                                                        core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | DestructableServiceTest::testDestructableServiceExecutionOrder           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/FunctionalTests/HttpKernel/DestructableServiceTest.php           | 
                                                                                                   | 
              
          
                                                                                        | DisplayExtenderPluginBase::defaultableSections           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/display_extender/DisplayExtenderPluginBase.php           | 
                                                                                        Gets a list of defaultable sections and the items they contain.           | 
              
          
                                                                                        | DisplayExtenderTest::defaultableSections           | 
                                                                                        function           | 
                                                                                        core/modules/views/tests/modules/views_test_data/src/Plugin/views/display_extender/DisplayExtenderTest.php           | 
                                                                                        Gets a list of defaultable sections and the items they contain.           | 
              
          
                                                                                        | DisplayPluginBase::defaultableSections           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/display/DisplayPluginBase.php           | 
                                                                                        Lists the 'defaultable' sections and what items each section contains.           | 
              
          
                                                                                        | DisplayPluginInterface::defaultableSections           | 
                                                                                        function           | 
                                                                                        core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php           | 
                                                                                        Lists the 'defaultable' sections and what items each section contains.           | 
              
          
                                                                                        | DriverSpecificSchemaTestBase::testFindTables           | 
                                                                                        function           | 
                                                                                        core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php           | 
                                                                                        Tests the findTables() method.           | 
              
          
                                                                                        | Drupal\package_manager\TranslatableStringFactory           | 
                                                                                        service           | 
                                                                                        core/modules/package_manager/package_manager.services.yml           | 
                                                                                                   | 
              
          
                                                                                        | ElementsTableSelectTest           | 
                                                                                        class           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests the tableselect form element for expected behavior.           | 
              
          
                                                                                        | ElementsTableSelectTest           | 
                                                                                        class           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests the tableselect form element for expected behavior.           | 
              
          
                                                                                        | ElementsTableSelectTest.php           | 
                                                                                        file           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ElementsTableSelectTest.php           | 
                                                                                        file           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                                   | 
              
          
                                                                                        | ElementsTableSelectTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ElementsTableSelectTest::$defaultTheme           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        The theme to install as the default for testing.           | 
              
          
                                                                                        | ElementsTableSelectTest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | ElementsTableSelectTest::$modules           | 
                                                                                        property           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                        Modules to install.           | 
              
          
                                                                                        | ElementsTableSelectTest::formSubmitHelper           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        Helper function for the option check test to submit a form while collecting errors.           | 
              
          
                                                                                        | ElementsTableSelectTest::testAdvancedSelect           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests the #js_select property.           | 
              
          
                                                                                        | ElementsTableSelectTest::testAjax           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests the presence of ajax functionality for all options.           | 
              
          
                                                                                        | ElementsTableSelectTest::testDisabledRows           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests table select with disabled rows.           | 
              
          
                                                                                        | ElementsTableSelectTest::testEmptyText           | 
                                                                                        function           | 
                                                                                        core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php           | 
                                                                                        Tests the display of the #empty text when #options is an empty array.           |