SelectQueryInterface |
interface |
core/includes/database/select.inc |
Interface definition for a Select Query object. |
SelectQuery::$fields |
property |
core/includes/database/select.inc |
The fields to SELECT. |
SelectQuery::$tables |
property |
core/includes/database/select.inc |
The tables against which to JOIN. |
SelectQuery::$having |
property |
core/includes/database/select.inc |
The conditional object for the HAVING clause. |
hook_query_TAG_alter |
function |
core/modules/system/system.api.php |
Perform alterations to a structured query for a given tag. |
SelectQuery::compile |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::compile(). |
Query::$queryOptions |
property |
core/includes/database/query.inc |
The query options to pass on to the connection object. |
SelectQuery::execute |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::execute(). |
SelectQuery::addJoin |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::addJoin(). |
SelectQuery::orderBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::orderBy(). |
jquery.treetable.css |
file |
core/modules/system/css/jquery.treetable.css |
table.treetable span.indenter {
display: inline-block;
margin: 0;
padding: 0;
text-align: right;
/* Disable text selection of nodes (for better D&D UX) */
user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
… |
SelectQuery::groupBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::groupBy(). |
SelectQuery::__clone |
function |
core/includes/database/select.inc |
Implements the magic __clone function. |
InsertQuery::execute |
function |
core/includes/database/query.inc |
Executes the insert query. |
DeleteQuery::compiled |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
TruncateQuery::$table |
property |
core/includes/database/query.inc |
The table to truncate. |
jquery.ui.spinner.css |
file |
core/misc/ui/jquery.ui.spinner.css |
/*!
* jQuery UI Spinner 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/spinner/#theming
*/
.ui-spinner… |
jquery.ui.tooltip.css |
file |
core/misc/ui/jquery.ui.tooltip.css |
/*!
* jQuery UI Tooltip 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/tooltip/#theming
*/
.ui-tooltip… |
NodeQueryAlter::setUp |
function |
core/modules/node/tests/node.test |
Sets up a Backdrop site for running functional and integration tests. |
UpdateQuery::compiled |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::compiled(). |
SearchQuery::$matches |
property |
core/modules/search/search.extender.inc |
Indicates how many matches for a search query are necessary. |
MergeQuery::condition |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::condition(). |
SearchQuery::addScore |
function |
core/modules/search/search.extender.inc |
Adds a custom score expression to the search query. |
MergeQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
MergeQuery::notExists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
MergeQuery::arguments |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::arguments(). |
MergeQuery::getResult |
function |
core/includes/database/query.inc |
Return the result of the merge query. |
DatabaseQueryTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Backdrop-specific SQL syntax tests. |
SelectQuery::compiled |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::compiled(). |
Query::$connectionKey |
property |
core/includes/database/query.inc |
The key of the connection object. |
SelectQuery::getUnion |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getUnion(). |
SelectQuery::distinct |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::distinct(). |
SelectQuery::addField |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::addField(). |
ViewsQueryGroupByTest |
class |
core/modules/views/tests/views_groupby.test |
Tests aggregate functionality of views, for example count. |
SelectQuery::leftJoin |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::leftJoin(). |
EntityFieldQuery::age |
function |
core/modules/entity/entity.query.inc |
Queries the current or every revision. |
TruncateQuery::execute |
function |
core/includes/database/query.inc |
Executes the TRUNCATE query. |
jquery.ui.sortable.css |
file |
core/misc/ui/jquery.ui.sortable.css |
/*!
* jQuery UI Sortable 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
.ui-sortable-handle {
touch-action: none;
} |
UpdateQuery::condition |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::condition(). |
UpdateQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
UpdateQuery::notExists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
UpdateQuery::arguments |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::arguments(). |
SearchQuery::$multiply |
property |
core/modules/search/search.extender.inc |
Stores multipliers for score expressions. |
MergeQuery::expression |
function |
core/includes/database/query.inc |
Specifies fields to be updated as an expression. |
drupal_get_query_array |
function |
core/includes/drupal.inc |
Splits a URL-encoded query string into an array. |
SearchQuery::setOption |
function |
core/modules/search/search.extender.inc |
Applies a search option and removes it from the search query string. |
SearchQuery::parseWord |
function |
core/modules/search/search.extender.inc |
Helper function for parseQuery(). |
MergeQuery::conditions |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::conditions(). |
MergeQuery::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
date_views_querystring |
function |
core/modules/date/views/date.views.inc |
Helper function to generate a query string. |