Needs work
Project:
Views Field View
Version:
8.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Oct 2016 at 06:15 UTC
Updated:
26 Feb 2017 at 13:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kducharm commentedA patch using ResultRow views_field_view__view_override and views_field_view__display_override
Sample hook_views_pre_render code:
Comment #3
damiankloip commentedHmm, not sure we want this kind of 'magic' property checked on the value object. Another suggestion, how about we refactor the Field plugin slightly so there is a method just to get the view id and display id. You could then extend the plugin class to add your own behaviour for this.
Comment #4
kducharm commented@damiankloip I like that idea... this was definitely just a patch idea to get the ball rolling, will see if I can find bandwidth to make some getter/setters in the class so it can be extended.
Comment #5
jibranNW for #3.