Search for tables

  1. Search 7.x for tables
  2. Search 8.9.x for tables
  3. Search 10.3.x for tables
  4. Search 11.x for tables
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Tables class core/modules/workspaces/src/EntityQuery/Tables.php Alters entity queries to use a workspace revision instead of the default one.
Tables class core/lib/Drupal/Core/Entity/Query/Sql/Tables.php Adds tables and fields to the SQL entity query.

All search results

Title Object type File name Summary
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::$unprefixedTablesMap property core/lib/Drupal/Core/Database/Connection.php List of un-prefixed table names, keyed by prefixed table names.
Connection::getUnprefixedTablesMap function core/lib/Drupal/Core/Database/Connection.php Gets a list of individually prefixed table 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/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php An array of original table schemas.
DbDumpTest::$tables property core/tests/Drupal/KernelTests/Core/Command/DbDumpTest.php Tables that should be part of the exported script.
DbDumpTest::getTableSchema function core/tests/Drupal/KernelTests/Core/Command/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.
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.
ElementsTableSelectTest class core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the tableselect form element for expected behavior.
ElementsTableSelectTest class core/modules/system/tests/src/FunctionalJavascript/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/Functional/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php The theme to install as the default for testing.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/ElementsTableSelectTest.php Modules to enable.
ElementsTableSelectTest::$modules property core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Modules to enable.
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.
ElementsTableSelectTest::testMultipleFalse function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of radios when #multiple is FALSE.
ElementsTableSelectTest::testMultipleFalseOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with radio buttons.
ElementsTableSelectTest::testMultipleFalseSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests submission of values when #multiple is FALSE.
ElementsTableSelectTest::testMultipleTrue function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display of checkboxes when #multiple is TRUE.
ElementsTableSelectTest::testMultipleTrueOptionchecker function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests error handling for invalid tableselect values with checkboxes.
ElementsTableSelectTest::testMultipleTrueSubmit function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the submission of single and multiple values when #multiple is TRUE.
ElementsTableSelectTest::testTableSelectColSpan function core/modules/system/tests/src/Functional/Form/ElementsTableSelectTest.php Tests the display when #colspan is set.
EntityQueryTest::testTableSort function core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php Tests tablesort().
EntityTestUpdateStorage::saveToDedicatedTables function core/modules/system/tests/modules/entity_test_update/src/EntityTestUpdateStorage.php Saves values of fields that use dedicated tables.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php Tests base tables.
Feed::defaultableSections function core/modules/views/src/Plugin/views/display/Feed.php Lists the 'defaultable' sections and what items each section contains.
FieldableEntityDefinitionUpdateTest::assertBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Asserts that the backup tables have been kept after a successful update.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.