You are here

service entity.query in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \entity.query

Class

Drupal\Core\Entity\Query\QueryFactory
27 string references to entity.query
AccountForm::create in core/modules/user/src/AccountForm.php
Instantiates a new instance of this class.
BlockContentTypeDeleteForm::create in core/modules/block_content/src/Form/BlockContentTypeDeleteForm.php
Instantiates a new instance of this class.
BulkDeleteTest::testDeleteField in core/modules/field/src/Tests/BulkDeleteTest.php
Verify that deleting a field leaves the field data items in the database and that the appropriate Field API functions can operate on the deleted data and field definition.
CommentTypeDeleteForm::create in core/modules/comment/src/Form/CommentTypeDeleteForm.php
Instantiates a new instance of this class.
ConfigEntityQueryTest::setUp in core/modules/system/src/Tests/Entity/ConfigEntityQueryTest.php
Performs setup tasks before each individual test method is run.

... See full list

File

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

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