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
Namespace
Drupal\mongodb\EntityCode
public function getQueryServicename() {
return 'entity.query.mongodb';
}