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
DatabaseSelectComplexTestCase::testHavingCountQuery function core/modules/simpletest/tests/database_test.test
EntityFieldQueryTestCase::testEntityFieldQueryPager function core/modules/entity/tests/entity_query.test Tests the pager integration of EntityFieldQuery.
EntityReferenceSelectionHandlerGeneric::reAlterQuery function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Helper method: pass a query to the alteration system again.
NodeQueryAlter::testNodeQueryAlterLowLevelWithAccess function core/modules/node/tests/node.test Tests 'node_access' query alter, for user with access.
NodeQueryAlter::testNodeQueryAlterLowLevelEditAccess function core/modules/node/tests/node.test Tests 'node_access' query alter, for edit access.
DatabaseSelectComplexTestCase::testCountQueryGroupBy function core/modules/simpletest/tests/database_test.test Test that we can generate a count query from a query with GROUP BY.
LinkSanitizeTest::testBlankTitleWithQueryAndFragment function core/modules/link/tests/link.sanitize.test Test that query URLs can be turned into absolute URLs.
TaxonomyQueryAlterTestCase::assertQueryTagTestResult function core/modules/taxonomy/tests/taxonomy.test Verifies invocation of the hooks in the test module.
EntityFieldQueryTestCase::testEntityFieldQueryAccess function core/modules/entity/tests/entity_query.test Tests EntityFieldQuery access on non-node entities.
views_handler_relationship_groupwise_max::left_query function core/modules/views/handlers/views_handler_relationship_groupwise_max.inc Generate a subquery given the user options, as set in the options. These are passed in rather than picked up from the object because we generate the subquery when the options are saved, rather than when the view is run. This saves considerable time.
CommonURLUnitTestCase::testBackdropGetQueryParameters function core/modules/simpletest/tests/common.test Test backdrop_get_query_parameters().
DatabaseSelectComplexTestCase::testCountQueryRemovals function core/modules/simpletest/tests/database_test.test Test that countQuery properly removes 'all_fields' statements and ordering clauses.
DatabaseSelectComplexTestCase::testCountQueryDistinct function core/modules/simpletest/tests/database_test.test Test that we can generate a count query from a query with distinct.
DatabaseSelectPagerDefaultTestCase::testOddPagerQuery function core/modules/simpletest/tests/database_test.test Confirm that a pager query returns the correct results.
EntityFieldQueryTestCase::testEntityFieldQueryRouting function core/modules/entity/tests/entity_query.test Tests the routing feature of EntityFieldQuery.
DatabaseQueryTestCase::testArrayArgumentsSQLInjection function core/modules/simpletest/tests/database_test.test Test SQL injection via database query array arguments.
DatabaseSelectSubqueryTestCase::testFromSubquerySelect function core/modules/simpletest/tests/database_test.test Test that we can use a subquery in a FROM clause.
DatabaseSelectSubqueryTestCase::testJoinSubquerySelect function core/modules/simpletest/tests/database_test.test Test that we can use a subquery in a JOIN clause.
DatabaseSelectPagerDefaultTestCase::testEvenPagerQuery function core/modules/simpletest/tests/database_test.test Confirm that a pager query returns the correct results.
CommonJavaScriptTestCase::testAddJsFileWithQueryString function core/modules/simpletest/tests/common.test Tests that the query string remains intact when adding JavaScript files that have query string parameters.
DatabaseSelectPagerDefaultTestCase::testInnerPagerQuery function core/modules/simpletest/tests/database_test.test Confirm that a pager query with inner pager query returns valid results.
EntityFieldQueryTestCase::testEntityFieldQueryTableSort function core/modules/entity/tests/entity_query.test Tests the TableSort integration of EntityFieldQuery.
ViewsQueryGroupByTest::viewsGroupByCountViewOnlyFilters function core/modules/views/tests/views_groupby.test
DatabaseSelectSubqueryTestCase::testExistsSubquerySelect function core/modules/simpletest/tests/database_test.test Test EXISTS subquery conditionals on SELECT statements.
DatabaseSelectPagerDefaultTestCase::testHavingPagerQuery function core/modules/simpletest/tests/database_test.test Confirm that a paging query with a having expression returns valid results.
BackdropGetQueryArrayTestCase::testBackdropGetQueryArray function core/modules/simpletest/tests/common.test Tests that backdrop_get_query_array() correctly explodes query parameters.
views_handler_argument_term_node_tid_depth_modifier::query function core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc Set up the query for this argument.
DatabaseSelectComplexTestCase::testCountQueryFieldRemovals function core/modules/simpletest/tests/database_test.test Test that countQuery properly removes fields and expressions.
DatabaseSelectTableSortDefaultTestCase::testTableSortQuery function core/modules/simpletest/tests/database_test.test Confirm that a tablesort query returns the correct results.
views_handler_filter_search::query_parse_search_expression function core/modules/search/views/views_handler_filter_search.inc Make sure that parseSearchExpression is run and everything is set up for it.
EntityFieldQueryTestCase::testEntityFieldQueryTranslatable function core/modules/entity/tests/entity_query.test Tests querying translatable fields.
EntityFieldQueryTestCase::testEntityFieldQueryDisablePager function core/modules/entity/tests/entity_query.test Tests the disabling the pager in EntityFieldQuery.
database_test_query_database_test_alter_remove_range_alter function core/modules/simpletest/tests/database_test.module Implements hook_query_TAG_alter().
DatabaseSelectSubqueryTestCase::testConditionSubquerySelect function core/modules/simpletest/tests/database_test.test Test that we can use a subquery in a WHERE clause.
DatabaseSelectSubqueryTestCase::testNotExistsSubquerySelect function core/modules/simpletest/tests/database_test.test Test NOT EXISTS subquery conditionals on SELECT statements.
EntityReferenceSelectionHandlerViews::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerViews.inc Implements EntityReferenceHandler::entityFieldQueryAlter().
DatabaseSelectCloneTest::testSelectConditionSubQueryCloning function core/modules/simpletest/tests/database_test.test Test that subqueries as value within conditions are cloned properly.
views_handler_argument_search::query_parse_search_expression function core/modules/search/views/views_handler_argument_search.inc Make sure that parseSearchExpression is run and everything is set up for it.
EntityFieldQueryTestCase::testEntityFieldQueryMetaConditions function core/modules/entity/tests/entity_query.test Tests field meta conditions.
EntityReferenceSelectionHandlerBroken::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc
EntityReferenceSelectionHandlerGeneric::buildEntityFieldQuery function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Build an EntityFieldQuery to get referenceable entities.
EntityReferenceSelectionHandlerGeneric::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Implements EntityReferenceHandler::entityFieldQueryAlter().
views_handler_argument_term_node_tid_depth_modifier::pre_query function core/modules/taxonomy/views/views_handler_argument_term_node_tid_depth_modifier.inc Run before the view is built.
DatabaseSelectSubqueryTestCase::testFromSubquerySelectWithLimit function core/modules/simpletest/tests/database_test.test Test that we can use a subquery in a FROM clause with a limit.
DatabaseFetchTestCase::testQueryFetchClassCustomConstructorArgs function core/modules/simpletest/tests/database_test.test Test passing custom constructor_args for a FETCH_CLASS.
DatabaseSelectTableSortDefaultTestCase::testTableSortQueryFirst function core/modules/simpletest/tests/database_test.test Confirm that if a tablesort's orderByHeader is called before another orderBy, that the header happens first.
EntityReferenceSelectionHandlerInterface::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc Give the handler a chance to alter the SelectQuery generated by EntityFieldQuery.
CommonCascadingStylesheetsTestCase::testAddCssFileWithQueryString function core/modules/simpletest/tests/common.test Tests that the query string remains intact when adding CSS files that have query string parameters.
EntityReferenceSelectionHandlerGeneric_node::entityFieldQueryAlter function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Implements EntityReferenceHandler::entityFieldQueryAlter().
EntityReferenceSelectionHandlerGeneric_user::buildEntityFieldQuery function core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandlerGeneric.inc Build an EntityFieldQuery to get referenceable entities.

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