You are here

protected function CiviEntityStorage::getQueryServiceName in CiviCRM Entity 8.3

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 SqlContentEntityStorage::getQueryServiceName

File

src/CiviEntityStorage.php, line 243

Class

CiviEntityStorage
Defines entity class for external CiviCRM entities.

Namespace

Drupal\civicrm_entity

Code

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