Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EntityQueryAggregateTest.php | file | core/ |
|
| EntityQueryAggregateTest::$entityStorage | property | core/ |
The entity_test storage to create the test entities. |
| EntityQueryAggregateTest::$modules | property | core/ |
Modules to install. |
| 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::testAlterHook | function | core/ |
Tests that entity query alter hooks are invoked for aggregate queries. |
| EntityQueryAggregateTest::testCloneAggregateIsolation | function | core/ |
Tests that cloning an aggregate query isolates its aggregate conditions. |
| 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/ |
The entity_test entities. |
| EntityQueryRelationshipTest::$fieldName | property | core/ |
The name of the taxonomy field used for test. |
| EntityQueryRelationshipTest::$modules | property | core/ |
Modules to install. |
| EntityQueryRelationshipTest::$queryResults | property | core/ |
The results returned by EntityQuery. |
| EntityQueryRelationshipTest::$terms | property | core/ |
Term entities. |
| EntityQueryRelationshipTest::assertResults | function | core/ |
Assert the results. |
| EntityQueryRelationshipTest::providerTestInvalidFieldName | function | core/ |
Data provider for testInvalidFieldName(). |
| EntityQueryRelationshipTest::setUp | function | core/ |
|
| EntityQueryRelationshipTest::testInvalidFieldName | function | core/ |
Tests a non-existent field name in a complex query relationship. |
| EntityQueryRelationshipTest::testInvalidSpecifier | function | core/ |
Tests the invalid specifier in the query relationship. |
| EntityQueryRelationshipTest::testQuery | function | core/ |
Tests querying. |
| EntityQueryServiceDeprecationTest | class | core/ |
Tests the move of the 'pgsql.entity.query.sql' service. |
| EntityQueryServiceDeprecationTest.php | file | core/ |
|
| EntityQueryServiceDeprecationTest::testFactoryOverriddenService | function | core/ |
Tests getting the backend overridden service does not trigger deprecations. |
| EntityQueryServiceDeprecationTest::testPostgresServiceDeprecated | function | core/ |
Tests that the core provided service is deprecated. |
| EntityQueryServiceDeprecationTest::testPostgresServiceNotDeprecated | function | core/ |
Tests that the pgsql provided service is not deprecated. |
| EntityQueryTest | class | core/ |
Tests Entity Query functionality. |
| EntityQueryTest.php | file | core/ |
|
| EntityQueryTest::$bundles | property | core/ |
A list of bundle machine names created for this test. |
| EntityQueryTest::$figures | property | core/ |
Field name for the figures field. |
| EntityQueryTest::$greetings | property | core/ |
Field name for the greetings field. |
| EntityQueryTest::$modules | property | core/ |
Modules to install. |
| EntityQueryTest::$queryResults | property | core/ |
An array of entity IDs keyed by the revision or entity ID. |
| EntityQueryTest::$storage | property | core/ |
The entity_test_mulrev entity storage. |
| EntityQueryTest::assertBundleOrder | function | core/ |
Asserts the bundle order. |
| EntityQueryTest::assertResult | function | core/ |
Asserts the query results. |
| EntityQueryTest::assertRevisionResult | function | core/ |
Asserts revision query results. |
| EntityQueryTest::setUp | function | core/ |
|
| EntityQueryTest::testAccessCheckSpecified | function | core/ |
Test the accessCheck method is called. |
| EntityQueryTest::testAlterHook | function | core/ |
Test the entity query alter hooks are invoked. |
| EntityQueryTest::testBaseFieldMultipleColumns | function | core/ |
Tests base fields with multiple columns. |
| EntityQueryTest::testCaseSensitivity | function | core/ |
Tests case sensitive and in-sensitive query conditions. |
| EntityQueryTest::testConditionCount | function | core/ |
Tests that condition count returns expected number of conditions. |
| EntityQueryTest::testConditionOnRevisionMetadataKeys | function | core/ |
Tests entity queries with condition on the revision metadata keys. |
| EntityQueryTest::testCount | function | core/ |
Tests that count queries are separated across entity types. |
| EntityQueryTest::testDelta | function | core/ |
Tests queries with delta conditions. |
Pagination
- Previous page
- Page 545
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.