protected property StaticTranslation::$translations

String translations

Array of cached translations indexed by language and context.

Type: array

File

drupal/core/lib/Drupal/Core/StringTranslation/Translator/StaticTranslation.php, line 23
Contains \Drupal\Core\StringTranslation\Translator\StaticTranslation.

Class

StaticTranslation
String translator with a static cache for translations.

Namespace

Drupal\Core\StringTranslation\Translator

Code

protected $translations;