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
SearchQuery::searchExpression function core/modules/search/search.extender.inc Sets up the search query expression.
SearchQuery::executeFirstPass function core/modules/search/search.extender.inc Executes the first pass query.
entity_query_access_test.info file core/modules/entity/tests/entity_query_access_test/entity_query_access_test.info name = "Entity query access test" description = "Support module for checking entity query results." package = Testing version = BACKDROP_VERSION type = module backdrop = 1.x hidden = TRUE
views_plugin_query::set_limit function core/modules/views/plugins/views_plugin_query.inc Set a LIMIT on the query, specifying a maximum number of results.
SelectQueryInterface::addJoin function core/includes/database/select.inc Join against another table in the database.
SelectQueryInterface::orderBy function core/includes/database/select.inc Orders the result set by a given field.
SelectQueryInterface::groupBy function core/includes/database/select.inc Groups the result set by the specified field.
SelectQueryInterface::__clone function core/includes/database/select.inc Clone magic method.
SelectQueryExtender::compiled function core/includes/database/select.inc Check whether a condition has been previously compiled.
field_test_entity_query_alter function core/modules/field/tests/field_test/field_test.module Implements hook_entity_query_alter().
SelectQueryExtender::getUnion function core/includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
node_add_node_grants_to_query function core/modules/node/node.module Helper function to create the OR condition for a node grants check.
SelectQueryExtender::distinct function core/includes/database/select.inc Sets this query to be DISTINCT.
SelectQueryExtender::addField function core/includes/database/select.inc Adds a field to the list to be SELECTed.
entity_query_access_test_menu function core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module Implements hook_menu().
SelectQueryExtender::leftJoin function core/includes/database/select.inc Left Outer Join against another table in the database.
database_test_odd_pager_query function core/modules/simpletest/tests/database_test.module Run a pager query and return the results.
backdrop_get_query_parameters function core/includes/common.inc Processes a URL query parameter array to remove unwanted elements.
SelectQuery::havingConditions function core/includes/database/select.inc Returns all the conditions used within a HAVING clause.
InsertQuery_mysql::__toString function core/includes/database/mysql/query.inc Implements PHP magic __toString method to convert the query to a string.
BackdropGetQueryArrayTestCase class core/modules/simpletest/tests/common.test Tests the functionality of backdrop_get_query_array().
EntityFieldQuery::addMetaData function core/modules/entity/entity.query.inc Adds additional metadata to the query.
TableSort::getQueryParameters function core/includes/tablesort.class.inc Compose a URL query parameter array to append to table sorting requests.
_file_query_file_access_alter function core/modules/file/file.module Helper for file entity access functions.
EntityFieldQuery::finishQuery function core/modules/entity/entity.query.inc Finishes the query.
views_join_subquery::construct function core/modules/views/includes/handlers.inc Construct the views_join object.
UpdateQuery::$expressionFields property core/includes/database/query.inc Array of fields to update to an expression in case of a duplicate record.
NodeQueryAlter::$noAccessUser2 property core/modules/node/tests/node.test
SearchQuery::$searchExpression property core/modules/search/search.extender.inc The search query that is used for searching.
views_plugin_pager_full::query function core/modules/views/plugins/views_plugin_pager_full.inc Modify the query for paging
backdrop_render_cache_by_query function core/includes/common.inc Prepares an element for caching based on a query.
DatabaseSelectSubqueryTestCase class core/modules/simpletest/tests/database_test.test Test case for sub-selects in a dynamic SELECT query.
DatabaseConnection::queryRange function core/includes/database/database.inc Runs a limited-range query on this database object.
views_handler_sort_date::query function core/modules/views/handlers/views_handler_sort_date.inc Called to add the sort to a query.
views_plugin_query::set_offset function core/modules/views/plugins/views_plugin_query.inc Set an OFFSET on the query, specifying a number of results to skip
SelectQueryInterface::getUnion function core/includes/database/select.inc Returns a reference to the union queries for this query. This include queries for UNION, UNION ALL, and UNION DISTINCT.
SelectQueryInterface::distinct function core/includes/database/select.inc Sets this query to be DISTINCT.
date_views_plugin_pager::query function core/modules/date/views/date_views_plugin_pager.inc Transfer date information from the argument to the view.
SelectQueryInterface::addField function core/includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryInterface::leftJoin function core/includes/database/select.inc Left Outer Join against another table in the database.
hook_views_query_substitutions function core/modules/views/views.api.php Performs replacements in the query before being performed.
SelectQueryExtender::hasAnyTag function core/includes/database/select.inc Determines if a given query has any specified tag.
SelectQueryExtender::condition function core/includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQueryExtender::arguments function core/includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
DatabaseSerializeQueryTestCase class core/modules/simpletest/tests/database_test.test Query serialization tests.
SelectQueryExtender::getFields function core/includes/database/select.inc Returns a reference to the fields array for this query.
DatabaseTemporaryQueryTestCase class core/modules/simpletest/tests/database_test.test Temporary query tests.
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.
field_test_field_storage_query function core/modules/field/tests/field_test/field_test.storage.inc Implements hook_field_storage_query().

Pages

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