function KeyValueEntityStorage::getQueryServiceName

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage::getQueryServiceName()

File

core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php, line 205

Class

KeyValueEntityStorage
Provides a key value backend for entities.

Namespace

Drupal\Core\Entity\KeyValueStore

Code

protected function getQueryServiceName() {
  return 'entity.query.keyvalue';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.