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
DatabaseCondition::$queryPlaceholderIdentifier property core/includes/database/query.inc The name of the query placeholder this condition has been compiled against.
DatabaseAlterTestCase::testSimpleAlterSubquery function core/modules/simpletest/tests/database_test.test Test that we can do basic alters on subqueries.
EntityFieldQueryTestCase::testEntityFieldQuery function core/modules/entity/tests/entity_query.test Tests EntityFieldQuery.
field_test_query_store_global_test_query_alter function core/modules/field/tests/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'store_global_test_query'.
DatabaseTemporaryQueryTestCase::countTableRows function core/modules/simpletest/tests/database_test.test Return the number of rows of a table.
taxonomy_test_query_taxonomy_term_access_alter function core/modules/simpletest/tests/taxonomy_test.module Implements hook_query_TAG_alter().
views_handler_argument_group_by_numeric::query function core/modules/views/handlers/views_handler_argument_group_by_numeric.inc Set up the query for this argument.
views_handler_argument_comment_user_uid::query function core/modules/comment/views/views_handler_argument_comment_user_uid.inc Set up the query for this argument.
ConnectionUnitTest::testOpenQueryPrefetchClose function core/modules/simpletest/tests/database_test.test Tests Database::closeConnection() with a query and custom prefetch method.
ViewsQueryGroupByTest::viewsAggregateCountView function core/modules/views/tests/views_groupby.test
DatabaseSelectCloneTest::testNestedQueryCloning function core/modules/simpletest/tests/database_test.test Tests that nested SELECT queries are cloned properly.
views_plugin_exposed_form_input_required::query function core/modules/views/plugins/views_plugin_exposed_form_input_required.inc Add anything to the query that we might need to.
views_handler_argument_node_uid_revision::query function core/modules/node/views/views_handler_argument_node_uid_revision.inc Set up the query for this argument.
field_test_query_efq_table_prefixing_test_alter function core/modules/field/tests/field_test/field_test.module Implements hook_query_TAG_alter() for tag 'efq_table_prefixing_test'.
redirect_handler_field_redirect_redirect::query function core/modules/redirect/views/redirect_handler_field_redirect_redirect.inc Called to add the field to a query.
views_handler_argument_users_roles::title_query function core/modules/user/views/views_handler_argument_users_roles.inc Override for specific title lookups.
views_plugin_query_default::get_result_entities function core/modules/views/plugins/views_plugin_query_default.inc Returns the according entity objects for the given query results.
views_query_default_aggregation_method_distinct function core/modules/views/plugins/views_plugin_query_default.inc
views_handler_relationship_groupwise_max::query function core/modules/views/handlers/views_handler_relationship_groupwise_max.inc Called to implement a relationship in a query. This is mostly a copy of our parent's query() except for this bit with the join class.
views_handler_filter_term_node_tid_depth::query function core/modules/taxonomy/views/views_handler_filter_term_node_tid_depth.inc Add this filter to the query.
views_handler_sort_ncs_last_comment_name::query function core/modules/comment/views/views_handler_sort_ncs_last_comment_name.inc Called to add the sort to a query.
views_handler_argument_many_to_one::title_query function core/modules/views/handlers/views_handler_argument_many_to_one.inc Override for specific title lookups.
views_handler_relationship_node_term_data::query function core/modules/taxonomy/views/views_handler_relationship_node_term_data.inc Called to implement a relationship in a query.
views_handler_field_node_translation_link::query function core/modules/translation/views/views_handler_field_node_translation_link.inc Called to add the field to a query.
DatabaseSelectComplexTestCase2::testJoinSubquery function core/modules/simpletest/tests/database_test.test Test that we can join on a query.
EntityFieldQueryTestCase::assertEntityFieldQuery function core/modules/entity/tests/entity_query.test Fetches the results of an EntityFieldQuery and compares.
redirect_handler_field_redirect_link_edit::query function core/modules/redirect/views/redirect_handler_field_redirect_link_edit.inc Called to add the field to a query.
views_handler_field_ncs_last_comment_name::query function core/modules/comment/views/views_handler_field_ncs_last_comment_name.inc Called to add the field to a query.
CommonJavaScriptTestCase::testVersionQueryString function core/modules/simpletest/tests/common.test Test JavaScript versioning.
views_plugin_query_default::add_where_expression function core/modules/views/plugins/views_plugin_query_default.inc Add a complex WHERE clause to the query.
views_plugin_query_default::get_aggregation_info function core/modules/views/plugins/views_plugin_query_default.inc Get aggregation info for group by queries.
views_handler_relationship_entity_reverse::query function core/modules/field/views/views_handler_relationship_entity_reverse.inc Called to implement a relationship in a query.
views_handler_argument_term_node_tid::title_query function core/modules/taxonomy/views/views_handler_argument_term_node_tid.inc Override for specific title lookups.
CommonURLUnitTestCase::testBackdropHttpBuildQuery function core/modules/simpletest/tests/common.test Test backdrop_http_build_query().
views_handler_field_history_user_timestamp::query function core/modules/node/views/views_handler_field_history_user_timestamp.inc Called to add the field to a query.
date_views_argument_handler_simple::summary_query function core/modules/date/views/date_views_argument_handler_simple.inc Inject a test for valid date range before the summary query.
redirect_handler_field_redirect_operations::query function core/modules/redirect/views/redirect_handler_field_redirect_operations.inc Called to add the field to a query.
views_plugin_query_default::add_having_expression function core/modules/views/plugins/views_plugin_query_default.inc Add a complex HAVING clause to the query. The caller is responsible for ensuring that all fields are fully qualified (TABLE.FIELD) and that the table and an appropriate GROUP BY already exist in the query. Internally the database "having"…
views_handler_argument_many_to_one::summary_query function core/modules/views/handlers/views_handler_argument_many_to_one.inc Build the info for the summary query.
views_handler_argument_term_node_tid_depth::query function core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth.inc Set up the query for this argument.
NodeQueryAlter::testNodeQueryAlterLowLevelNoAccess function core/modules/node/tests/node.test Tests 'node_access' query alter, for user without access.
views_handler_filter_history_user_timestamp::query function core/modules/node/views/views_handler_filter_history_user_timestamp.inc Add this filter to the query.
DatabaseSerializeQueryTestCase::testSerializeQuery function core/modules/simpletest/tests/database_test.test Confirm that a query can be serialized and unserialized.
TaxonomyQueryAlterTestCase::testTaxonomyQueryAlter function core/modules/taxonomy/tests/taxonomy.test Tests that appropriate tags are added when querying the database.
TaxonomyQueryAlterTestCase::setupQueryTagTestHooks function core/modules/taxonomy/tests/taxonomy.test Sets up the hooks in the test module.
DatabaseTemporaryQueryTestCase::testTemporaryQuery function core/modules/simpletest/tests/database_test.test Confirm that temporary tables work and are limited to one request.
redirect_handler_field_redirect_link_delete::query function core/modules/redirect/views/redirect_handler_field_redirect_link_delete.inc Called to add the field to a query.
ViewsQueryGroupByTest::testGroupByCountOnlyFilters function core/modules/views/tests/views_groupby.test
NodeEntityFieldQueryAlter::testNodeQueryAlterWithUI function core/modules/node/tests/node.test Tests that node access permissions are followed.
views_handler_filter_boolean_operator_string::query function core/modules/views/handlers/views_handler_filter_boolean_operator_string.inc Add this filter to the query.

Pages

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