You are here

public function StringMongoDBStorage::countStrings in MongoDB 8

Counts source strings.

Return value

int The number of source strings contained in the storage.

Overrides StringStorageInterface::countStrings

File

mongodb_locale/src/StringStorage.php, line 315

Class

StringMongoDBStorage

Namespace

Drupal\mongodb_locale

Code

public function countStrings() {

  // TODO: Implement countStrings() method.
}