Search for table
- Search 9.5.x for table
- Search 8.9.x for table
- Search 10.3.x for table
- Search 11.x for table
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DatabaseSchema_pgsql::renameTable | function | includes/ |
Rename a table. |
DatabaseSchema_pgsql::tableExists | function | includes/ |
Check if a table exists. |
DatabaseSchema_sqlite::alterTable | function | includes/ |
Create a table with a new schema containing the old content. |
DatabaseSchema_sqlite::createTableSql | function | includes/ |
Generate SQL to create a new table from a Drupal schema definition. |
DatabaseSchema_sqlite::dropTable | function | includes/ |
Drop a table. |
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. |
DatabaseSchema_sqlite::renameTable | function | includes/ |
Rename a table. |
DatabaseSchema_sqlite::tableExists | function | includes/ |
Check if a table exists. |
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. |
DatabaseTablePrefixTestCase | class | modules/ |
Test table prefix handling. |
DatabaseTablePrefixTestCase::getInfo | function | modules/ |
|
DatabaseTablePrefixTestCase::testSchemaDotTablePrefixes | function | modules/ |
|
DatabaseTemporaryQueryTestCase::countTableRows | function | modules/ |
Return the number of rows of a table. |
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_create_table | function | includes/ |
Creates a new table from a Drupal table definition. |
db_drop_table | function | includes/ |
Drops a table. |
db_escape_table | function | includes/ |
Restricts a dynamic table name to safe characters. |
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. |
db_rename_table | function | includes/ |
Renames a table. |
db_table_exists | function | includes/ |
Checks if a table exists. |
DeleteQuery::$table | property | includes/ |
The table from which to delete. |
drupal-6.translatable.database.php | file | modules/ |
|
DrupalDefaultEntityController::$revisionTable | property | includes/ |
The table that stores revisions, if the entity supports revisions. |
drupal_add_tabledrag | function | includes/ |
Assists in adding the tableDrag JavaScript behavior to a themed table. |
EntityFieldQuery::tableSort | function | includes/ |
Enables sortable tables for this query. |
EntityFieldQueryTestCase::testEntityFieldQueryTableSort | function | modules/ |
Tests the TableSort integration of EntityFieldQuery. |
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable | function | modules/ |
Tests querying translatable fields. |
EntityFieldQueryTestCase::testTablePrefixing | function | modules/ |
Tests EFQ table prefixing with multiple conditions and an altered join. |
FieldSqlStorageTestCase::$revision_table | property | modules/ |
|
FieldSqlStorageTestCase::$table | property | modules/ |
|
FieldTranslationsTestCase::testTranslatableFieldSaveLoad | function | modules/ |
Test translatable fields storage/retrieval. |
field_is_translatable | function | modules/ |
Checks whether a field has language support. |
field_test_entity_info_translatable | function | modules/ |
Helper function to enable entity translations. |
field_test_query_efq_table_prefixing_test_alter | function | modules/ |
Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'. |
field_ui_table_pre_render | function | modules/ |
Pre-render callback for field_ui_table elements. |
FILE_EXECUTABLE | constant | includes/ |
File permission check -- File is executable. |
FILE_NOT_EXECUTABLE | constant | includes/ |
File permission check -- File is not executable. |
FILE_NOT_WRITABLE | constant | includes/ |
File permission check -- File is not writable. |
FILE_WRITABLE | constant | includes/ |
File permission check -- File is writable. |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.