Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-rename-methods-2002928-1.patch | 649 bytes | bdone |
Part of meta-issue #1856630: [Change notice] [META] Rename Views methods to core standards
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-rename-methods-2002928-1.patch | 649 bytes | bdone |
Comments
Comment #1
bdone commentedComment #2
marlatt commentedConfirmed no instances of old method remaining and contains public method assignment.
Comment #3
alexpottCan't work out how this function would be called - is it necessary?
Comment #4
bdone commented@alexpott: while core isn't yet, i believe StylePluginBase could potentially be used by contrib plugins that extend it.
perhaps someone from VDC can confirm that?
Comment #5
dawehnerBy default the fields generated by the wizard will have no label, as it just looks silly.
The table style plugin removes that in the wizardSubmit method to show a label in the table header. That's just one
example why style plugins want to interfere with the wizard, so I would personally vote for keeping it in.
Comment #6
alexpottCommitted b2d4053 and pushed to 8.x. Thanks!