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