service entity.query.config in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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.
- MigrationStorage::createInstance in core/
modules/ migrate/ src/ MigrationStorage.php - Instantiates a new instance of this entity handler.
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 }