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
QueryAlterableInterface::getMetaData function core/includes/database/query.inc Retrieves a given piece of metadata.
DatabaseConnection_mysql::queryRange function core/includes/database/mysql/database.inc Runs a limited-range query on this database object.
file_query_entity_field_access_alter function core/modules/file/file.module Implements hook_query_TAG_alter().
views_handler_argument::summary_query function core/modules/views/handlers/views_handler_argument.inc Build the info for the summary query.
views_handler_filter_node_tnid::query function core/modules/translation/views/views_handler_filter_node_tnid.inc Add this filter to the query.
SearchMatchTestCase::_testQueryScores function core/modules/search/tests/search.test Test the scoring abilities of the engine.
field_sql_storage_field_storage_query function core/modules/field/modules/field_sql_storage/field_sql_storage.module Implements hook_field_storage_query().
SelectQueryInterface::havingCondition function core/includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQueryExtender::uniqueIdentifier function core/includes/database/select.inc Returns a unique identifier for this object.
views_handler_field_user_roles::query function core/modules/user/views/views_handler_field_user_roles.inc Called to add the field to a query.
SelectQueryExtender::havingConditions function core/includes/database/select.inc
DatabaseStatementBase::getQueryString function core/includes/database/database.inc Gets the query string of this statement.
DatabaseTemporaryQueryTestCase::setUp function core/modules/simpletest/tests/database_test.test Sets up a Backdrop site for running functional and integration tests.
taxonomy_test_query_term_access_alter function core/modules/simpletest/tests/taxonomy_test.module Implements hook_query_TAG_alter().
entity_query_access_test_sample_query function core/modules/entity/tests/entity_query_access_test/entity_query_access_test.module Returns the results from an example EntityFieldQuery.
entityreference_plugin_display::query function core/modules/entityreference/views/entityreference_plugin_display.inc Inject anything into the query that the display handler needs.
views_plugin_query_default::add_table function core/modules/views/plugins/views_plugin_query_default.inc Add a table to the query, ensuring the path exists.
views_plugin_query_default::add_field function core/modules/views/plugins/views_plugin_query_default.inc Add a field to the query table, possibly with an alias. This will automatically call ensure_table to make sure the required table exists, *unless* $table is unset.
views_plugin_query_default::add_where function core/modules/views/plugins/views_plugin_query_default.inc Add a simple WHERE clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table already exists in the query.
EntityFieldQuery::$propertyConditions property core/modules/entity/entity.query.inc List of property conditions.
views_handler_argument_formula::query function core/modules/views/handlers/views_handler_argument_formula.inc Build the query based upon the formula
EntityFieldQuery::fieldDeltaCondition function core/modules/entity/entity.query.inc Adds a condition on the field delta column.
ViewsQueryGroupByTest::testGroupBySum function core/modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByMin function core/modules/views/tests/views_groupby.test
ViewsQueryGroupByTest::testGroupByMax function core/modules/views/tests/views_groupby.test
views_handler_argument_numeric::query function core/modules/views/handlers/views_handler_argument_numeric.inc Set up the query for this argument.
NodeEntityFieldQueryAlter::$accessUser property core/modules/node/tests/node.test User with permission to view content.
ViewsQueryGroupByTest::testGroupByNone function core/modules/views/tests/views_groupby.test
EntityFieldQueryTestCase::$field_names property core/modules/entity/tests/entity_query.test
views_plugin_query::set_group_operator function core/modules/views/plugins/views_plugin_query.inc Control how all WHERE and HAVING groups are put together.
SelectQueryExtender::$uniqueIdentifier property core/includes/database/select.inc A unique identifier for this query object.
views_handler_sort_search_score::query function core/modules/search/views/views_handler_sort_search_score.inc Called to add the sort to a query.
DatabaseStatementEmpty::getQueryString function core/includes/database/database.inc Gets the query string of this statement.
views_plugin_query_default::set_header function core/modules/views/plugins/views_plugin_query_default.inc Set the table header; used for click-sorting because it's needed info to modify the ORDER BY clause.
MenuTestCase::testMenuQueryAndFragment function core/modules/menu/tests/menu.test Add and remove a menu link with a query string and fragment.
views_plugin_query_default::mark_table function core/modules/views/plugins/views_plugin_query_default.inc
ConnectionUnitTest::testOpenQueryClose function core/modules/simpletest/tests/database_test.test Tests Database::closeConnection() with a query.
views_plugin_query_default::add_having function core/modules/views/plugins/views_plugin_query_default.inc Add a simple HAVING clause to the query.
EntityFieldQuery::$fieldMetaConditions property core/modules/entity/entity.query.inc List of field meta conditions (language and delta).
SearchMatchTestCase::_testQueryMatching function core/modules/search/tests/search.test Test the matching abilities of the engine.
views_plugin_query::get_result_entities function core/modules/views/plugins/views_plugin_query.inc Returns the according entity objects for the given query results.
views_handler_filter_node_status::query function core/modules/node/views/views_handler_filter_node_status.inc Add this filter to the query.
views_handler_filter_node_access::query function core/modules/node/views/views_handler_filter_node_access.inc See _node_access_where_sql() for a non-views query based implementation.
views_plugin_pager::execute_count_query function core/modules/views/plugins/views_plugin_pager.inc Execute the count query, which will be done just prior to the query itself being executed.
views_handler_filter_in_operator::query function core/modules/views/handlers/views_handler_filter_in_operator.inc Add this filter to the query.
views_handler_field_search_score::query function core/modules/search/views/views_handler_field_search_score.inc Called to add the field to a query.
views_handler_field_comment_link::query function core/modules/comment/views/views_handler_field_comment_link.inc Overriden to add the field for the entity id.
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.
views_plugin_query_default::ensure_path function core/modules/views/plugins/views_plugin_query_default.inc Make sure that the specified table can be properly linked to the primary table in the JOINs. This function uses recursion. If the tables needed to complete the path back to the primary table are not in the query they will be added, but additional…
views_plugin_query_default::adjust_join function core/modules/views/plugins/views_plugin_query_default.inc Fix a join to adhere to the proper relationship; the left table can vary based upon what relationship items are joined in on.

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