Search for tables
- Search 7.x for tables
- Search 9.5.x for tables
- Search 10.3.x for tables
- Search 11.x for tables
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Tables | class | core/ |
Alters entity queries to use a workspace revision instead of the default one. |
Tables | class | core/ |
Adds tables and fields to the SQL entity query. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
ConfigEntityQueryTest::testTableSort | function | core/ |
Tests sorting with tableSort on config entity queries. |
Connection::$unprefixedTablesMap | property | core/ |
List of un-prefixed table names, keyed by prefixed table names. |
Connection::getUnprefixedTablesMap | function | core/ |
Gets a list of individually prefixed table names. |
Connection::prefixTables | function | core/ |
Appends a database prefix to all tables in a query. |
ConnectionTest::providerTestPrefixTables | function | core/ |
Dataprovider for testPrefixTables(). |
ConnectionTest::testPrefixTables | function | core/ |
Exercise the prefixTables() method. |
ContentTranslationSettingsTest::testFieldTranslatableSettingsUI | function | core/ |
Tests that field setting depends on bundle translatability. |
DatabaseLegacyTest::testDbFindTables | function | core/ |
Tests the db_find_tables() function. |
DatabaseTestController::testTablesort | function | core/ |
Runs a tablesort query and returns the results. |
DatabaseTestController::testTablesortFirst | function | core/ |
Runs a tablesort query with a second order_by after and returns the results. |
DbDumpCommand::$excludeTables | property | core/ |
An array of table patterns to exclude completely. |
DbDumpCommand::getTables | function | core/ |
Returns a list of tables, not including those set to be excluded. |
DbDumpCommand::getTableSchema | function | core/ |
Returns a schema array for a given table. |
DbDumpCommand::getTableScript | function | core/ |
The part of the script for each table. |
DbDumpTest::$originalTableSchemas | property | core/ |
An array of original table schemas. |
DbDumpTest::$tables | property | core/ |
Tables that should be part of the exported script. |
DbDumpTest::getTableSchema | function | core/ |
Helper function to get a simplified schema for a given table. |
DbImportCommandTest::$tables | property | core/ |
Tables that should be part of the exported script. |
db_find_tables | function | core/ |
Finds all tables that are like the specified base table name. |
DefaultTableMapping::allowsSharedTableStorage | function | core/ |
Checks whether the given field can be stored in a shared table. |
DefaultTableMapping::requiresDedicatedTableStorage | function | core/ |
Checks whether the given field has to be stored in a dedicated table. |
DisplayExtenderPluginBase::defaultableSections | function | core/ |
Static member function to list which sections are defaultable and what items each section contains. |
DisplayExtenderTest::defaultableSections | function | core/ |
Static member function to list which sections are defaultable and what items each section contains. |
DisplayPluginBase::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
DisplayPluginInterface::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
ElementsTableSelectTest | class | core/ |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest | class | core/ |
Tests the tableselect form element for expected behavior. |
ElementsTableSelectTest.php | file | core/ |
|
ElementsTableSelectTest.php | file | core/ |
|
ElementsTableSelectTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ElementsTableSelectTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ElementsTableSelectTest::$modules | property | core/ |
Modules to enable. |
ElementsTableSelectTest::$modules | property | core/ |
Modules to enable. |
ElementsTableSelectTest::formSubmitHelper | function | core/ |
Helper function for the option check test to submit a form while collecting errors. |
ElementsTableSelectTest::testAdvancedSelect | function | core/ |
Test the #js_select property. |
ElementsTableSelectTest::testAjax | function | core/ |
Test the presence of ajax functionality for all options. |
ElementsTableSelectTest::testEmptyText | function | core/ |
Test the display of the #empty text when #options is an empty array. |
ElementsTableSelectTest::testMultipleFalse | function | core/ |
Test the display of radios when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleFalseOptionchecker | function | core/ |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
ElementsTableSelectTest::testMultipleFalseSubmit | function | core/ |
Test submission of values when #multiple is FALSE. |
ElementsTableSelectTest::testMultipleTrue | function | core/ |
Test the display of checkboxes when #multiple is TRUE. |
ElementsTableSelectTest::testMultipleTrueOptionchecker | function | core/ |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
ElementsTableSelectTest::testMultipleTrueSubmit | function | core/ |
Test the submission of single and multiple values when #multiple is TRUE. |
ElementsTableSelectTest::testTableSelectColSpan | function | core/ |
Tests the display when #colspan is set. |
EntityQueryTest::testTableSort | function | core/ |
Test tablesort(). |
EntityTestUpdateStorage::saveToDedicatedTables | function | core/ |
Saves values of fields that use dedicated tables. |
EntityViewsDataTest::testBaseTables | function | core/ |
Tests base tables. |
Feed::defaultableSections | function | core/ |
Lists the 'defaultable' sections and what items each section contains. |
FieldableEntityDefinitionUpdateTest::assertBackupTables | function | core/ |
Asserts that the backup tables have been kept after a successful update. |
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables | function | core/ |
Tests the removal of the backup tables after a successful update. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.