List subscription processing is done in MailchimpListsSubscription::preSave(). It would be nice to be able to set values in hook_entity_presave() before sending to mailchimp. The attached patch does that.
| Comment | File | Size | Author |
|---|---|---|---|
| process-subscription-in-post-save.patch | 656 bytes | jesse.d |
Comments
Comment #2
jesse.d commentedComment #3
casey commentedIn D7 the actual processing is also done post save: #2445867: Use hook_field_update() rather than hook_field_presave()
Comment #4
gcbComment #7
wxactly commentedComment #8
wxactly commentedComment #10
jesse.d commented