node_views_query_substitutions |
function |
drupal/core/modules/node/node.views_execution.inc |
Implements hook_views_query_substitutions(). |
SearchQuery::$searchExpression |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
The search query that is used for searching. |
QueryPluginBase::setWhereGroup |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Create a new grouping for the WHERE or HAVING clause. |
QueryPluginBase::setupTimezone |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Set the database to the current user timezone, |
QueryPluginBase::getDateFormat |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Creates cross-database date formatting. |
EntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |
RequestContext::getQueryString |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Gets the query string. |
RequestContext::setQueryString |
function |
drupal/core/vendor/symfony/routing/Symfony/Component/Routing/RequestContext.php |
Sets the query string. |
RangeQueryTest::testRangeQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RangeQueryTest.php |
Confirms that range queries work and return the correct result. |
user_views_query_substitutions |
function |
drupal/core/modules/user/user.views_execution.inc |
Implements hook_views_query_substitutions(). |
database_test_even_pager_query |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a pager query and returns the results. |
hook_views_query_substitutions |
function |
drupal/core/modules/views/views.api.php |
Replace special strings in the query before it is executed. |
hook_views_plugins_query_alter |
function |
drupal/core/modules/views/views.api.php |
Modify the list of available views query plugins. |
StatementEmpty::getQueryString |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Gets the query string of this statement. |
InvalidMergeQueryException.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
Definition of Drupal\Core\Database\Query\InvalidMergeQueryException |
RequestTest::testGetQueryString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getQueryString
@covers Symfony\Component\HttpFoundation\Request::normalizeQueryString
@dataProvider getQueryStringNormalizationData |
FetchTest::testQueryFetchObject |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record to an object explicitly. |
EntityQueryRelationshipTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Definition of Drupal\Core\Entity\Tests\EntityQueryRelationshipTest. |
UserSelection::buildEntityQuery |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
UserSelection::entityQueryAlter |
function |
drupal/core/modules/user/lib/Drupal/user/Plugin/entity_reference/selection/UserSelection.php |
Overrides SelectionBase::entityQueryAlter(). |
EntityQueryAggregateTest::setUp |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Sets up Drupal unit test environment. |
views_views_query_substitutions |
function |
drupal/core/modules/views/views.views_execution.inc |
Implements hook_views_query_substitutions(). |
NodeQueryAlterTest::$accessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
User with permission to view content. |
QueryAggregate::$sqlExpressions |
property |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Stores the sql expressions used to build the sql query. |
QueryAggregate::existsAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Overrides \Drupal\Core\Entity\QueryBase::exists(). |
ConfigEntityQueryTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Modules to enable. |
ConfigEntityQueryTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
The query factory used to construct all queries in the test. |
FileSelection::buildEntityQuery |
function |
drupal/core/modules/file/lib/Drupal/file/Plugin/entity_reference/selection/FileSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
SearchQuery::$executedFirstPass |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Indicates whether the first pass query has been executed. |
StatementPrefetch::$queryString |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The query string. |
SearchExactTest::testExactQuery |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php |
Tests that the correct number of pager links are found for both keywords and phrases. |
IndexTidDepthModifier::preQuery |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php |
Run before the view is built. |
NodeSelection::buildEntityQuery |
function |
drupal/core/modules/node/lib/Drupal/node/Plugin/entity_reference/selection/NodeSelection.php |
Overrides SelectionBase::buildEntityQuery(). |
SelectionBase::buildEntityQuery |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
Builds an EntityQuery to get referencable entities. |
SelectionBase::entityQueryAlter |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/entity_reference/selection/SelectionBase.php |
Implements SelectionInterface::entityQueryAlter(). |
TermSelection::entityQueryAlter |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/entity_reference/selection/TermSelection.php |
Overrides SelectionBase::entityQueryAlter(). |
QueryGroupByTest::testGroupByMin |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
QueryGroupByTest::testGroupByMax |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
QueryString::aggregateUsingComma |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters by joining the values using a comma |
FetchTest::testQueryFetchDefault |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record properly in default object mode. |
_views_query_tag_alter_condition |
function |
drupal/core/modules/views/views.module |
Replaces the substitutions recursive foreach condition. |
QueryAggregate::compileAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Builds the aggregation conditions part of the query. |
QueryAggregate::addSortAggregate |
function |
drupal/core/modules/field_sql_storage/lib/Drupal/field_sql_storage/Entity/QueryAggregate.php |
Builds the aggregation sort part of the query. |
ConfigEntityQueryTest::$entities |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Stores all config entities created for the test. |
ConfigEntityQueryTest::testCount |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Tests count query. |
QueryInterface::orConditionGroup |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ORed together. |
QueryAggregateInterface::groupBy |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Specifies the field to group on. |
QueryAggregateInterface::execute |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Executes the aggregate query. |
SearchQuery::$expressionsIgnored |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Whether or not search expressions were ignored. |