You are here

public function StringMongoDBStorage::countTranslations in MongoDB 8

Counts translations.

Return value

array The number of translations for each language indexed by language code.

Overrides StringStorageInterface::countTranslations

File

mongodb_locale/src/StringStorage.php, line 325

Class

StringMongoDBStorage

Namespace

Drupal\mongodb_locale

Code

public function countTranslations() {

  // TODO: Implement countTranslations() method.
}