Drupal 7 paragraphs saved before node presave

646 Views Asked by At

I have created a custom node with a logging field and paragraph field that is a list of items. Prior to saving the node I want to add to the logging field based on the items in the paragraph that have changed since the previous update. In my hook_presave for the node the paragraph is already updated and is equal to the one in the node->original.

Any help on where I can get a presave version of the paragraph field?

Thanks

0

There are 0 best solutions below