At the moment there are 3 views_ui_pre_render_* functions that live in views_ui/includes/admin.inc These are then added as pre_render callbacks in views plugins. This doesn't make sense, as everything else to do with buildForm etc... lives with the classes. These should be moved in the appropriate views plugin classes and called from there as methods.
This is reliant on #1993312: Change pre_render and post_render callbacks to accept callables, so waiting on that.
Attachment | Size | Status | Test result | Operations |
---|---|---|---|---|
vdc.views-ui-pre-render.patch | 9.97 KB | Ignored: Check issue status. | None | None |