_views_query_tag_alter_condition |
function |
modules/views/views.module |
Replaces the substitutions recursive foreach condition. |
SelectQueryExtender::addMetaData |
function |
includes/database/select.inc |
Adds additional metadata to the query. |
views_plugin_query_default::init |
function |
modules/views/plugins/views_plugin_query_default.inc |
Constructor; Create the basic query object and fill with default values. |
views_plugin_query::options_form |
function |
modules/views/plugins/views_plugin_query.inc |
Add settings for the ui. |
SelectQueryInterface::getOrderBy |
function |
includes/database/select.inc |
Returns a reference to the order by array for this query. |
views_handler_sort_broken::query |
function |
modules/views/handlers/views_handler_sort.inc |
Called to add the sort to a query. |
EntityFieldQuery::fieldCondition |
function |
modules/entity/entity.query.inc |
Adds a condition on field values. |
SearchQuery::$expressionsIgnored |
property |
modules/search/search.extender.inc |
Whether or not search expressions were ignored. |
SelectQueryInterface::getGroupBy |
function |
includes/database/select.inc |
Returns a reference to the group-by array for this query. |
views_plugin_exposed_form::query |
function |
modules/views/plugins/views_plugin_exposed_form.inc |
Add anything to the query that we might need to. |
SelectQueryExtender::getMetaData |
function |
includes/database/select.inc |
Retrieves a given piece of metadata. |
views_handler_sort_random::query |
function |
modules/views/handlers/views_handler_sort_random.inc |
Called to add the sort to a query. |
DatabaseConnection::prepareQuery |
function |
includes/database/database.inc |
Prepares a query string and returns the prepared statement. |
views_handler_field_links::query |
function |
modules/views/handlers/views_handler_field_links.inc |
Called to add the field to a query. |
QueryExtendableInterface::extend |
function |
includes/database/select.inc |
Enhance this object by wrapping it in an extender object. |
_installer_browser_execute_query |
function |
modules/installer/installer.browser.inc |
Helper function to execute queries for projects. Connects once to get
the total count of projects, and then a second time to get all the
projects in a repository. |
views_handler_field_field::query |
function |
modules/field/views/views_handler_field_field.inc |
Called to add the field to a query. |
views_plugin_query::summary_title |
function |
modules/views/plugins/views_plugin_query.inc |
Returns the summary of the settings in the display. |
views_handler_field_custom::query |
function |
modules/views/handlers/views_handler_field_custom.inc |
Called to add the field to a query. |
views_plugin_query_default::alter |
function |
modules/views/plugins/views_plugin_query_default.inc |
Let modules modify the query just prior to finalizing it. |
views_plugin_style_summary::query |
function |
modules/views/plugins/views_plugin_style_summary.inc |
Add anything to the query that we might need to. |
TaxonomyQueryAlterTestCase::setUp |
function |
modules/taxonomy/tests/taxonomy.test |
Sets up a Backdrop site for running functional and integration tests. |
EntityFieldQuery::$orderedResults |
property |
modules/entity/entity.query.inc |
The ordered results. |
EntityFieldQuery::entityCondition |
function |
modules/entity/entity.query.inc |
Adds a condition on entity-generic metadata. |
views_plugin_query_default::query |
function |
modules/views/plugins/views_plugin_query_default.inc |
Generate a query and a countquery from all of the information supplied
to the object. |
SelectQueryExtender::getArguments |
function |
includes/database/select.inc |
Compiles and returns an associative array of the arguments for this prepared statement. |
views_plugin_query_default::build |
function |
modules/views/plugins/views_plugin_query_default.inc |
Builds the necessary info to execute the query. |
QueryConditionInterface::compiled |
function |
includes/database/query.inc |
Check whether a condition has been previously compiled. |
EntityFieldQuery::initializePager |
function |
modules/entity/entity.query.inc |
Gets the total number of results and initialize a pager for the query. |
SelectQueryInterface::orderRandom |
function |
includes/database/select.inc |
Orders the result set by a random value. |
NodeStorageController::buildQuery |
function |
modules/node/node.entity.inc |
Overrides DefaultEntityController::buildQuery(). |
EntityFieldQuery::propertyOrderBy |
function |
modules/entity/entity.query.inc |
Orders the result set by an entity-specific property. |
DatabaseRangeQueryTestCase::setUp |
function |
modules/simpletest/tests/database_test.test |
Sets up a Backdrop site for running functional and integration tests. |
views_plugin_query::add_signature |
function |
modules/views/plugins/views_plugin_query.inc |
Add a signature to the query, if such a thing is feasible. |
SelectQueryExtender::$placeholder |
property |
includes/database/select.inc |
The placeholder counter. |
system_transliteration_file_query |
function |
modules/system/system.admin.inc |
Builds a query that returns all file names from the database containing non-ASCII characters. |
views_handler_field_broken::query |
function |
modules/views/handlers/views_handler_field.inc |
Called to add the field to a query. |
views_handler_relationship::query |
function |
modules/views/handlers/views_handler_relationship.inc |
Called to implement a relationship in a query. |
views_handler_field_entity::query |
function |
modules/views/handlers/views_handler_field_entity.inc |
Overriden to add the field for the entity id. |
EntityFieldQuery::$fieldConditions |
property |
modules/entity/entity.query.inc |
List of field conditions. |
views_handler_field_counter::query |
function |
modules/views/handlers/views_handler_field_counter.inc |
Called to add the field to a query. |
views_handler_argument_null::query |
function |
modules/views/handlers/views_handler_argument_null.inc |
Override the behavior of query() to prevent the query
from being changed in any way. |
views_plugin_query::options_submit |
function |
modules/views/plugins/views_plugin_query.inc |
Handle any special handling on the validate form. |
TaxonomyTermController::buildQuery |
function |
modules/taxonomy/taxonomy.entity.inc |
Overrides EntityDatabaseStorageController::buildQuery(). |
views_handler_filter_broken::query |
function |
modules/views/handlers/views_handler_filter.inc |
Add this filter to the query. |
QueryConditionInterface::notExists |
function |
includes/database/query.inc |
Sets a condition that the specified subquery returns no values. |
date_views_argument_handler::query |
function |
modules/date/views/date_views_argument_handler.inc |
Set up the query for this argument. |
jquery.treetable.theme.default.css |
file |
modules/system/css/jquery.treetable.theme.default.css |
table.treetable {
border-collapse: collapse;
width: 100%;
}
table.treetable span {
background-position: center left;
background-repeat: no-repeat;
padding: .2em 0 .2em 1em;
}
table.treetable tr.collapsed span.indenter a {
… |
QueryConditionInterface::isNotNull |
function |
includes/database/query.inc |
Sets a condition that the specified field be NOT NULL. |
QueryConditionInterface::condition |
function |
includes/database/query.inc |
Helper function: builds the most common conditional clauses. |