EntityFieldQuery::tableSort |
function |
core/modules/entity/entity.query.inc |
Enables sortable tables for this query. |
DatabaseSchema::createTable |
function |
core/includes/database/schema.inc |
Create a new table from a Backdrop table definition. |
NodeAccessBaseTableTestCase |
class |
core/modules/node/tests/node.test |
Tests for Node Access with a non-node base table. |
ViewsTranslatableTest::setUp |
function |
core/modules/views/tests/views_translatable.test |
Sets up a Backdrop site for running functional and integration tests. |
_field_sql_storage_tablename |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generate a table name for a field data table. |
date_date_views_extra_tables |
function |
core/modules/date/date.module |
Implements hook_date_views_extra_tables(). |
tablesort_example.tests.info |
file |
modules/examples/tablesort_example/tests/tablesort_example.tests.info |
[TableSortExampleTestCase]
name = Tablesort example functionality
description = Tests Tablesort functionality.
group = Example modules
file = tablesort_example.test |
tabledrag_example.tests.info |
file |
modules/examples/tabledrag_example/tests/tabledrag_example.tests.info |
[TabledragExampleTestCase]
name = Tabledrag example functionality
description = Tests Tabledrag functionality.
group = Example modules
file = tabledrag_example.test |
views_plugin_style_table.inc |
file |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the table style plugin. |
ViewsTranslatableTest::testUi |
function |
core/modules/views/tests/views_translatable.test |
Make sure that the string is not translated in the UI. |
_field_sql_storage_tablealias |
function |
core/modules/field/modules/field_sql_storage/field_sql_storage.module |
Generates a table alias for a field data table. |
ConfigDatabaseStorage::$table |
property |
core/includes/config.inc |
The database table to use for configuration objects. |
database_test_tablesort_first |
function |
core/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 |
core/modules/simpletest/tests/database_test.module |
Output a form without setting a header sort. |
tabledrag_example_parent_form |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Build the parent-child example form. |
TableSort::getQueryParameters |
function |
core/includes/tablesort.class.inc |
Compose a URL query parameter array to append to table sorting requests. |
tabledrag_example_simple_form |
function |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Build the tabledrag_simple_example_form form. |
simpletest_clean_results_table |
function |
core/modules/simpletest/simpletest.module |
Clear the test result tables. |
DatabaseSchema::createTableSql |
function |
core/includes/database/schema.inc |
Generate an array of query strings suitable for creating a table. |
SelectQueryExtender::getTables |
function |
core/includes/database/select.inc |
Returns a reference to the tables array for this query. |
tablesort_get_query_parameters |
function |
core/includes/tablesort.inc |
Composes a URL query parameter array for table sorting links. |
DatabaseSchema::prefixNonTable |
function |
core/includes/database/schema.inc |
Create names for indexes, primary keys and constraints. |
views_handler::ensure_my_table |
function |
core/modules/views/includes/handlers.inc |
Ensure the main table for this handler is in the query. This is used
a lot. |
ViewsTranslatableTest::$strings |
property |
core/modules/views/tests/views_translatable.test |
|
DatabaseConnection::tablePrefix |
function |
core/includes/database/database.inc |
Find the prefix for a table. |
DatabaseConnection::escapeTable |
function |
core/includes/database/database.inc |
Escapes a table name string. |
SelectQueryInterface::getTables |
function |
core/includes/database/select.inc |
Returns a reference to the tables array for this query. |
TabledragExampleTestCase::setUp |
function |
modules/examples/tabledrag_example/tests/tabledrag_example.test |
Sets up a Backdrop site for running functional and integration tests. |
FieldSqlStorageTestCase::$table |
property |
core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test |
|
_form_test_tableselect_get_data |
function |
core/modules/simpletest/tests/form_test.module |
Create a header and options array. Helper function for callbacks. |
DatabaseSchema_mysql::dropTable |
function |
core/includes/database/mysql/schema.inc |
Drop a table. |
DatabaseTestCase::installTables |
function |
core/modules/simpletest/tests/database_test.test |
Set up several tables needed by a certain test. |
TableSortExampleTestCase::setUp |
function |
modules/examples/tablesort_example/tests/tablesort_example.test |
Sets up a Backdrop site for running functional and integration tests. |
DatabaseConnection::prefixTables |
function |
core/includes/database/database.inc |
Appends a database prefix to all tables in a query. |
form_test_disabled_tabledrag_row |
function |
core/modules/simpletest/tests/form_test.module |
Menu callback for testing disabled tabledrag rows. |
ModuleTestCase::assertTableCount |
function |
core/modules/system/tests/system.test |
Assert there are tables that begin with the specified base table name. |
TableSortTest::testTableSortInit |
function |
core/modules/simpletest/tests/tablesort.test |
Test tablesort_init(). |
views_plugin_style_table::$order |
property |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the current active sort order, either desc or asc. |
_locale_get_config_translatables |
function |
core/modules/locale/locale.module |
Get translatable config strings. |
DatabaseSchema_mysql::findTables |
function |
core/includes/database/mysql/schema.inc |
Find all tables that are like the specified base table name. |
LayoutAccessNegatable::formSubmit |
function |
core/modules/layout/plugins/access/layout_access.inc |
Submit handler for the settings form for this access item. |
theme_views_ui_style_plugin_table |
function |
core/modules/views_ui/views_ui.theme.inc |
Theme the form for the table style plugin |
tabledrag_example_parent_form.inc |
file |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Example demonstrating a parent/child tabledrag form |
tabledrag_example_simple_form.inc |
file |
modules/examples/tabledrag_example/tabledrag_example_simple_form.inc |
Example demonstrating a simple (i.e. 'sort' only) tabledrag form |
BootstrapResettableStaticTestCase |
class |
core/modules/simpletest/tests/bootstrap.test |
Test that resetting static variables works. |
views_plugin_style_table::$active |
property |
core/modules/views/plugins/views_plugin_style_table.inc |
Contains the current active sort column. |
theme_contact_category_list_table |
function |
core/modules/contact/contact.theme.inc |
Returns HTML for the contact form categories administrative table. |
tabledrag_example_parent_get_data |
function |
modules/examples/tabledrag_example/tabledrag_example_parent_form.inc |
Retrieves the tree structure from database, and sorts by parent/child/weight. |
_form_test_tableselect_empty_form |
function |
core/modules/simpletest/tests/form_test.module |
Test functionality of the tableselect #empty property. |
DatabaseSchema_mysql::renameTable |
function |
core/includes/database/mysql/schema.inc |
Rename a table. |