public function StringStorageInterface::countTranslations

Counts translations.

Return value

array The number of translations for each language indexed by language code.

1 method overrides StringStorageInterface::countTranslations()

File

drupal/core/modules/locale/lib/Drupal/locale/StringStorageInterface.php, line 161
Contains \Drupal\locale\StringStorageInterface.

Class

StringStorageInterface
Defines the locale string storage interface.

Namespace

Drupal\locale

Code

public function countTranslations();