public function StringStorageInterface::countTranslations in Localization update 7.2
Counts translations.
Return value
array The number of translations for each language indexed by language code.
1 method overrides StringStorageInterface::countTranslations()
- StringDatabaseStorage::countTranslations in includes/
locale/ StringDatabaseStorage.php - Implements StringStorageInterface::countTranslations().
File
- includes/
locale/ StringStorageInterface.php, line 142 - Contains \StringStorageInterface.
Class
- StringStorageInterface
- Defines the locale string storage interface.
Code
public function countTranslations();