- 🇪🇸Spain tar_inet
This suggestion from @niteman can be useful here
drush ev 'foreach (\Drupal::configFactory()->listAll("config_split.config_split") as $name) { print_r($name . ": " . \Drupal::configFactory()->get($name)->get("status") . "\n");};'
I suspect this is a drush request rather than a CS request; but don't know drush code too well; are other modules able to hook into drush commands?
I think when i do drush cex; some files re created in sync and some are created in other folders based on config splits? But the pre-execute message that is spit out doesn't say what is going where. Is it just me that thinks that would be super helpful?
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This suggestion from @niteman can be useful here
drush ev 'foreach (\Drupal::configFactory()->listAll("config_split.config_split") as $name) { print_r($name . ": " . \Drupal::configFactory()->get($name)->get("status") . "\n");};'