public function StringStorageInterface::countTranslations in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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 161 - Contains \Drupal\locale\StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Namespace
Drupal\localeCode
public function countTranslations();