You are here

public function MongodbConfigStorage::getCollectionName in MongoDB 8

Gets the name of the current collection the storage is using.

Return value

string The current collection name.

Overrides StorageInterface::getCollectionName

File

src/MongodbConfigStorage.php, line 206
Definition of Drupal\mongodb\Config\MongoStorage.

Class

MongodbConfigStorage

Namespace

Drupal\mongodb

Code

public function getCollectionName() {
  return $this->mongoCollectionName;
}