You are here

protected property LocaleTranslation::$translations in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/locale/src/LocaleTranslation.php \Drupal\locale\LocaleTranslation::translations

Cached translations.

Array of \Drupal\locale\LocaleLookup objects indexed by language code and context.

Type: array

File

core/modules/locale/src/LocaleTranslation.php, line 48
Contains \Drupal\locale\LocaleTranslation.

Class

LocaleTranslation
String translator using the locale module.

Namespace

Drupal\locale

Code

protected $translations = array();