Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 576 Bytes

2022-02-04-added-events-to-systemconfigservice-to-easily-allow-encrypting-and-decrypting-of-stored-configuration-values.md

File metadata and controls

10 lines (10 loc) · 576 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Added events to SystemConfigService to easily allow encrypting and decrypting of stored configuration values in combination with decorating the SystemConfigLoader.
issue: NEXT-19942
author: Andreas Allacher
author_email: [email protected]
author_github: @AndreasA
---

Core

  • Added Shopware\Core\System\SystemConfig\Event\BeforeSystemConfigChangedEvent and dispatch it before a system config value is stored.
  • Added \Shopware\Core\System\SystemConfig\Event\SystemConfigDomainLoadedEvent and dispatch it after the domain configuration is loaded.