function EntityStorageBase::getQueryServiceName

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getQueryServiceName()
  2. 10 core/lib/Drupal/Core/Entity/EntityStorageBase.php \Drupal\Core\Entity\EntityStorageBase::getQueryServiceName()
  3. 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.

File

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

Class

EntityStorageBase
A base entity storage class.

Namespace

Drupal\Core\Entity

Code

abstract protected function getQueryServiceName();

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