Search for query
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Query | class | core/ |
Alters entity queries to use a workspace revision instead of the default one. |
| Query | class | core/ |
Defines the entity query for configuration entities. |
| Query | class | core/ |
Base class for query builders. |
| Query | class | core/ |
The SQL storage entity query class. |
| Query | class | core/ |
Defines the entity query for configuration entities. |
| Query | class | core/ |
Defines the entity query for entities stored in a key value backend. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| search_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml |
| search_query_alter.module | file | core/ |
Test module that alters search queries. |
| search_query_alter_query_search_node_search_alter | function | core/ |
Implements hook_query_TAG_alter(). |
| Select::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
| Select::prepareCountQuery | function | core/ |
Prepares a count query from the current query object. |
| SelectCloneTest::testNestedQueryCloning | function | core/ |
Tests that nested SELECT queries are cloned properly. |
| SelectCloneTest::testSelectConditionSubQueryCloning | function | core/ |
Tests that subqueries as value within conditions are cloned properly. |
| SelectComplexTest::testCountQuery | function | core/ |
Tests that we can generate a count query from a built query. |
| SelectComplexTest::testCountQueryDistinct | function | core/ |
Tests that we can generate a count query from a query with distinct. |
| SelectComplexTest::testCountQueryFieldRemovals | function | core/ |
Tests that countQuery properly removes fields and expressions. |
| SelectComplexTest::testCountQueryGroupBy | function | core/ |
Tests that we can generate a count query from a query with GROUP BY. |
| SelectComplexTest::testCountQueryRemovals | function | core/ |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
| SelectComplexTest::testHavingCountQuery | function | core/ |
Tests having queries. |
| SelectComplexTest::testJoinSubquery | function | core/ |
Tests that we can join on a query. |
| SelectExtender::$query | property | core/ |
The Select query object we are extending/decorating. |
| SelectExtender::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectInterface::countQuery | function | core/ |
Get the equivalent COUNT query of this query as a new query object. |
| SelectionInterface::entityQueryAlter | function | core/ |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
| SelectionPluginBase::entityQueryAlter | function | core/ |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
| SelectPagerDefaultTest::testEvenPagerQuery | function | core/ |
Confirms that a pager query returns the correct results. |
| SelectPagerDefaultTest::testHavingPagerQuery | function | core/ |
Confirms that a paging query results with a having expression are valid. |
| SelectPagerDefaultTest::testInnerPagerQuery | function | core/ |
Confirms that a pager query results with an inner pager query are valid. |
| SelectPagerDefaultTest::testOddPagerQuery | function | core/ |
Confirms that a pager query returns the correct results. |
| SelectSubqueryTest | class | core/ |
Tests the Select query builder. |
| SelectSubqueryTest.php | file | core/ |
|
| SelectSubqueryTest::testConditionSubquerySelect | function | core/ |
Tests that we can use a subquery with an IN operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect2 | function | core/ |
Tests we can use a subquery with a relational operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect3 | function | core/ |
Tests we can use 2 subqueries with a relational operator in a WHERE clause. |
| SelectSubqueryTest::testConditionSubquerySelect4 | function | core/ |
Tests that we can use multiple subqueries. |
| SelectSubqueryTest::testExistsSubquerySelect | function | core/ |
Tests EXISTS subquery conditionals on SELECT statements. |
| SelectSubqueryTest::testFromSubquerySelect | function | core/ |
Tests that we can use a subquery in a FROM clause. |
| SelectSubqueryTest::testFromSubquerySelectWithLimit | function | core/ |
Tests that we can use a subquery in a FROM clause with a LIMIT. |
| SelectSubqueryTest::testJoinSubquerySelect | function | core/ |
Tests that we can use a subquery in a JOIN clause. |
| SelectSubqueryTest::testNotExistsSubquerySelect | function | core/ |
Tests NOT EXISTS subquery conditionals on SELECT statements. |
| SelectTableSortDefaultTest::testTableSortQuery | function | core/ |
Confirms that a tablesort query returns the correct results. |
| SelectTableSortDefaultTest::testTableSortQueryFirst | function | core/ |
Confirms precedence of tablesorts headers. |
| SerializeQueryTest | class | core/ |
Tests serializing and unserializing a query. |
| SerializeQueryTest.php | file | core/ |
|
| SerializeQueryTest::testSerializeQuery | function | core/ |
Confirms that a query can be serialized and unserialized. |
| Shortcut::query | function | core/ |
|
| ShortcutSet::query | function | core/ |
|
| ShortcutSetUsers::query | function | core/ |
|
| Some::query | function | core/ |
Modify the query for paging. |
| Some::useCountQuery | function | core/ |
Determine if a pager needs a count query. |
| Sort::createFromQueryParameter | function | core/ |
Creates a Sort object from a query parameter. |
| SortPluginBase::query | function | core/ |
Called to add the sort to a query. |
| SortTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] @dataProvider parameterProvider |
| SortTest::testCreateFromQueryParameterFail | function | core/ |
@covers ::createFromQueryParameter[[api-linebreak]] @dataProvider badParameterProvider |
| Sql::$query | property | core/ |
The select query. |
| Sql::query | function | core/ |
Generates a query and count query from all of the information supplied. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.