Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[FrameworkBundle] deprecate the framework.templating option#32267
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Tobion commentedJun 28, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This should go in 4.3 because that's where the deprecation happened. You cannot fix the other deprecations without removing the config. So this is a requirement and serves as explanation. |
Tobion commentedJun 28, 2019
Please also add the instructions to UPGRADE-4.3.md as pointed out in#32120 |
xabbuh commentedJun 29, 2019
You are right. I have just checked this on a fresh installation. |
| FrameworkBundle | ||
| --------------- | ||
| * Remved the `framework.templating` option, use Twig instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
thank you 👍
fabpot commentedJul 3, 2019
Thank you@xabbuh. |
…ion (xabbuh)This PR was merged into the 4.3 branch.Discussion----------[FrameworkBundle] deprecate the framework.templating option| Q | A| ------------- | ---| Branch? | 4.4| Bug fix? | yes| New feature? | no| BC breaks? | no| Deprecations? | yes| Tests pass? | yes| Fixed tickets |#32120| License | MIT| Doc PR |The config node has already been removed in the `master` branch in#31800. For DX it would have been better to have this deprecation in 4.3 (see e.g.#32120), but it's probably too late to ship this as a bugfix.Commits-------ba241ce deprecate the framework.templating option
Uh oh!
There was an error while loading.Please reload this page.
The config node has already been removed in the
masterbranch in#31800. For DX it would have been better to have this deprecation in 4.3 (see e.g.#32120), but it's probably too late to ship this as a bugfix.