Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getQueryServiceName()
  2. 9 core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getQueryServiceName()

Gets the name of the service for the query for this entity storage.

Return value

string The name of the service for the query for this entity storage.

2 calls to EntityStorageBase::getQueryServiceName()
EntityStorageBase::getAggregateQuery in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Gets an aggregated query instance.
EntityStorageBase::getQuery in core/lib/Drupal/Core/Entity/EntityStorageBase.php
Gets an entity query instance.
4 methods override EntityStorageBase::getQueryServiceName()
ConfigEntityStorage::getQueryServiceName in core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
Gets the name of the service for the query for this entity storage.
ContentEntityNullStorage::getQueryServiceName in core/lib/Drupal/Core/Entity/ContentEntityNullStorage.php
Gets the name of the service for the query for this entity storage.
KeyValueEntityStorage::getQueryServiceName in core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php
Gets the name of the service for the query for this entity storage.
SqlContentEntityStorage::getQueryServiceName in core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
Gets the name of the service for the query for this entity storage.

File

core/lib/Drupal/Core/Entity/EntityStorageBase.php, line 641

Class

EntityStorageBase
A base entity storage class.

Namespace

Drupal\Core\Entity

Code

protected abstract function getQueryServiceName();