You are here

protected property LocaleTranslation::$cache in Drupal 9

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

The cache backend that should be used.

Type: \Drupal\Core\Cache\CacheBackendInterface

File

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

Class

LocaleTranslation
String translator using the locale module.

Namespace

Drupal\locale

Code

protected $cache;