service entity.query.config in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \entity.query.config
- 10 core/core.services.yml \entity.query.config
Class
Drupal\Core\Config\Entity\Query\QueryFactoryTags
- event_subscriber
2 string references to entity.query.config
- ConfigEntityStorage::getQueryServiceName in core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php - Gets the name of the service for the query for this entity storage.
- ConfigEntityStorageTest::setUp in core/
tests/ Drupal/ Tests/ Core/ Config/ Entity/ ConfigEntityStorageTest.php - @covers ::__construct
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\Config\Entity\Query\QueryFactory
- arguments:
- - '@config.factory'
- - '@keyvalue'
- - '@config.manager'
- tags:
- - { name: event_subscriber }