Closed (fixed)
Project:
Diff
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2013 at 16:34 UTC
Updated:
10 Dec 2016 at 05:54 UTC
Jump to comment: Most recent
Comments
Comment #1
alan d. commentedYes.
At a guess, you can use the two alter calls to populate an additional item in the row with content:
As long as the files are fairly small, you can just add on the contents as another value item ($old_values is just an unindexed array from memory). Or split the file based on its line ending if really large, adding multiple value items.
Or implement your own hook_entity_diff() to create a completely new field to insert into the Diff output.
Comment #2
alan d. commented