Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \entity.query.config
  2. 9 core/core.services.yml \entity.query.config

Class

Drupal\Core\Config\Entity\Query\QueryFactory
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
  1. class: Drupal\Core\Config\Entity\Query\QueryFactory
  2. arguments:
  3. - '@config.factory'
  4. - '@keyvalue'
  5. - '@config.manager'