- πΊπΈUnited States smustgrave
Thank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
- πΊπΈUnited States smustgrave
Thanks! Just leaving the tags for stats, want to track when gets moved back to active or NW
Sorry! I thought the "stale-issue-cleanup" tag was a signal for the bot to close this in n days.
- π¬π§United Kingdom alexpott πͺπΊπ
Implemented this...
What is interesting is that \Drupal\Core\Config\ConfigInstaller::createConfiguration() does not use the config factory so it is unaffected. In my mind this calls into question whether we actually need the method to create configuration. Let's see what the deprecations bring up... maybe creating config entities will need some changes...
- Merge request !13138Implement ConfigFactoryInterface::create() and ConfigFactoryInterface::exists() β (Open) created by alexpott
- π§πͺBelgium borisson_ Mechelen, π§πͺ
This makes a lot of sense, but it seems like there's still some tests that need fixing.
- π¬π§United Kingdom alexpott πͺπΊπ
Yeah and it is going to be a bit painful... because atm services get instantiated during the installer before config is imported and rely on the current behaviour.