hook_views_query_alter |
function |
core/modules/views/views.api.php |
Alter the query before executing the query. |
SelectQuery::$distinct |
property |
core/includes/database/select.inc |
Whether or not this query should be DISTINCT |
SelectQuery::$prepared |
property |
core/includes/database/select.inc |
Indicates if preExecute() has already been called. |
SelectQuery::hasAnyTag |
function |
core/includes/database/select.inc |
Implements QueryAlterableInterface::hasAnyTag(). |
SelectQuery::condition |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::condition(). |
SelectQuery::arguments |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::arguments(). |
SelectQuery::isNotNull |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::isNotNull(). |
SelectQuery::notExists |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::notExists(). |
system_jquery_settings |
function |
core/modules/system/system.admin.inc |
Form builder; Configure jQuery settings. |
EntityFieldQuery::$age |
property |
core/modules/entity/entity.query.inc |
Flag indicating whether this is querying current or all revisions. |
SelectQuery::forUpdate |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::forUpdate(). |
SelectQuery::getFields |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getFields(). |
SelectQuery::getTables |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getTables(). |
MergeQuery::$condition |
property |
core/includes/database/query.inc |
The condition object for this query. |
views_plugin_query.inc |
file |
core/modules/views/plugins/views_plugin_query.inc |
Defines the base query class, which is the underlying layer in a View. |
Query::nextPlaceholder |
function |
core/includes/database/query.inc |
Gets the next placeholder value for this query object. |
SelectQuery::innerJoin |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::innerJoin(). |
SelectQuery::rightJoin |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::rightJoin(). |
DatabaseLog::$queryLog |
property |
core/includes/database/log.inc |
Cache of logged queries. This will only be used if the query logger is enabled. |
DeleteQuery::condition |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::condition(). |
DeleteQuery::isNotNull |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::isNotNull(). |
DeleteQuery::notExists |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::notExists(). |
DeleteQuery::arguments |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::arguments(). |
jquery.ui.accordion.css |
file |
core/misc/ui/jquery.ui.accordion.css |
/*!
* jQuery UI Accordion 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/accordion/#theming
*/
.ui-accordion… |
DeleteQuery::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
jquery.ui.draggable.css |
file |
core/misc/ui/jquery.ui.draggable.css |
/*!
* jQuery UI Draggable 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
.ui-draggable-handle {
touch-action: none;
} |
jquery.ui.resizable.css |
file |
core/misc/ui/jquery.ui.resizable.css |
/*!
* jQuery UI Resizable 1.14.0
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
.ui-resizable {
position: relative;
}
.ui-resizable-handle… |
UpdateQuery::$arguments |
property |
core/includes/database/query.inc |
An array of values to update to. |
UpdateQuery::$condition |
property |
core/includes/database/query.inc |
The condition object for this query. |
UpdateQuery::conditions |
function |
core/includes/database/query.inc |
Implements QueryConditionInterface::conditions(). |
UpdateQuery::expression |
function |
core/includes/database/query.inc |
Specifies fields to be updated as an expression. |
UpdateQuery::__toString |
function |
core/includes/database/query.inc |
Implements PHP magic __toString method to convert the query to a string. |
SearchQuery::$normalize |
property |
core/modules/search/search.extender.inc |
Multiplier for the normalized search score. |
MergeQuery::__construct |
function |
core/includes/database/query.inc |
Constructs a MergeQuery object. |
drupal_http_build_query |
function |
core/includes/drupal.inc |
Parses an array into a valid, rawurlencoded query string. |
MergeQuery::useDefaults |
function |
core/includes/database/query.inc |
Specifies fields for which the database-defaults should be used. |
SearchQuery::countQuery |
function |
core/modules/search/search.extender.inc |
Builds the default count query for SearchQuery. |
user_build_filter_query |
function |
core/modules/user/user.module |
Extends a query object for user administration filters based on session. |
view::end_query_capture |
function |
core/modules/views/includes/view.inc |
Add the list of queries run during render to the build info. |
views_query_views_alter |
function |
core/modules/views/views.module |
Implements hook_query_TAG_alter(). |
SelectQuery::$alterTags |
property |
core/includes/database/select.inc |
A list of tags by which this query may be altered. |
viewsSearchQuery::words |
function |
core/modules/search/search.extender.inc |
|
SelectQuery::$forUpdate |
property |
core/includes/database/select.inc |
The FOR UPDATE status |
SelectQuery::hasAllTags |
function |
core/includes/database/select.inc |
Implements QueryAlterableInterface::hasAllTags(). |
QueryConditionInterface |
interface |
core/includes/database/query.inc |
Interface for a conditional clause in a query. |
SelectQuery::conditions |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::conditions(). |
QueryAlterableInterface |
interface |
core/includes/database/query.inc |
Interface for a query that can be manipulated via an alter hook. |
EntityFieldQuery::$tags |
property |
core/modules/entity/entity.query.inc |
A list of the tags added to this query. |
SelectQuery::getOrderBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getOrderBy(). |
SelectQuery::getGroupBy |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getGroupBy(). |