[FEATURE] Add placeholder processor in Yaml import
Rework placeholder processing to allow custom processors Resolves: #90267 Releases: master Change-Id: If884062c09a770d5eabbc9436e1a23360290f7e2 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63079 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Susanne Moog <look@susi.dev> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Susanne Moog <look@susi.dev> Reviewed-by:
Daniel Goerz <daniel.goerz@posteo.de> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Configuration/Loader/YamlFileLoader.php 71 additions, 54 deletions...sext/core/Classes/Configuration/Loader/YamlFileLoader.php
- typo3/sysext/core/Classes/Configuration/Processor/Placeholder/EnvVariableProcessor.php 44 additions, 0 deletions...figuration/Processor/Placeholder/EnvVariableProcessor.php
- typo3/sysext/core/Classes/Configuration/Processor/Placeholder/PlaceholderProcessorInterface.php 33 additions, 0 deletions...n/Processor/Placeholder/PlaceholderProcessorInterface.php
- typo3/sysext/core/Classes/Configuration/Processor/Placeholder/ValueFromReferenceArrayProcessor.php 56 additions, 0 deletions...rocessor/Placeholder/ValueFromReferenceArrayProcessor.php
- typo3/sysext/core/Classes/Configuration/Processor/PlaceholderProcessorList.php 62 additions, 0 deletions...sses/Configuration/Processor/PlaceholderProcessorList.php
- typo3/sysext/core/Configuration/DefaultConfiguration.php 10 additions, 0 deletionstypo3/sysext/core/Configuration/DefaultConfiguration.php
- typo3/sysext/core/Documentation/Changelog/master/Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst 77 additions, 0 deletions...Feature-90267-CustomPlaceholderProcessingInSiteConfig.rst
- typo3/sysext/core/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php 50 additions, 4 deletions...re/Tests/Unit/Configuration/Loader/YamlFileLoaderTest.php
Please register or sign in to comment