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 |
---|---|---|---|
DriverSpecificConnectionUnitTestBase::testOpenSelectQueryClose | function | core/ |
Tests Database::closeConnection() with a select query. |
DriverSpecificTransactionTestBase::testQueryFailureInTransaction | function | core/ |
Tests that transactions can continue to be used if a query fails. |
Drupal::entityQuery | function | core/ |
Returns the entity query object for this entity type. |
Drupal::entityQueryAggregate | function | core/ |
Returns the entity query aggregate object for this entity type. |
DrupalTest::testEntityQuery | function | core/ |
Tests the entityQuery() method. |
DrupalTest::testEntityQueryAggregate | function | core/ |
Tests the entityQueryAggregate() method. |
Drupal\Core\Asset\AssetQueryStringInterface | service | core/ |
|
DummyQueryTrait | trait | core/ |
Provides a dummy select query object for source plugins. |
DummyQueryTrait.php | file | core/ |
|
DummyQueryTrait::doCount | function | core/ |
|
DummyQueryTrait::query | function | core/ |
|
entity.query.config | service | core/ |
Drupal\Core\Config\Entity\Query\QueryFactory |
entity.query.keyvalue | service | core/ |
Drupal\Core\Entity\KeyValueStore\Query\QueryFactory |
entity.query.null | service | core/ |
Drupal\Core\Entity\Query\Null\QueryFactory |
entity.query.sql | service | core/ |
Drupal\Core\Entity\Query\Sql\QueryFactory |
EntityArgument::titleQuery | function | core/ |
|
EntityCondition::createFromQueryParameter | function | core/ |
Creates an EntityCondition object from a query parameter. |
EntityConditionTest::queryParameterProvider | function | core/ |
Data provider for testDenormalize. |
EntityConditionTest::testCreateFromQueryParameter | function | core/ |
@covers ::createFromQueryParameter @dataProvider queryParameterProvider |
EntityField::query | function | core/ |
Called to add the field to a query. |
EntityFieldRenderer::query | function | core/ |
Alters the query if needed. |
EntityLink::query | function | core/ |
Called to add the field to a query. |
EntityListBuilder::getEntityListQuery | function | core/ |
Returns a query object for loading entity IDs from the storage. |
EntityOperations::query | function | core/ |
Called to add the field to a query. |
EntityQueryAccessTest | class | core/ |
Tests that Views respects 'ENTITY_TYPE_access' query tags. |
EntityQueryAccessTest.php | file | core/ |
|
EntityQueryAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
EntityQueryAccessTest::$modules | property | core/ |
Modules to install. |
EntityQueryAccessTest::testBlockContentEntityQueryAccess | function | core/ |
Tests that the 'block_content_access' query tag is respected by Views. |
EntityQueryAccessTest::testMediaEntityQueryAccess | function | core/ |
Tests that the 'media_access' query tag is respected by Views. |
EntityQueryAggregateTest | class | core/ |
Tests the Entity Query Aggregation API. |
EntityQueryAggregateTest.php | file | core/ |
|
EntityQueryAggregateTest::$entityStorage | property | core/ |
The entity_test storage to create the test entities. |
EntityQueryAggregateTest::$modules | property | core/ |
|
EntityQueryAggregateTest::$queryResult | property | core/ |
The actual query result, to compare later. |
EntityQueryAggregateTest::assertResults | function | core/ |
Asserts the results as expected regardless of order between and in rows. |
EntityQueryAggregateTest::assertSortedResults | function | core/ |
Asserts the results as expected regardless of order in rows. |
EntityQueryAggregateTest::setUp | function | core/ |
|
EntityQueryAggregateTest::testAggregation | function | core/ |
Tests aggregation support. |
EntityQueryAggregateTest::testRepeatedExecution | function | core/ |
Tests preparing a query and executing twice. |
EntityQueryRelationshipTest | class | core/ |
Tests the Entity Query relationship API. |
EntityQueryRelationshipTest.php | file | core/ |
|
EntityQueryRelationshipTest::$accounts | property | core/ |
User entities. |
EntityQueryRelationshipTest::$entities | property | core/ |
entity_test entities. |
EntityQueryRelationshipTest::$fieldName | property | core/ |
The name of the taxonomy field used for test. |
EntityQueryRelationshipTest::$modules | property | core/ |
|
EntityQueryRelationshipTest::$queryResults | property | core/ |
The results returned by EntityQuery. |
EntityQueryRelationshipTest::$terms | property | core/ |
Term entities. |
EntityQueryRelationshipTest::assertResults | function | core/ |
Assert the results. |
EntityQueryRelationshipTest::setUp | function | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.