service entity.query in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/core.services.yml \entity.query
Class
Drupal\Core\Entity\Query\QueryFactory27 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.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Entity\Query\QueryFactory
- arguments:
- - '@entity.manager'
- calls:
- - [setContainer, ['@service_container']]