public 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\locale
Code
public function countTranslations();
Please login to continue.