function StringStorageInterface::countTranslations
Same name in other branches
- 9 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countTranslations()
- 10 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countTranslations()
- 11.x core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countTranslations()
Counts translations.
Return value
array The number of translations for each language indexed by language code.
1 method overrides StringStorageInterface::countTranslations()
- StringDatabaseStorage::countTranslations in core/
modules/ locale/ src/ StringDatabaseStorage.php - Counts translations.
File
-
core/
modules/ locale/ src/ StringStorageInterface.php, line 156
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function countTranslations();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.