I am a Developer at iterate.
Contact Me:
Presentation Slides:
At iterate we design and develop Digital Experiences.
Our key focus areas are User Experience Design and Drupal.
Contact us at hello@iterate.ie or @iterate.
What is configuration
What is NOT configuration
Any configuration change will be saved into the database
But there were some workarounds.
Configuration Management will save Website configuration into files
CM has an interface to import/export configuration
CM uses Yaml files
Yaml files from Standard Profile installation
The CMI (Configuration Manager Initiative) was the first initiative for Drupal 8 back in 2012
The UI allows Export/Import the whole site configuration
And allows you to Export/Import single configuration files
Also has a form interface to upload the code for the new configuration through the UI
CM manage dependencies
All dependencies get deleted
This allow the UI to give better information
It's possible in custom modules
But configuration files get imported just one time
To solve this issue there is "config_update" module
Then, does Features exists in Drupal 8?
Yes
Features is focused on its original purpose
Pack configuration together to share on different websites
Features will sit under the CM path
To avoid possible issues
Configuration still need to be imported
Configuration needs to be in the database at run time
Won't solve issues like complicated dependencies or 2 people working on the same configuration
Since Drush 8.x version
drush config-export
drush config-import
--push | --add | --commit
--destination | --source
--partial