You are here

public function ContentEntityStorage::getQueryServicename in MongoDB 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.

File

src/Entity/ContentEntityStorage.php, line 300
Contains Drupal\mongodb\Entity\ContentEntityStorage.

Class

ContentEntityStorage

Namespace

Drupal\mongodb\Entity

Code

public function getQueryServicename() {
  return 'entity.query.mongodb';
}