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
SelectQuery::getGroupBy function core/includes/database/select.inc Returns a reference to the group-by array for this query.
Query::$nextPlaceholder property core/includes/database/query.inc The placeholder counter.
SelectQuery::isPrepared function core/includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQuery::preExecute function core/includes/database/select.inc Generic preparation and validation for a SELECT query.
EntityFieldQuery::count function core/modules/entity/entity.query.inc Sets the query to be a count query only.
EntityFieldQuery::range function core/modules/entity/entity.query.inc Restricts a query to a given range in the result set.
Query::uniqueIdentifier function core/includes/database/query.inc Returns a unique identifier for this object.
EntityFieldQuery::pager function core/modules/entity/entity.query.inc Enables a pager for the query.
views_plugin_row::query function core/modules/views/plugins/views_plugin_row.inc Add anything to the query that we might need to.
InsertQuery::$fromQuery property core/includes/database/query.inc A SelectQuery object to fetch the rows that should be inserted.
SelectQuery::countQuery function core/includes/database/select.inc
SelectQuery::__toString function core/includes/database/select.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery::__toString function core/includes/database/query.inc Implements PHP magic __toString method to convert the query to a string.
InsertQuery::preExecute function core/includes/database/query.inc Preprocesses and validates the query.
DeleteQuery::$condition property core/includes/database/query.inc The condition object for this query.
hook_entity_query_alter function core/modules/entity/entity.api.php Alter or execute an EntityFieldQuery.
DeleteQuery::conditions function core/includes/database/query.inc Gets a complete list of all conditions in this conditional clause.
jquery.ui.datepicker.css file core/misc/ui/jquery.ui.datepicker.css /*! * jQuery UI Datepicker 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/datepicker/#theming */ .ui-datepicker…
jquery.ui.selectable.css file core/misc/ui/jquery.ui.selectable.css /*! * jQuery UI Selectable 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license */ .ui-selectable { touch-action: none; } .ui-selectable-helper…
jquery.ui.selectmenu.css file core/misc/ui/jquery.ui.selectmenu.css /*! * jQuery UI Selectmenu 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/selectmenu/#theming …
UpdateQuery::__construct function core/includes/database/query.inc Constructs an UpdateQuery object.
SearchQuery::$conditions property core/modules/search/search.extender.inc Conditions that are used for exact searches.
MergeQuery::$needsUpdate property core/includes/database/query.inc Flag indicating whether an UPDATE is necessary.
_node_search_query_alter function core/modules/node/node.module Exclude nodes from the search query in the special situations.
MergeQuery::updateFields function core/includes/database/query.inc Adds a set of field->value pairs to be updated.
MergeQuery::insertFields function core/includes/database/query.inc Adds a set of field->value pairs to be inserted.
views_plugin_query::init function core/modules/views/plugins/views_plugin_query.inc Constructor; Create the basic query object and fill with default values.
QueryExtendableInterface interface core/includes/database/select.inc Interface for extendable query objects.
NodeQueryAlter::$profile property core/modules/node/tests/node.test The profile to install as a basis for testing.
EntityFieldQueryTestCase class core/modules/entity/tests/entity_query.test Tests EntityFieldQuery.
hook_field_storage_query function core/modules/field/field.api.php Execute an EntityFieldQuery.
viewsSearchQuery::simple function core/modules/search/search.extender.inc
SelectQuery::__construct function core/includes/database/select.inc Constructs a Query object.
SelectQuery::addMetaData function core/includes/database/select.inc
SelectQuery::getMetaData function core/includes/database/select.inc
backdrop_get_query_array function core/includes/common.inc Splits a URL-encoded query string into an array.
EntityFieldQuery::$order property core/modules/entity/entity.query.inc List of order clauses.
EntityFieldQuery::$range property core/modules/entity/entity.query.inc The query range.
EntityFieldQuery::$pager property core/modules/entity/entity.query.inc The query pager data.
EntityFieldQuery::$count property core/modules/entity/entity.query.inc TRUE if this is a count query, FALSE if it isn't.
Query::$connectionTarget property core/includes/database/query.inc The target of the connection object.
Query::$uniqueIdentifier property core/includes/database/query.inc A unique identifier for this query object, as generated by uniqid().
views_handler::pre_query function core/modules/views/includes/handlers.inc Run before the view is built.
dblog_build_filter_query function core/modules/dblog/dblog.admin.inc Builds a query for database log administration filters based on session.
EntityFieldQuery::addTag function core/modules/entity/entity.query.inc Adds a tag to the query.
SelectQuery::orderRandom function core/includes/database/select.inc
InsertQuery::__construct function core/includes/database/query.inc Constructs an InsertQuery object.
InsertQuery::useDefaults function core/includes/database/query.inc Specifies fields for which the database defaults should be used.
DeleteQuery::__construct function core/includes/database/query.inc Constructs a DeleteQuery object.
jquery.ui.progressbar.css file core/misc/ui/jquery.ui.progressbar.css /*! * jQuery UI Progressbar 1.14.0 * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * https://jquery.org/license * * https://api.jqueryui.com/progressbar/#theming …

Pages

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 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