comparison core/modules/locale/src/LocaleConfigManager.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
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.