Skip to main content
backdrop Documentation
Documentation and API source code for Backdrop CMS.
  • Welcome!
    • Login

Search for table

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
tabledrag_example_get_tree function modules/examples/tabledrag_example/tabledrag_example_parent_form.inc Recursively adds to the $itemtree array, ordered by parent/child/weight.
LayoutAccessNegatable::form function core/modules/layout/plugins/access/layout_access.inc
theme_simpletest_test_table function core/modules/simpletest/simpletest.theme.inc Returns HTML for a test list generated by simpletest_test_form() into a table.
ThemeRegistry::$persistable property core/includes/theme.inc Whether the partial registry can be persisted to the cache.
form_type_tableselect_value function core/includes/form.inc Determines the value for a tableselect form element.
views_handler::$table_alias property core/modules/views/includes/handlers.inc The alias of the table of this handler which is used in the query.
DatabaseSchema::tableExists function core/includes/database/schema.inc Check if a table exists.
DatabaseSchema::renameTable function core/includes/database/schema.inc Rename a table.
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
BackupDatabase::unlockTables function core/includes/backup/backup.database.inc Unlock any tables that have been locked.
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.
BackupDatabase::getTableNames function core/includes/backup/backup.database.inc Get a list of tables in the database.
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
BackupDatabase::getLockedTables function core/includes/backup/backup.database.inc Get a list of tables to be locked during the backup.
_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.

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • next ›
  • last »

Directory

  • Getting started
    • Installing
    • Updates vs upgrades
    • Hosting/deploying
  • Upgrading from Drupal
    • Introduction
    • Upgrade overview
    • Converting Drupal code
  • User guide
    • Quick start guide
    • Using Backdrop
  • Add-On Documentation
  • Developing for Backdrop
    • Developing modules
    • Developing themes
    • Developing layouts
    • Using libraries
    • Local development
    • Writing secure code
    • Using JavaScript
  • Contributors guide
    • Contribute to Backdrop core
      • How to use the core issue queue
      • Adding labels to issues
      • Adding milestones to issues
    • Contribute Backdrop add-ons
    • Contribute to documentation
  • Developer API
    • Topics
    • Functions
    • Classes
    • Files
    • Globals
    • Icon API
    • Database API
    • Theme functions
    • Form API reference
  • Appendix/reference
    • Change records
    • Glossary
    • Coding & documentation standards
    • Contrib permissions policy

Stay connected

Sign up for our newsletter

Powered by Backdrop CMS

Footer Menu

  • documentation
  • localization
  • events
  • forum
  • backdropcms.org