You are here

protected function EdgeEntityStorageBase::getQueryServiceName in Apigee Edge 8

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.

Overrides EntityStorageBase::getQueryServiceName

File

src/Entity/Storage/EdgeEntityStorageBase.php, line 179

Class

EdgeEntityStorageBase
Base entity storage class for Apigee Edge entities.

Namespace

Drupal\apigee_edge\Entity\Storage

Code

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