StringStorageInterface::countTranslations

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

1
public function countTranslations();
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.