The Needs Review Queue Bot β tested this issue. It either no longer applies to Drupal core, or fails the Drupal core commit checks. Therefore, this issue status is now "Needs work".
Apart from a re-roll or rebase, this issue may need more work to address feedback in the issue or MR comments. To progress an issue, incorporate this feedback as part of the process of updating the issue. This helps other contributors to know what is outstanding.
Consult the Drupal Contributor Guide β to find step-by-step guides for working with issues.
- πΊπΈUnited States effulgentsia
Symfony has gotten many handy features over the year to make configuring services much easier. Things like:
...
- resource loading where you can set a path and namespace and automatically load all services while taking defaults into accountPackage Manager (a sub-module of Automatic Updates) currently uses that and we're working on getting that into core (see π± Drupal 10 Core Roadmap for Automatic Updates Active if you're interested in the roadmap of that). So we opened π Add symfony/config to core's dependencies for package_manager Closed: duplicate to discuss/review adding
symfony/config
as a core dependency. That's a smaller step than the rest of what this issue is doing, so I wonder if it makes sense to try to get that one in first, and then continue here with just the proposed changes toYamlFileLoader
.