redirect_build_filter_query |
function |
core/modules/redirect/redirect.admin.inc |
Extends a query object for URL redirect filters. |
NodeQueryAlter::$accessUser |
property |
core/modules/node/tests/node.test |
User with permission to view content. |
drupal_get_query_parameters |
function |
core/includes/drupal.inc |
Processes a URL query parameter array to remove unwanted elements. |
views_plugin_query::execute |
function |
core/modules/views/plugins/views_plugin_query.inc |
Executes the query and fills the associated view object with according
values. |
SelectQueryInterface::range |
function |
core/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQueryInterface::union |
function |
core/includes/database/select.inc |
Add another Select query to UNION to this one. |
SelectQueryExtender::$query |
property |
core/includes/database/select.inc |
The SelectQuery object we are extending/decorating. |
views_handler_filter::query |
function |
core/modules/views/handlers/views_handler_filter.inc |
Add this filter to the query. |
SelectQueryExtender::addTag |
function |
core/includes/database/select.inc |
Adds a tag to a query. |
SelectQueryExtender::hasTag |
function |
core/includes/database/select.inc |
Determines if a given query has a given tag. |
SelectQuery::$alterMetaData |
property |
core/includes/database/select.inc |
A list of arbitrary metadata that may be attached to the query. |
views_plugin_display::query |
function |
core/modules/views/plugins/views_plugin_display.inc |
Inject anything into the query that the display handler needs. |
SelectQueryExtender::having |
function |
core/includes/database/select.inc |
|
SelectQueryExtender::extend |
function |
core/includes/database/select.inc |
Enhance this object by wrapping it in an extender object. |
SelectQueryExtender::fields |
function |
core/includes/database/select.inc |
Add multiple fields from the same table to be selected. |
PagerDefault::setCountQuery |
function |
core/includes/pager.class.inc |
Specify the count query object to use for this pager. |
PagerDefault::getCountQuery |
function |
core/includes/pager.class.inc |
Retrieve the count query for this pager. |
SelectQueryExtender::isNull |
function |
core/includes/database/select.inc |
Sets a condition that the specified field be NULL. |
SelectQueryExtender::exists |
function |
core/includes/database/select.inc |
Sets a condition that the specified subquery returns values. |
SelectQueryExtender::__call |
function |
core/includes/database/select.inc |
Magic override for undefined methods. |
DatabaseTasks::runTestQuery |
function |
core/includes/install.inc |
Run SQL tests to ensure the database can execute commands with the current user. |
jquery.ui.checkboxradio.css |
file |
core/misc/ui/jquery.ui.checkboxradio.css |
/*!
* jQuery UI Checkboxradio 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/checkboxradio/#theming
… |
EntityFieldQuery::$metaData |
property |
core/modules/entity/entity.query.inc |
A list of metadata added to this query. |
SelectQuery::getExpressions |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getExpressions(). |
EntityFieldQuery::tableSort |
function |
core/modules/entity/entity.query.inc |
Enables sortable tables for this query. |
InsertQuery::$defaultFields |
property |
core/includes/database/query.inc |
An array of fields that should be set to their database-defined defaults. |
node_query_node_access_alter |
function |
core/modules/node/node.module |
Implements hook_query_TAG_alter(). |
SelectQueryInterface::fields |
function |
core/includes/database/select.inc |
Add multiple fields from the same table to be selected. |
_locale_translate_seek_query |
function |
core/modules/locale/locale.pages.inc |
Build array out of search criteria specified in request variables |
drupal_render_cache_by_query |
function |
core/includes/drupal.inc |
Prepares an element for caching based on a query. |
SelectQueryExtender::compile |
function |
core/includes/database/select.inc |
Compiles the saved conditions for later retrieval. |
SelectQueryExtender::execute |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::execute(). |
viewsSearchQuery::conditions |
function |
core/modules/search/search.extender.inc |
Gets a complete list of all conditions in this conditional clause. |
SelectQueryExtender::addJoin |
function |
core/includes/database/select.inc |
Join against another table in the database. |
SelectQueryExtender::orderBy |
function |
core/includes/database/select.inc |
Orders the result set by a given field. |
SelectQueryExtender::groupBy |
function |
core/includes/database/select.inc |
Groups the result set by the specified field. |
SelectQueryExtender::__clone |
function |
core/includes/database/select.inc |
Clone magic method. |
EntityFieldQuery::RETURN_ALL |
constant |
core/modules/entity/entity.query.inc |
Indicates that both deleted and non-deleted fields should be returned. |
SelectQuery::havingCondition |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingCondition(). |
SelectQuery::havingArguments |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingArguments(). |
SelectQuery::havingIsNotNull |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingIsNotNull(). |
SelectQuery::havingNotExists |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingNotExists(). |
file_query_file_access_alter |
function |
core/modules/file/file.module |
Implements hook_query_TAG_alter(). |
hook_query_file_access_alter |
function |
core/modules/file/file.api.php |
Control access to listings of files. |
views_handler_argument::query |
function |
core/modules/views/handlers/views_handler_argument.inc |
Set up the query for this argument. |
NodeQueryAlter::$noAccessUser |
property |
core/modules/node/tests/node.test |
User without permission to view content. |
MergeQuery::$expressionFields |
property |
core/includes/database/query.inc |
Array of fields to update to an expression in case of a duplicate record. |
_node_query_node_access_alter |
function |
core/modules/node/node.module |
Helper for node access functions. |
SearchQuery::$scoresArguments |
property |
core/modules/search/search.extender.inc |
Stores arguments for score expressions. |
SearchQuery::searchExpression |
function |
core/modules/search/search.extender.inc |
Sets up the search query expression. |