Mercurial > hg > isophonics-drupal-site
comparison core/modules/language/src/Config/LanguageConfigFactoryOverride.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 |
---|---|
73 */ | 73 */ |
74 public function __construct(StorageInterface $storage, EventDispatcherInterface $event_dispatcher, TypedConfigManagerInterface $typed_config, LanguageDefault $default_language) { | 74 public function __construct(StorageInterface $storage, EventDispatcherInterface $event_dispatcher, TypedConfigManagerInterface $typed_config, LanguageDefault $default_language) { |
75 $this->baseStorage = $storage; | 75 $this->baseStorage = $storage; |
76 $this->eventDispatcher = $event_dispatcher; | 76 $this->eventDispatcher = $event_dispatcher; |
77 $this->typedConfigManager = $typed_config; | 77 $this->typedConfigManager = $typed_config; |
78 // Prior to negiotiation the override language should be the default | 78 // Prior to negotiation the override language should be the default |
79 // language. | 79 // language. |
80 $this->language = $default_language->get(); | 80 $this->language = $default_language->get(); |
81 } | 81 } |
82 | 82 |
83 /** | 83 /** |