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. |
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 |
|
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 |
@internal |
EntityQueryTest::assertResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
@internal |
EntityQueryTest::assertRevisionResult |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityQueryTest.php |
@internal |
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. |
EntityReference::query |
function |
core/modules/views/src/Plugin/views/display/EntityReference.php |
Add anything to the query that we might need to. |
EntityReferenceArgument::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/EntityReferenceArgument.php |
Override for specific title lookups. |
EntityResource::executeQueryInRenderContext |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Executes the query in a render context, to catch bubbled cacheability. |
EntityResource::getCollectionCountQuery |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Gets a basic query for a collection count. |
EntityResource::getCollectionQuery |
function |
core/modules/jsonapi/src/Controller/EntityResource.php |
Gets a basic query for a collection. |
EntityReverse::query |
function |
core/modules/views/src/Plugin/views/relationship/EntityReverse.php |
Called to implement a relationship in a query. |
EntityRow::query |
function |
core/modules/views/src/Plugin/views/row/EntityRow.php |
Add anything to the query that we might need to. |
EntityStorageBase::buildPropertyQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Builds an entity query. |
EntityStorageBase::getAggregateQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets an aggregated query instance. |
EntityStorageBase::getQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets an entity query instance. |
EntityStorageBase::getQueryServiceName |
function |
core/lib/Drupal/Core/Entity/EntityStorageBase.php |
Gets the name of the service for the query for this entity storage. |
EntityStorageInterface::getAggregateQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets an aggregated query instance. |
EntityStorageInterface::getQuery |
function |
core/lib/Drupal/Core/Entity/EntityStorageInterface.php |
Gets an entity query instance. |
EntityTranslationRendererBase::query |
function |
core/modules/views/src/Entity/Render/EntityTranslationRendererBase.php |
Alters the query if needed. |
EntityTranslationSettings::query |
function |
core/modules/content_translation/src/Plugin/migrate/source/d7/EntityTranslationSettings.php |
|
entity_test_query_entity_test_access_alter |
function |
core/modules/system/tests/modules/entity_test/entity_test.module |
Implements hook_query_entity_test_access_alter(). |
ExposedFormPluginBase::query |
function |
core/modules/views/src/Plugin/views/exposed_form/ExposedFormPluginBase.php |
Add anything to the query that we might need to. |
Extension::query |
function |
core/modules/system/src/Plugin/migrate/source/Extension.php |
|
FetchTest::testQueryFetchAllAssoc |
function |
core/tests/Drupal/KernelTests/Core/Database/FetchTest.php |
Tests ::fetchAllAssoc(). |