NodeEntityFieldQueryAlter |
class |
core/modules/node/tests/node.test |
Tests node_query_entity_field_access_alter(). |
MergeQuery::STATUS_INSERT |
constant |
core/includes/database/query.inc |
Returned by execute() if an INSERT query has been executed. |
MergeQuery::STATUS_UPDATE |
constant |
core/includes/database/query.inc |
Returned by execute() if an UPDATE query has been executed. |
MergeQuery::$insertFields |
property |
core/includes/database/query.inc |
An array of fields on which to insert. |
MergeQuery::$insertValues |
property |
core/includes/database/query.inc |
An array of values to be inserted. |
MergeQuery::$updateFields |
property |
core/includes/database/query.inc |
An array of fields that will be updated. |
DatabaseConnection::query |
function |
core/includes/database/database.inc |
Executes a query string against the database. |
views_plugin_query::query |
function |
core/modules/views/plugins/views_plugin_query.inc |
Generate a query and a countQuery from all of the information supplied
to the object. |
views_plugin_style::query |
function |
core/modules/views/plugins/views_plugin_style.inc |
Add anything to the query that we might need to. |
views_plugin_query::alter |
function |
core/modules/views/plugins/views_plugin_query.inc |
Let modules modify the query just prior to finalizing it. |
views_plugin_query::build |
function |
core/modules/views/plugins/views_plugin_query.inc |
Builds the necessary info to execute the query. |
views_handler_sort::query |
function |
core/modules/views/handlers/views_handler_sort.inc |
Called to add the sort to a query. |
view::start_query_capture |
function |
core/modules/views/includes/view.inc |
Set up query capturing. |
views_plugin_pager::query |
function |
core/modules/views/plugins/views_plugin_pager.inc |
Modify the query for paging |
taxonomy_test_query_alter |
function |
core/modules/simpletest/tests/taxonomy_test.module |
Implements hook_query_alter(). |
SelectQueryExtender::join |
function |
core/includes/database/select.inc |
Default Join against another table in the database. |
viewsSearchQuery::matches |
function |
core/modules/search/search.extender.inc |
|
SelectQuery::$expressions |
property |
core/includes/database/select.inc |
The expressions to SELECT as virtual fields. |
database_test_query_alter |
function |
core/modules/simpletest/tests/database_test.module |
Implements hook_query_alter(). |
EntityFieldQueryException |
class |
core/modules/entity/entity.query.inc |
Exception thrown by EntityFieldQuery() on unsupported query syntax. |
backdrop_http_build_query |
function |
core/includes/common.inc |
Parses an array into a valid, rawurlencoded query string. |
SelectQuery::havingIsNull |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingIsNull(). |
EntityFieldQuery::$fields |
property |
core/modules/entity/entity.query.inc |
A list of field arrays used. |
QueryPlaceholderInterface |
interface |
core/includes/database/query.inc |
Interface for a query that accepts placeholders. |
SelectQuery::havingExists |
function |
core/includes/database/select.inc |
Implements QueryExtendableInterface::havingExists(). |
SelectQuery::getArguments |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::getArguments(). |
EntityFieldQuery::deleted |
function |
core/modules/entity/entity.query.inc |
Filters on the data being deleted. |
EntityFieldQuery::execute |
function |
core/modules/entity/entity.query.inc |
Executes the query. |
views_handler_area::query |
function |
core/modules/views/handlers/views_handler_area.inc |
Don't run a query |
jquery.ui.autocomplete.css |
file |
core/misc/ui/jquery.ui.autocomplete.css |
/*!
* jQuery UI Autocomplete 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/autocomplete/#theming
… |
TruncateQuery::__construct |
function |
core/includes/database/query.inc |
Constructs a TruncateQuery object. |
views_handler_field::query |
function |
core/modules/views/handlers/views_handler_field.inc |
Called to add the field to a query. |
MergeQuery::$defaultFields |
property |
core/includes/database/query.inc |
An array of fields which should be set to their database-defined defaults. |
SelectQueryInterface::join |
function |
core/includes/database/select.inc |
Default Join against another table in the database. |
InvalidMergeQueryException |
class |
core/includes/database/database.inc |
Exception thrown for merge queries that do not make semantic sense. |
SelectQueryExtender::where |
function |
core/includes/database/select.inc |
Adds an arbitrary WHERE clause to the query. |
DatabaseRangeQueryTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Range query tests. |
TaxonomyQueryAlterTestCase |
class |
core/modules/taxonomy/tests/taxonomy.test |
Tests that appropriate query tags are added. |
SelectQueryExtender::range |
function |
core/includes/database/select.inc |
Restricts a query to a given range in the result set. |
SelectQueryExtender::union |
function |
core/includes/database/select.inc |
Add another Select query to UNION to this one. |
views_plugin_query_default |
class |
core/modules/views/plugins/views_plugin_query_default.inc |
Object used to create a SELECT query. |
EntityFieldQuery::$altered |
property |
core/modules/entity/entity.query.inc |
TRUE if the query has already been altered, FALSE if it hasn't. |
SelectQuery::havingCompile |
function |
core/includes/database/select.inc |
Implements QueryConditionInterface::havingCompile(). |
InsertQuery_mysql::execute |
function |
core/includes/database/mysql/query.inc |
Executes the insert query. |
jquery.ui.controlgroup.css |
file |
core/misc/ui/jquery.ui.controlgroup.css |
/*!
* jQuery UI Controlgroup 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/controlgroup/#theming
… |
EntityFieldQuery::$deleted |
property |
core/modules/entity/entity.query.inc |
Query behavior for deleted data. |
pager_get_query_parameters |
function |
core/includes/pager.inc |
Compose a URL query parameter array for pager links. |
SelectQuery::addExpression |
function |
core/includes/database/select.inc |
Implements SelectQueryInterface::addExpression(). |
InsertQuery::$insertFields |
property |
core/includes/database/query.inc |
An array of fields on which to insert. |
InsertQuery::$insertValues |
property |
core/includes/database/query.inc |
A nested array of values to insert. |