Contribution Date
Technology
Contribution Project
Contribution Details
As @bircher mentioned in point #4 that replace ,
+++ b/core/lib/Drupal/Core/Config/ConfigExporter.php
@@ -0,0 +1,84 @@
+ public function export() {
this whole code would be replaced with static method replaceStorageContents of StorageCopyTrait.
As this export() function is exporting all configuration and then put it in an archive, but what if any contrib modules wishing to export only some set of configuration for example (system.site and user.settings). In that case we can receive set of configuration which needs to be export in export() function as argument as shown in patch.
So now we can export all configuration as well as particular set of configuration or single configuration and then put it in an archive.
Contribution Issue Link
Contribution Link
Files count
2
Patches count
1