public function StringStorageInterface::countTranslations in Drupal 10
Same name and namespace in other branches
- 8 core/modules/locale/src/StringStorageInterface.php \Drupal\locale\StringStorageInterface::countTranslations()
- 9 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.
File
- core/
modules/ locale/ src/ StringStorageInterface.php, line 156
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function countTranslations();