comparison core/modules/locale/src/LocaleConfigManager.php @ 4:a9cd425dd02b

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:11:55 +0000
parents c75dbcec494b
children
comparison
equal deleted inserted replaced
3:307d7a7fd348 4:a9cd425dd02b
41 protected $configStorage; 41 protected $configStorage;
42 42
43 /** 43 /**
44 * The string storage for reading and writing translations. 44 * The string storage for reading and writing translations.
45 * 45 *
46 * @var \Drupal\locale\StringStorageInterface; 46 * @var \Drupal\locale\StringStorageInterface
47 */ 47 */
48 protected $localeStorage; 48 protected $localeStorage;
49 49
50 /** 50 /**
51 * Array with preloaded string translations. 51 * Array with preloaded string translations.