| field_is_translatable | function | modules/field/field.multilingual.inc | Checks whether a field has language support. | 
          
                  | jquery.ui.sortable.css | file | misc/ui/jquery.ui.sortable.css | /*!
 * jQuery UI Sortable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
} | 
          
                  | SelectQuery::getTables | function | includes/database/select.inc | Implements SelectQueryInterface::getTables(). | 
          
                  | _book_admin_table_tree | function | modules/book/book.admin.inc | Helps build the main table in the book administration page form. | 
          
                  | backdrop_add_tabledrag | function | includes/common.inc | Assists in adding the tableDrag JavaScript behavior to a themed table. | 
          
                  | theme_book_admin_table | function | modules/book/book.admin.inc | Returns HTML for a book administration form. | 
          
                  | date_views_base_tables | function | modules/date/views/date.views.inc | Helper function to map entity types to the Views base table they use, to make
it easier to infer the entity type from a base table. | 
          
                  | TableSort::__construct | function | includes/tablesort.class.inc |  | 
          
                  | TableSortTest::tearDown | function | modules/simpletest/tests/tablesort.test | Clean up any database tables, configuration, or files after each test run. | 
          
                  | db_find_prefixed_tables | 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. | 
          
                  | views_translatable.test | file | modules/views/tests/views_translatable.test | Definition of ViewsTranslatableTest. | 
          
                  | views_fetch_base_tables | function | modules/views_ui/views_ui.admin.inc | Fetch a list of all base tables available | 
          
                  | database_test_tablesort | function | modules/simpletest/tests/database_test.module | Run a tablesort query and return the results. | 
          
                  | views-view-table.tpl.php | file | modules/views/templates/views-view-table.tpl.php | Template to display a view as a table. | 
          
                  | TableSort::orderByHeader | function | includes/tablesort.class.inc | Order the query based on a header array. | 
          
                  | jquery.ui.selectable.css | file | misc/ui/jquery.ui.selectable.css | /*!
 * jQuery UI Selectable 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
.ui-selectable {
	-ms-touch-action: none;
	touch-action:… | 
          
                  | form_process_tableselect | function | includes/form.inc | Creates checkbox or radio elements to populate a tableselect table. | 
          
                  | views_plugin_style_table | class | modules/views/plugins/views_plugin_style_table.inc | Style plugin to render each item as a row in a table. | 
          
                  | field_ui_table_pre_render | function | modules/field_ui/field_ui.admin.inc | Render API callback: Performs pre-render tasks on field_ui_table elements. | 
          
                  | theme_tablesort_indicator | function | includes/theme.inc | Returns HTML for a sort icon. | 
          
                  | seven_tablesort_indicator | function | themes/seven/template.php | Overrides theme_tablesort_indicator(). | 
          
                  | DatabaseSchema::dropTable | function | includes/database/schema.inc | Drop a table. | 
          
                  | DatabaseSchema::cloneTable | function | includes/database/schema.inc | Create an exact duplicate of an existing table, including all content. | 
          
                  | DatabaseSchema::findTables | function | includes/database/schema.inc | Find all tables that are like the specified base table name. | 
          
                  | theme_file_formatter_table | function | modules/file/file.theme.inc | Returns HTML for a file attachments table. | 
          
                  | form_type_tableselect_value | function | includes/form.inc | Determines the value for a tableselect form element. | 
          
                  | theme_simpletest_test_table | function | modules/simpletest/simpletest.theme.inc | Returns HTML for a test list generated by simpletest_test_form() into a table. | 
          
                  | LayoutAccessNegatable::form | function | modules/layout/plugins/access/layout_access.inc | Settings form for configuring this access item. | 
          
                  | EntityFieldQuery::tableSort | function | modules/entity/entity.query.inc | Enables sortable tables for this query. | 
          
                  | NodeAccessBaseTableTestCase | class | modules/node/tests/node.test | Tests for Node Access with a non-node base table. | 
          
                  | ThemeRegistry::$persistable | property | includes/theme.inc | Whether the partial registry can be persisted to the cache. | 
          
                  | DatabaseSchema::createTable | function | includes/database/schema.inc | Create a new table from a Backdrop table definition. | 
          
                  | DatabaseSchema::renameTable | function | includes/database/schema.inc | Rename a table. | 
          
                  | DatabaseSchema::tableExists | function | includes/database/schema.inc | Check if a table exists. | 
          
                  | views_handler::$table_alias | property | modules/views/includes/handlers.inc | The alias of the table of this handler which is used in the query. | 
          
                  | ViewsTranslatableTest::setUp | function | modules/views/tests/views_translatable.test | Sets up a Backdrop site for running functional and integration tests. | 
          
                  | _field_sql_storage_tablename | function | modules/field/modules/field_sql_storage/field_sql_storage.module | Generate a table name for a field data table. | 
          
                  | views_plugin_style_table.inc | file | modules/views/plugins/views_plugin_style_table.inc | Contains the table style plugin. | 
          
                  | date_date_views_extra_tables | function | modules/date/date.module | Implements hook_date_views_extra_tables(). | 
          
                  | ViewsTranslatableTest::testUi | function | modules/views/tests/views_translatable.test | Make sure that the string is not translated in the UI. | 
          
                  | TableSort::getQueryParameters | function | includes/tablesort.class.inc | Compose a URL query parameter array to append to table sorting requests. | 
          
                  | DatabaseSchema::cloneTableSql | function | includes/database/schema.inc | Generate an array of query strings suitable for cloning a table. | 
          
                  | ConfigFileStorage::$immutable | property | drivers/config_file/config_file_storage.inc |  | 
          
                  | 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. | 
          
                  | ConfigDatabaseStorage::$table | property | drivers/config_database/config_database_storage.inc | The database table to use for configuration objects. | 
          
                  | database_test_theme_tablesort | function | modules/simpletest/tests/database_test.module | Output a form without setting a header sort. | 
          
                  | _field_sql_storage_tablealias | function | modules/field/modules/field_sql_storage/field_sql_storage.module | Generates a table alias for a field data table. | 
          
                  | SelectQueryExtender::getTables | function | includes/database/select.inc | Returns a reference to the tables array for this query. | 
          
                  | views_handler::ensure_my_table | function | modules/views/includes/handlers.inc | Ensure the main table for this handler is in the query. This is used
a lot. | 
          
                  | simpletest_clean_results_table | function | modules/simpletest/simpletest.module | Clear the test result tables. |