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

Search for query

  1. Home »
  2. API reference »
  3. 1.x
Name Type Location Description
SelectQueryInterface::getOrderBy function core/includes/database/select.inc Returns a reference to the order by array for this query.
SelectQueryInterface::getGroupBy function core/includes/database/select.inc Returns a reference to the group-by array for this query.
_views_query_tag_alter_condition function core/modules/views/views.module Replaces the substitutions recursive foreach condition.
views_handler_sort_broken::query function core/modules/views/handlers/views_handler_sort.inc Called to add the sort to a query.
views_handler_sort_random::query function core/modules/views/handlers/views_handler_sort_random.inc Called to add the sort to a query.
SelectQueryInterface::countQuery function core/includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQueryInterface::isPrepared function core/includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQueryInterface::preExecute function core/includes/database/select.inc Generic preparation and validation for a SELECT query.
SelectQueryInterface::__toString function core/includes/database/select.inc String magic method.
SelectQueryExtender::$connection property core/includes/database/select.inc The connection object on which to run this query.
SelectQueryExtender::__construct function core/includes/database/select.inc Creates a SelectQueryExtender object.
SelectQueryExtender::addMetaData function core/includes/database/select.inc Adds additional metadata to the query.
SelectQueryExtender::getMetaData function core/includes/database/select.inc Retrieves a given piece of metadata.
SelectQueryExtender::orderRandom function core/includes/database/select.inc Orders the result set by a random value.
views_plugin_query_default::init function core/modules/views/plugins/views_plugin_query_default.inc Constructor; Create the basic query object and fill with default values.
database_test_db_query_temporary function core/modules/simpletest/tests/database_test.module Run a db_query_temporary and output the table name and its number of rows.
QueryConditionInterface::compile function core/includes/database/query.inc Compiles the saved conditions for later retrieval.
views_handler_field_links::query function core/modules/views/handlers/views_handler_field_links.inc Called to add the field to a query.
EntityFieldQuery::fieldCondition function core/modules/entity/entity.query.inc Adds a condition on field values.
views_handler_area_broken::query function core/modules/views/handlers/views_handler_area.inc Don't run a query
views_handler_field_broken::query function core/modules/views/handlers/views_handler_field.inc
EntityFieldQueryTestCase::$fields property core/modules/entity/tests/entity_query.test
views_plugin_style_summary::query function core/modules/views/plugins/views_plugin_style_summary.inc Add anything to the query that we might need to.
views_plugin_query::add_signature function core/modules/views/plugins/views_plugin_query.inc Add a signature to the query, if such a thing is feasible.
views_plugin_query::summary_title function core/modules/views/plugins/views_plugin_query.inc Returns the summary of the settings in the display.
system_transliteration_file_query function core/modules/system/system.admin.inc Builds a query that returns all file names from the database containing non-ASCII characters.
SelectQueryInterface::orderRandom function core/includes/database/select.inc Orders the result set by a random value.
SelectQueryExtender::$placeholder property core/includes/database/select.inc The placeholder counter.
LinkSanitizeTest::testQueryString function core/modules/link/tests/link.sanitize.test Test that query string URLs are returned as is.
DatabaseRangeQueryTestCase::setUp function core/modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
TaxonomyQueryAlterTestCase::setUp function core/modules/taxonomy/tests/taxonomy.test Sets up a Backdrop site for running functional and integration tests.
SelectQueryExtender::getArguments function core/includes/database/select.inc Compiles and returns an array of the arguments for this prepared statement.
views_handler_relationship::query function core/modules/views/handlers/views_handler_relationship.inc Called to implement a relationship in a query.
views_handler_field_custom::query function core/modules/views/handlers/views_handler_field_custom.inc Called to add the field to a query.
QueryConditionInterface::compiled function core/includes/database/query.inc Check whether a condition has been previously compiled.
views_plugin_query_default::query function core/modules/views/plugins/views_plugin_query_default.inc Generate a query and a countQuery from all of the information supplied to the object.
views_plugin_query_default::alter function core/modules/views/plugins/views_plugin_query_default.inc Let modules modify the query just prior to finalizing it.
views_plugin_query_default::build function core/modules/views/plugins/views_plugin_query_default.inc Builds the necessary info to execute the query.
EntityFieldQuery::$orderedResults property core/modules/entity/entity.query.inc The ordered results.
EntityFieldQuery::entityCondition function core/modules/entity/entity.query.inc Adds a condition on entity-generic metadata.
EntityFieldQuery::propertyOrderBy function core/modules/entity/entity.query.inc Orders the result set by an entity-specific property.
EntityFieldQuery::initializePager function core/modules/entity/entity.query.inc Gets the total number of results and initialize a pager for the query.
NodeStorageController::buildQuery function core/modules/node/node.entity.inc Overrides DefaultEntityController::buildQuery().
views_handler_field_entity::query function core/modules/views/handlers/views_handler_field_entity.inc Overridden to add the field for the entity ID.
TaxonomyTermController::buildQuery function core/modules/taxonomy/taxonomy.entity.inc Overrides EntityDatabaseStorageController::buildQuery().
SearchQuery::parseSearchExpression function core/modules/search/search.extender.inc Parses the search query into SQL conditions.
views_handler_argument_null::query function core/modules/views/handlers/views_handler_argument_null.inc Override the behavior of query() to prevent the query from being changed in any way.
DatabaseConnection::queryTemporary function core/includes/database/database.inc Runs a SELECT query and stores its results in a temporary table.
views_plugin_query::options_submit function core/modules/views/plugins/views_plugin_query.inc Handle any special handling on the validate form.
SelectQueryInterface::getArguments function core/includes/database/select.inc Compiles and returns an array of the arguments for this prepared statement.

Pages

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