You are here

protected property LocaleTranslation::$storage in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/locale/src/LocaleTranslation.php \Drupal\locale\LocaleTranslation::storage
  2. 10 core/modules/locale/src/LocaleTranslation.php \Drupal\locale\LocaleTranslation::storage

Storage for strings.

Type: \Drupal\locale\StringStorageInterface

File

core/modules/locale/src/LocaleTranslation.php, line 30

Class

LocaleTranslation
String translator using the locale module.

Namespace

Drupal\locale

Code

protected $storage;