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

Search for data

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
FileSaveDataTest::testWithoutFilename function core/modules/simpletest/tests/file.test Test the file_save_data() function when no filename is provided.
DatabaseTemporaryQueryTestCase::setUp function core/modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
FileSaveDataTest::testExistingReplace function core/modules/simpletest/tests/file.test Test file_save_data() when replacing an existing file.
DatabaseStatementEmpty::fetchAllKeyed function core/includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementEmpty::fetchAllAssoc function core/includes/database/database.inc Returns the result set as an associative array keyed by the given field.
EntityDatabaseStorageController::save function core/modules/entity/entity.controller.inc Implements EntityStorageControllerInterface::save().
BackupDatabase::getDatabaseConnection function core/includes/backup/backup.database.inc Get the db connection for the specified db.
DatabaseConnection_mysql::__construct function core/includes/database/mysql/database.inc Constructs a MySQL-based DatabaseConnection.
DatabaseConnection_mysql::escapeField function core/includes/database/mysql/database.inc Escapes a field name string.
DatabaseConnection_mysql::escapeAlias function core/includes/database/mysql/database.inc Escapes an alias name string.
ViewsHandlerFilterStringTest::dataSet function core/modules/views/tests/handlers/views_handler_filter_string.test An extended test dataset.
DatabaseCharsetConverter::$connection property core/includes/database/charset_converter.inc The current connection for all operations.
DatabaseCharsetConverter::__construct function core/includes/database/charset_converter.inc DatabaseCharsetConverter constructor.
DatabaseSchema_mysql::getFieldTypeMap function core/includes/database/mysql/schema.inc Returns a mapping of Backdrop schema field names to DB-native field types.
DatabaseSchema_mysql::fieldSetDefault function core/includes/database/mysql/schema.inc Set the default value for a field.
ViewsHandlerFileExtensionTest::dataSet function core/modules/views/tests/handlers/views_handler_field_file_extension.test A very simple test dataset.
DatabaseStatementPrefetch::fetchColumn function core/includes/database/prefetch.inc
DatabaseStatementPrefetch::fetchObject function core/includes/database/prefetch.inc
DatabaseConnection::$transactionLayers property core/includes/database/database.inc Tracks the number of "layers" of transactions currently active.
DatabaseConnection::$connectionOptions property core/includes/database/database.inc The connection information for this connection object.
DatabaseMergeTestCase::testMergeInsert function core/modules/simpletest/tests/database_test.test Confirm that we can merge-insert a record successfully.
DatabaseMergeTestCase::testMergeUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can merge-update a record successfully.
RemoteFileUnmanagedSaveDataTest::setUp function core/modules/simpletest/tests/file.test Sets up a Backdrop site for running functional and integration tests.
MenuTreeDataTestCase::testMenuTreeData function core/modules/simpletest/tests/menu.test Validate the generation of a proper menu tree hierarchy.
DatabaseSelectTableSortDefaultTestCase class core/modules/simpletest/tests/database_test.test
BackdropTestCase::$setupDatabasePrefix property core/modules/simpletest/backdrop_web_test_case.php
DatabaseTransactionOutOfOrderException class core/includes/database/database.inc Exception thrown when a rollback causes multiple transaction rollbacks.
DatabaseTaggingTestCase::testHasAnyTag function core/modules/simpletest/tests/database_test.test Test query tagging "has at least one of these tags" functionality.
DatabaseAlterTestCase::testSimpleAlter function core/modules/simpletest/tests/database_test.test Test that we can do basic alters.
DatabaseStatementInterface::fetchField function core/includes/database/database.inc Returns a single field from the next record of a result set.
DatabaseStatementInterface::fetchAssoc function core/includes/database/database.inc Fetches the next row and returns it as an associative array.
DatabaseStatementEmpty::getQueryString function core/includes/database/database.inc Gets the query string of this statement.
DatabaseTransactionTestCase::insertRow function core/modules/simpletest/tests/database_test.test Insert a single row into the testing table.
ViewsHandlerFilterCombineTest::dataSet function core/modules/views/tests/handlers/views_handler_filter_combine.test Additional data to test the NULL issue.
ConfigDatabaseStorage::getModifiedTime function core/includes/config.inc Returns a timestamp indicating the last time a configuration was modified.
ViewsHandlerFieldCustomTest::viewsData function core/modules/views/tests/handlers/views_handler_field_custom.test The views data definition.
DatabaseConnection_mysql::databaseType function core/includes/database/mysql/database.inc Returns the name of the PDO driver for this connection.
DatabaseConnection_mysql::nextIdDelete function core/includes/database/mysql/database.inc Clean up the sequences table when closing a database connection.
DatabaseConnection::utf8mb4IsSupported function core/includes/database/database.inc Checks whether utf8mb4 support is available on the current database system.
DatabaseCharsetConverter::convertTable function core/includes/database/charset_converter.inc Converts a table to a desired character set and collation.
ViewsHandlerFieldBulkFormTest::dataSet function core/modules/views/tests/handlers/views_handler_field_bulk_form.test Overrides the dataset for views_test to insert nids for each of the 5 rows.
file_field_views_data_views_data_alter function core/modules/file/views/file.views.inc Implements hook_field_views_data_views_data_alter().
DatabaseTestCase::ensureSampleDataNull function core/modules/simpletest/tests/database_test.test Set up tables for NULL handling.
DatabaseStatementPrefetch::$currentRow property core/includes/database/prefetch.inc The current row, retrieved in PDO::FETCH_ASSOC format.
DatabaseStatementPrefetch::$currentKey property core/includes/database/prefetch.inc The key of the current row.
DatabaseStatementPrefetch::$fetchStyle property core/includes/database/prefetch.inc Holds the current fetch style (which will be used by the next fetch).
DatabaseStatementPrefetch::__construct function core/includes/database/prefetch.inc Creates a prefetch database statement object.
DatabaseStatementPrefetch::getStatement function core/includes/database/prefetch.inc Grab a PDOStatement object from a given query and its arguments.
DatabaseStatementPrefetch::setFetchMode function core/includes/database/prefetch.inc
ViewsHandlerFilterInOperator::viewsData function core/modules/views/tests/handlers/views_handler_filter_in_operator.test The views data definition.

Pages

  • « first
  • ‹ previous
  • …
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • …
  • 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