function Query::getConfigKeyStore
Same name in other branches
- 9 core/lib/Drupal/Core/Config/Entity/Query/Query.php \Drupal\Core\Config\Entity\Query\Query::getConfigKeyStore()
- 10 core/lib/Drupal/Core/Config/Entity/Query/Query.php \Drupal\Core\Config\Entity\Query\Query::getConfigKeyStore()
- 11.x core/lib/Drupal/Core/Config/Entity/Query/Query.php \Drupal\Core\Config\Entity\Query\Query::getConfigKeyStore()
Gets the key value store used to store fast lookups.
Return value
\Drupal\Core\KeyValueStore\KeyValueStoreInterface The key value store used to store fast lookups.
File
-
core/
lib/ Drupal/ Core/ Config/ Entity/ Query/ Query.php, line 234
Class
- Query
- Defines the entity query for configuration entities.
Namespace
Drupal\Core\Config\Entity\QueryCode
protected function getConfigKeyStore() {
return $this->keyValueFactory
->get(QueryFactory::CONFIG_LOOKUP_PREFIX . $this->entityTypeId);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.