| EntityQueryRelationshipTest::$terms |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Term entities. |
| EntityQueryRelationshipTest::assertResults |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Assert the results. |
| EntityQueryRelationshipTest::providerTestInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Data provider for testInvalidFieldName(). |
| EntityQueryRelationshipTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
|
| EntityQueryRelationshipTest::testInvalidFieldName |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests a non-existent field name in a complex query relationship. |
| EntityQueryRelationshipTest::testInvalidSpecifier |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests the invalid specifier in the query relationship. |
| EntityQueryRelationshipTest::testQuery |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryRelationshipTest.php |
Tests querying. |
| EntityQueryServiceDeprecationTest |
class |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests the move of the 'pgsql.entity.query.sql' service. |
| EntityQueryServiceDeprecationTest.php |
file |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
|
| EntityQueryServiceDeprecationTest::testFactoryOverriddenService |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests getting the backend overridden service does not trigger deprecations. |
| EntityQueryServiceDeprecationTest::testPostgresServiceDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests that the core provided service is deprecated. |
| EntityQueryServiceDeprecationTest::testPostgresServiceNotDeprecated |
function |
core/modules/pgsql/tests/src/Kernel/EntityQueryServiceDeprecationTest.php |
Tests that the pgsql provided service is not deprecated. |
| EntityQueryTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests Entity Query functionality. |
| EntityQueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
|
| EntityQueryTest::$bundles |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
A list of bundle machine names created for this test. |
| EntityQueryTest::$figures |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Field name for the figures field. |
| EntityQueryTest::$greetings |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Field name for the greetings field. |
| EntityQueryTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Modules to install. |
| EntityQueryTest::$queryResults |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
An array of entity IDs keyed by the revision or entity ID. |
| EntityQueryTest::$storage |
property |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
The entity_test_mulrev entity storage. |
| EntityQueryTest::assertBundleOrder |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Asserts the bundle order. |
| EntityQueryTest::assertResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Asserts the query results. |
| EntityQueryTest::assertRevisionResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Asserts revision query results. |
| EntityQueryTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
|
| EntityQueryTest::testAccessCheckSpecified |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Test the accessCheck method is called. |
| EntityQueryTest::testAlterHook |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Test the entity query alter hooks are invoked. |
| EntityQueryTest::testBaseFieldMultipleColumns |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests base fields with multiple columns. |
| EntityQueryTest::testCaseSensitivity |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests case sensitive and in-sensitive query conditions. |
| EntityQueryTest::testConditionCount |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests that condition count returns expected number of conditions. |
| EntityQueryTest::testConditionOnRevisionMetadataKeys |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests entity queries with condition on the revision metadata keys. |
| EntityQueryTest::testCount |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests that count queries are separated across entity types. |
| EntityQueryTest::testDelta |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests queries with delta conditions. |
| EntityQueryTest::testEntityQuery |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests basic functionality. |
| EntityQueryTest::testInjectionInCondition |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests SQL inject of condition field. |
| EntityQueryTest::testMetaData |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests adding a tag and metadata to the Entity query object. |
| EntityQueryTest::testNestedConditionGroups |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests that nested condition groups work as expected. |
| EntityQueryTest::testPendingRevisions |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests pending revisions. |
| EntityQueryTest::testSort |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests sort(). |
| EntityQueryTest::testTableSort |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests tablesort(). |
| EntityQueryTest::testToString |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests __toString(). |
| EntityQueryTest::testWithTwoEntityReferenceFieldsToSameEntityType |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
Tests that EntityQuery works when querying the same entity from two fields. |
| EntityReferenceAdminTest |
class |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Tests for the administrative UI. |
| EntityReferenceAdminTest |
class |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Tests for the administrative UI. |
| EntityReferenceAdminTest.php |
file |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
|
| EntityReferenceAdminTest.php |
file |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
|
| EntityReferenceAdminTest::$defaultTheme |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
The theme to install as the default for testing. |
| EntityReferenceAdminTest::$defaultTheme |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
The theme to install as the default for testing. |
| EntityReferenceAdminTest::$modules |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Modules to install. |
| EntityReferenceAdminTest::$modules |
property |
core/modules/field/tests/src/Functional/EntityReference/EntityReferenceAdminTest.php |
Modules to install. |
| EntityReferenceAdminTest::$targetType |
property |
core/modules/field/tests/src/FunctionalJavascript/EntityReference/EntityReferenceAdminTest.php |
Name of a second content type to be used as a target of entity references. |