-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] improve usage of Table helper #14338
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
Use the `Table` helper if present in favor of the deprecated `TableHelper` class.
@xabbuh |
@aitboudad It's deprecated, so imho it should be removed. |
@xabbuh deprecated only if it's an instance of TableHelper |
@aitboudad That additional check was added to tackle the default helper set, but not breaking it for people using the helper set in another context IIRC. |
@xabbuh ok, thank you :) |
@aitboudad |
@stof this makes sense, thanks ! |
Thank you @xabbuh. |
This PR was merged into the 2.6 branch. Discussion ---------- [FrameworkBundle] improve usage of Table helper | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Use the `Table` helper if present in favor of the deprecated `TableHelper` class. Commits ------- 71d84e6 [FrameworkBundle] improve usage of Table helper
Use the
Table
helper if present in favor of the deprecatedTableHelper
class.