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
Namespace
Drupal\mongodbCode
public function getCollectionName() {
return $this->mongoCollectionName;
}