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
ModuleTestCase::assertModuleTablesExist function core/modules/system/tests/system.test Assert that all tables defined in a module's hook_schema() exist.
views_plugin_query_default::queue_table function core/modules/views/plugins/views_plugin_query_default.inc Add a table to the query without ensuring the path.
DatabaseSchema::buildTableNameCondition function core/includes/database/schema.inc Build a condition to match a table name against the information_schema.
DatabaseSchema_mysql::COMMENT_MAX_TABLE constant core/includes/database/mysql/schema.inc Maximum length of a table comment in MySQL.
DatabaseCharsetConverter::convertTables function core/includes/database/charset_converter.inc Converts all the tables defined by backdrop_get_schema().
ViewsUpgradeTestCase::viewsMovedToTable function core/modules/views/tests/views_upgrade.test
NodeAccessBaseTableTestCase::$privateTid property core/modules/node/tests/node.test
ThemeTableUnitTest::testThemeTableFooter function core/modules/simpletest/tests/theme.test Tests that the 'footer' option works correctly.
FieldSqlStorageTestCase::$revision_table property core/modules/field/modules/field_sql_storage/tests/field_sql_storage.test
theme_language_admin_overview_form_table function core/modules/language/language.theme.inc Returns HTML for the language overview form.
views_plugin_query_default::ensure_table function core/modules/views/plugins/views_plugin_query_default.inc Ensure a table exists in the queue; if it already exists it won't do anything, but if it doesn't it will add the table queue. It will ensure a path leads back to the relationship table.
NodeAccessBaseTableTestCase::$nodesByUser property core/modules/node/tests/node.test
views_handler_field_field::get_base_table function core/modules/field/views/views_handler_field_field.inc Set the base_table and base_table_alias.
views_handler_field_field::click_sortable function core/modules/field/views/views_handler_field_field.inc Determine if this field is click sortable.
ViewsTranslatableTest::testTranslationKey function core/modules/views/tests/views_translatable.test Make sure that the different things have the right translation keys.
language_negotiation_configure_form_table function core/modules/locale/locale.admin.inc Helper function to build a language provider table.
views_plugin_style_table::build_sort_post function core/modules/views/plugins/views_plugin_style_table.inc Add our actual sort criteria
FormsFormStorageTestCase::testMutableForm function core/modules/simpletest/tests/form.test Verify that the form build-id remains the same when validation errors occur on a mutable form.
_form_test_tableselect_multiple_true_form function core/modules/simpletest/tests/form_test.module Test the tableselect #multiple = TRUE functionality.
views_many_to_one_helper::ensure_my_table function core/modules/views/includes/handlers.inc Override ensure_my_table so we can control how this joins in. The operator actually has influence over joining.
NodeAccessBaseTableTestCase::$nids_visible property core/modules/node/tests/node.test
views_handler_field_field::add_field_table function core/modules/field/views/views_handler_field_field.inc Determine if the field table should be added to the query.
views_handler_sort_broken::ensure_my_table function core/modules/views/handlers/views_handler_sort.inc Ensure the main table for this handler is in the query. This is used a lot.
views_plugin_display::defaultable_sections function core/modules/views/plugins/views_plugin_display.inc Static member function to list which sections are defaultable and what items each section contains.
views_plugin_query_default::get_table_info function core/modules/views/plugins/views_plugin_query_default.inc Get the information associated with a table.
views_plugin_style_table::sanitize_columns function core/modules/views/plugins/views_plugin_style_table.inc Normalize a list of columns based upon the fields that are available. This compares the fields stored in the style handler to the list of fields actually in the view, removing fields that have been removed and adding new fields in their own column.
_form_test_tableselect_multiple_false_form function core/modules/simpletest/tests/form_test.module Test the tableselect #multiple = FALSE functionality.
views_handler_area_broken::ensure_my_table function core/modules/views/handlers/views_handler_area.inc Ensure the main table for this handler is in the query. This is used a lot.
views_handler_field_broken::ensure_my_table function core/modules/views/handlers/views_handler_field.inc
views_plugin_style_table::option_definition function core/modules/views/plugins/views_plugin_style_table.inc Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
FormsFormStorageTestCase::testImmutableForm function core/modules/simpletest/tests/form.test Verifies that form build-id is regenerated when loading an immutable form from the cache.
TableSortExampleTestCase::testTableSortPage function modules/examples/tablesort_example/tests/tablesort_example.test Verify the functionality of the example module.
views_handler_filter_broken::ensure_my_table function core/modules/views/handlers/views_handler_filter.inc Ensure the main table for this handler is in the query. This is used a lot.
EntityFieldQueryTestCase::testTablePrefixing function core/modules/entity/tests/entity_query.test Tests EFQ table prefixing with multiple conditions and an altered join.
ModuleTestCase::assertModuleTablesDoNotExist function core/modules/system/tests/system.test Assert that none of the tables defined in a module's hook_schema() exist.
DatabaseCharsetConverter::convertTableFields function core/includes/database/charset_converter.inc Converts a table's field to a desired character set and collation.
ViewsTranslatableTest::testUnpackTranslatable function core/modules/views/tests/views_translatable.test Tests the unpack translation functionality.
ViewsTranslatableTest::viewUnpackTranslatable function core/modules/views/tests/views_translatable.test Custom helper view for testing.
FormElementTestCase::testDisabledTabledragRow function core/modules/simpletest/tests/form.test Test disabled tableselect row.
DatabaseRegressionTestCase::testDBTableExists function core/modules/simpletest/tests/database_test.test Test the db_table_exists() function.
date_views_filter_handler_simple::$base_table property core/modules/date/views/date_views_filter_handler_simple.inc
FormsElementsTableSelectFunctionalTest::setUp function core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
DatabaseSchema_mysql::buildTableNameCondition function core/includes/database/mysql/schema.inc MySQL uses databases like schemas rather than catalogs so when we build a condition to query the information_schema.tables, we set the default database as the schema unless specified otherwise, and exclude table_catalog from the condition criteria.
views_handler_argument_broken::ensure_my_table function core/modules/views/handlers/views_handler_argument.inc Ensure the main table for this handler is in the query. This is used a lot.
DatabaseConnection::popCommittableTransactions function core/includes/database/database.inc Internal function: commit all the transaction layers that can commit.
DatabaseConnection::generateTemporaryTableName function core/includes/database/database.inc Generates a temporary table name.
DatabaseTemporaryQueryTestCase::countTableRows function core/modules/simpletest/tests/database_test.test Return the number of rows of a table.
field_test_query_efq_table_prefixing_test_alter function core/modules/field/tests/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
ThemeTableUnitTest::testThemeTableStickyHeaders function core/modules/simpletest/tests/theme.test Tableheader.js provides 'sticky' table headers, and is included by default.
views_plugin_display_feed::defaultable_sections function core/modules/views/plugins/views_plugin_display_feed.inc Static member function to list which sections are defaultable and what items each section contains.

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