Query::$nextPlaceholder |
property |
core/includes/database/query.inc |
The placeholder counter. |
SelectQuery::isPrepared |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::isPrepared(). |
SelectQuery::preExecute |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::preExecute(). |
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 |
Implements SelectQueryInterface::countQuery(). |
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 |
Implements QueryConditionInterface::conditions(). |
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 |
Implements QueryAlterableInterface::addMetaData(). |
SelectQuery::getMetaData |
function |
core/includes/database/select.inc |
Implements QueryAlterableInterface::getMetaData(). |
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. |
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 |
Implements SelectQueryInterface::orderRandom(). |
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
… |
TruncateQuery::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |