Search for tables

  1. Search 9.5.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
Title Object type File name Summary
BootstrapResettableStaticTestCase class modules/simpletest/tests/bootstrap.test Test that resetting static variables works.
BootstrapResettableStaticTestCase::getInfo function modules/simpletest/tests/bootstrap.test
BootstrapResettableStaticTestCase::testDrupalStatic function modules/simpletest/tests/bootstrap.test Test that a variable reference returned by drupal_static() gets reset when
drupal_static_reset() is called.
DatabaseConnection::$unprefixedTablesMap property includes/database/database.inc List of un-prefixed table names, keyed by prefixed table names.
DatabaseConnection::getUnprefixedTablesMap function includes/database/database.inc Gets a list of individually prefixed table names.
DatabaseConnection::prefixTables function includes/database/database.inc Appends a database prefix to all tables in a query.
DatabaseReservedKeywordTestCase::testSelectReservedWordTableSpecificField function modules/simpletest/tests/database_test.test
DatabaseSchema::findTables function includes/database/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema::findTablesD8 function includes/database/schema.inc 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/database/mysql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::createTableSql function includes/database/pgsql/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_pgsql::findTables function includes/database/pgsql/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::createTableSql function includes/database/sqlite/schema.inc Generate SQL to create a new table from a Drupal schema definition.
DatabaseSchema_sqlite::findTables function includes/database/sqlite/schema.inc Find all tables that are like the specified base table name.
DatabaseSchema_sqlite::findTablesD8 function includes/database/sqlite/schema.inc 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/simpletest/tests/database_test.test
DatabaseSelectTableSortDefaultTestCase::getInfo function modules/simpletest/tests/database_test.test
DatabaseSelectTableSortDefaultTestCase::testTableSortDefaultSort function modules/simpletest/tests/database_test.test 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/simpletest/tests/database_test.test Confirm that a tablesort query returns the correct results.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst function modules/simpletest/tests/database_test.test Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
DatabaseTestCase::installTables function modules/simpletest/tests/database_test.test Set up several tables needed by a certain test.
database_test_tablesort function modules/simpletest/tests/database_test.module Run a tablesort query and return the results.
database_test_tablesort_first function modules/simpletest/tests/database_test.module Run a tablesort query with a second order_by after and return the results.
database_test_theme_tablesort function modules/simpletest/tests/database_test.module Output a form without setting a header sort.
db_find_tables function includes/database/database.inc Finds all tables that are like the specified base table name.
db_find_tables_d8 function includes/database/database.inc 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/entity.inc Enables sortable tables for this query.
EntityFieldQueryTestCase::testEntityFieldQueryTableSort function modules/simpletest/tests/entity_query.test Tests the TableSort integration of EntityFieldQuery.
FormsElementsTableSelectFunctionalTest class modules/simpletest/tests/form.test Test the tableselect form element for expected behavior.
FormsElementsTableSelectFunctionalTest::formSubmitHelper function modules/simpletest/tests/form.test Helper function for the option check test to submit a form while collecting errors.
FormsElementsTableSelectFunctionalTest::getInfo function modules/simpletest/tests/form.test
FormsElementsTableSelectFunctionalTest::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect function modules/simpletest/tests/form.test Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testAjax function modules/simpletest/tests/form.test Test presence of ajax functionality
FormsElementsTableSelectFunctionalTest::testEmptyText function modules/simpletest/tests/form.test Test the display of the #empty text when #options is an empty array.
FormsElementsTableSelectFunctionalTest::testMultipleFalse function modules/simpletest/tests/form.test Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleFalseOptionchecker function modules/simpletest/tests/form.test Test the whether the option checker gives an error on invalid tableselect values for radios.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit function modules/simpletest/tests/form.test Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue function modules/simpletest/tests/form.test Test the display of checkboxes when #multiple is TRUE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueOptionchecker function modules/simpletest/tests/form.test Test the whether the option checker gives an error on invalid tableselect values for checkboxes.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit function modules/simpletest/tests/form.test Test the submission of single and multiple values when #multiple is TRUE.
form_process_tableselect function includes/form.inc Creates checkbox or radio elements to populate a tableselect table.
form_type_tableselect_value function includes/form.inc Determines the value for a tableselect form element.
ModuleTestCase::assertModuleTablesDoNotExist function modules/system/system.test Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestCase::assertModuleTablesExist function modules/system/system.test Assert that all tables defined in a module's hook_schema() exist.
SchemaTestCase::testFindTables function modules/simpletest/tests/schema.test Tests the findTables() method.
SelectQuery::$tables property includes/database/select.inc The tables against which to JOIN.
SelectQuery::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryExtender::getTables function includes/database/select.inc Returns a reference to the tables array for this query.
SelectQueryInterface::getTables function includes/database/select.inc Returns a reference to the tables array for this query.

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