service entity.query

Class

Drupal\Core\Entity\Query\QueryFactory
9 string references to entity.query
BulkDeleteTest::testDeleteFieldInstance in drupal/core/modules/field/lib/Drupal/field/Tests/BulkDeleteTest.php
Verify that deleting an instance leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and instance.
ConfigEntityQueryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php
Sets up Drupal unit test environment.
EntityQueryAggregateTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php
Sets up Drupal unit test environment.
EntityQueryRelationshipTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php
Sets up Drupal unit test environment.
EntityQueryTest::setUp in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php
Sets up Drupal unit test environment.

... See full list

File

drupal/core/core.services.yml
drupal/core/core.services.yml

View source
  1. class: Drupal\Core\Entity\Query\QueryFactory
  2. arguments:
  3. - '@plugin.manager.entity'
  4. calls:
  5. - [setContainer, ['@service_container']]