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
Namespace
Drupal\mongodb_localeCode
public function countStrings() {
// TODO: Implement countStrings() method.
}