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
views_handler_relationship_node_term_data class core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc Relationship handler to return the taxonomy terms of nodes.
DatabaseFetch2TestCase::testQueryFetchNum function core/modules/simpletest/tests/database_test.test
DatabaseStatementPrefetch::getQueryString function core/includes/database/prefetch.inc Return the object's SQL query string.
DatabaseFetch2TestCase::testQueryFetchCol function core/modules/simpletest/tests/database_test.test Confirm that we can fetch an entire column of a result set at once.
DatabaseUpdateTestCase::testMultiGTUpdate function core/modules/simpletest/tests/database_test.test Confirm that we can update a multiple records with a non-equality condition.
filter_dom_serialize_escape_cdata_element function core/modules/filter/filter.module Adds comments around the <!CDATA section in a dom element.
DatabaseSelectTestCase::testSimpleComment function core/modules/simpletest/tests/database_test.test Test rudimentary SELECT statement with a COMMENT.
DatabaseSelectTestCase::testNullCondition function core/modules/simpletest/tests/database_test.test Test that a comparison with NULL is always FALSE.
DatabaseTransactionNameNonUniqueException class core/includes/database/database.inc Exception thrown when a savepoint or transaction name occurs twice.
DatabaseStatementInterface::fetchAllKeyed function core/includes/database/database.inc Returns the entire result set as a single associative array.
DatabaseStatementInterface::fetchAllAssoc function core/includes/database/database.inc Returns the result set as an associative array keyed by the given field.
DatabaseTasks::$databaseNotFoundErrorCode property core/includes/install.inc Error code for "Unknown database" error.
BackdropWebTestCase::changeDatabasePrefix function core/modules/simpletest/backdrop_web_test_case.php Changes the database connection to the prefixed one.
DatabaseEmptyStatementTestCase::testEmpty function core/modules/simpletest/tests/database_test.test Test that the empty result set behaves as empty.
EntityDatabaseStorageController::postSave function core/modules/entity/entity.controller.inc Acts on a saved entity before the insert or update hook is invoked.
views_plugin_query_default::get_join_data function core/modules/views/plugins/views_plugin_query_default.inc Retrieve join data from the larger join data cache.
ViewsHandlerFilterEqualityTest::viewsData function core/modules/views/tests/handlers/views_handler_filter_equality.test The views data definition.
DatabaseExtraTypesTestCase::testDateField function core/modules/simpletest/tests/database_test.test Test the date data type.
DatabaseExtraTypesTestCase::testTimeField function core/modules/simpletest/tests/database_test.test Test the time data type.
DatabaseConnection_mysql::quoteIdentifier function core/includes/database/mysql/database.inc Quotes an identifier with backticks for MySQL 8 compatibility.
DatabaseCharsetConverter::convertDatabase function core/includes/database/charset_converter.inc Convert the database charset and collation, but not the tables within it.
DatabaseConnection_mysql::utf8mb4IsActive function core/includes/database/mysql/database.inc Checks whether utf8mb4 support is currently active.
DatabaseSchemaObjectDoesNotExistException class core/includes/database/schema.inc Exception thrown if an object being modified doesn't exist yet.
DatabaseStatementPrefetch::$driverOptions property core/includes/database/prefetch.inc Driver-specific options. Can be used by child classes.
DatabaseFetchTestCase::testQueryFetchClass function core/modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a new instance of a custom class.
DatabaseFetch2TestCase::testQueryFetchBoth function core/modules/simpletest/tests/database_test.test Confirm that we can fetch a record into a doubly-keyed array explicitly.
ViewsModuleTest::resetStaticViewsDataCache function core/modules/views/tests/views_module.test Resets the views data cache.
DatabaseInsertTestCase::testRepeatedInsert function core/modules/simpletest/tests/database_test.test Test that an insert object can be reused with new data after it executes.
installer_browser_get_project_release_data function core/modules/installer/installer.browser.inc Uses the project status url to get the available releases for a project.
DatabaseSelectComplexTestCase::testGroupBy function core/modules/simpletest/tests/database_test.test Test GROUP BY clauses.
DatabaseAlterTestCase::testAlterExpression function core/modules/simpletest/tests/database_test.test Test that we can alter expressions in the query.
DatabaseStatementInterface::getQueryString function core/includes/database/database.inc Gets the query string of this statement.
DatabaseLoggingTestCase::testEnableLogging function core/modules/simpletest/tests/database_test.test Test that we can log the existence of a query.
DatabaseRangeQueryTestCase::testRangeQuery function core/modules/simpletest/tests/database_test.test Confirm that range query work and return correct result.
DatabaseTasks::$connectionRefusedErrorCode property core/includes/install.inc Error code when the connection is refused.
EntityDatabaseStorageController::preDelete function core/modules/entity/entity.controller.inc Acts on entities before they are deleted.
taxonomy_field_views_data_views_data_alter function core/modules/taxonomy/views/taxonomy.views.inc Implements hook_field_views_data_views_data_alter().
DatabaseStatementPrefetch::$resultRowCount property core/includes/database/prefetch.inc The number of rows in this result set.
DatabaseFetchTestCase::testQueryFetchArray function core/modules/simpletest/tests/database_test.test Confirm that we can fetch a record to an array associative explicitly.
DatabaseInsertTestCase::testInsertSelectAll function core/modules/simpletest/tests/database_test.test Tests that the INSERT INTO ... SELECT * ... syntax works.
FileUnmanagedSaveDataTest::testFileSaveData function core/modules/simpletest/tests/file.test Test the file_unmanaged_save_data() function.
DatabaseSelectTestCase::testIsNullCondition function core/modules/simpletest/tests/database_test.test Test that we can find a record with a NULL value.
BackdropLocalStreamWrapper::stream_metadata function core/includes/stream_wrappers.inc Sets metadata on the stream.
DatabaseSelectComplexTestCase::testDistinct function core/modules/simpletest/tests/database_test.test Test distinct queries.
DatabaseTaggingTestCase::testExtenderHasTag function core/modules/simpletest/tests/database_test.test Confirm that an extended query has a "tag" added to it.
DatabaseAlterTestCase::testAlterRemoveRange function core/modules/simpletest/tests/database_test.test Test that we can remove a range() value from a query. This also tests hook_query_TAG_alter().
DatabaseBasicSyntaxTestCase::testLikeEscape function core/modules/simpletest/tests/database_test.test Test escaping of LIKE wildcards.
EntityDatabaseStorageController::postDelete function core/modules/entity/entity.controller.inc Acts on deleted entities before the delete hook is invoked.
EntityDatabaseStorageController::invokeHook function core/modules/entity/entity.controller.inc Invokes a hook on behalf of the entity.
ModuleDependencyTestCase::testThemeMetaData function core/modules/system/tests/system.test Tests whether the correct theme metadata is returned.

Pages

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