-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Add PHP config support for routing #60232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
To avoid maintaining route definition twice, should we make our XML files import the PHP file ? |
Can we trigger a runtime deprecation? :) (if xml imports php, maybe we can trace that) |
c8b8b19
to
88d40c7
Compare
88d40c7
to
3225a15
Compare
3225a15
to
2a5aa45
Compare
Done |
Done (hackish, tell me if there is something "better" as I want the deprecation to be local to the code) |
Recipes updated in symfony/recipes#1407 |
This PR was merged into the 7.3 branch. Discussion ---------- [Webhook] Fix controller service name | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | - | License | MIT Introduced in #60232 Commits ------- 871d8d6 [Webhook] Fix controller service name
This is the first to stop using XML for the routing configuration provided by core bundles. We did the same for all other configuration files a while ago, so this is really the last step.