Search for tables
- Search 9.5.x for tables
- Search 8.9.x for tables
- Search 10.3.x for tables
- Search 11.x for tables
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
BootstrapResettableStaticTestCase | class | modules/ |
Test that resetting static variables works. |
BootstrapResettableStaticTestCase::getInfo | function | modules/ |
|
BootstrapResettableStaticTestCase::testDrupalStatic | function | modules/ |
Test that a variable reference returned by drupal_static() gets reset when drupal_static_reset() is called. |
DatabaseConnection::$unprefixedTablesMap | property | includes/ |
List of un-prefixed table names, keyed by prefixed table names. |
DatabaseConnection::getUnprefixedTablesMap | function | includes/ |
Gets a list of individually prefixed table names. |
DatabaseConnection::prefixTables | function | includes/ |
Appends a database prefix to all tables in a query. |
DatabaseReservedKeywordTestCase::testSelectReservedWordTableSpecificField | function | modules/ |
|
DatabaseSchema::findTables | function | includes/ |
Find all tables that are like the specified base table name. |
DatabaseSchema::findTablesD8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
DatabaseSchema_mysql::createTableSql | function | includes/ |
Generate SQL to create a new table from a Drupal schema definition. |
DatabaseSchema_pgsql::createTableSql | function | includes/ |
Generate SQL to create a new table from a Drupal schema definition. |
DatabaseSchema_pgsql::findTables | function | includes/ |
Find all tables that are like the specified base table name. |
DatabaseSchema_sqlite::createTableSql | function | includes/ |
Generate SQL to create a new table from a Drupal schema definition. |
DatabaseSchema_sqlite::findTables | function | includes/ |
Find all tables that are like the specified base table name. |
DatabaseSchema_sqlite::findTablesD8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to findTables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
DatabaseSelectTableSortDefaultTestCase | class | modules/ |
|
DatabaseSelectTableSortDefaultTestCase::getInfo | function | modules/ |
|
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort | function | modules/ |
Confirm that if a sort is not set in a tableselect form there is no error thrown when using the default. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery | function | modules/ |
Confirm that a tablesort query returns the correct results. |
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst | function | modules/ |
Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first. |
DatabaseTestCase::installTables | function | modules/ |
Set up several tables needed by a certain test. |
database_test_tablesort | function | modules/ |
Run a tablesort query and return the results. |
database_test_tablesort_first | function | modules/ |
Run a tablesort query with a second order_by after and return the results. |
database_test_theme_tablesort | function | modules/ |
Output a form without setting a header sort. |
db_find_tables | function | includes/ |
Finds all tables that are like the specified base table name. |
db_find_tables_d8 | function | includes/ |
Finds all tables that are like the specified base table name. This is a backport of the change made to db_find_tables in Drupal 8 to work with virtual, un-prefixed table names. The original function is retained for Backwards Compatibility. |
EntityFieldQuery::tableSort | function | includes/ |
Enables sortable tables for this query. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort | function | modules/ |
Tests the TableSort integration of EntityFieldQuery. |
FormsElementsTableSelectFunctionalTest | class | modules/ |
Test the tableselect form element for expected behavior. |
FormsElementsTableSelectFunctionalTest::formSubmitHelper | function | modules/ |
Helper function for the option check test to submit a form while collecting errors. |
FormsElementsTableSelectFunctionalTest::getInfo | function | modules/ |
|
FormsElementsTableSelectFunctionalTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsElementsTableSelectFunctionalTest::testAdvancedSelect | function | modules/ |
Test the #js_select property. |
FormsElementsTableSelectFunctionalTest::testAjax | function | modules/ |
Test presence of ajax functionality |
FormsElementsTableSelectFunctionalTest::testEmptyText | function | modules/ |
Test the display of the #empty text when #options is an empty array. |
FormsElementsTableSelectFunctionalTest::testMultipleFalse | function | modules/ |
Test the display of radios when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for radios. |
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit | function | modules/ |
Test submission of values when #multiple is FALSE. |
FormsElementsTableSelectFunctionalTest::testMultipleTrue | function | modules/ |
Test the display of checkboxes when #multiple is TRUE. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker | function | modules/ |
Test the whether the option checker gives an error on invalid tableselect values for checkboxes. |
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit | function | modules/ |
Test the submission of single and multiple values when #multiple is TRUE. |
form_process_tableselect | function | includes/ |
Creates checkbox or radio elements to populate a tableselect table. |
form_type_tableselect_value | function | includes/ |
Determines the value for a tableselect form element. |
ModuleTestCase::assertModuleTablesDoNotExist | function | modules/ |
Assert that none of the tables defined in a module's hook_schema() exist. |
ModuleTestCase::assertModuleTablesExist | function | modules/ |
Assert that all tables defined in a module's hook_schema() exist. |
SchemaTestCase::testFindTables | function | modules/ |
Tests the findTables() method. |
SelectQuery::$tables | property | includes/ |
The tables against which to JOIN. |
SelectQuery::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
SelectQueryExtender::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
SelectQueryInterface::getTables | function | includes/ |
Returns a reference to the tables array for this query. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.