Skip to content
Snippets Groups Projects
Commit 1f538cfa authored by Aaron Bauman's avatar Aaron Bauman
Browse files

by aaronbauman - update hook_entity operations for salesforce_push for D8

Since push operations are handled inside MappedObject, we don't need all this logic inside salesforce_push. My general goal here is to get real-time REST operations up and running, then move on to queue/batch operations, and leverage SOAP where appropriate. End users shouldn't have to decide whether to use REST or SOAP or even know the difference. Drupal should use them as appropriate, given admin settings. To that end, salesforce_push_cron is still just a stub and hasn't been touched. MappedObject is way too fat, and will probably be slimmed down in the future - especially push() and pull(), which belong somewhere else.
parent 78b38b47
No related branches found
No related tags found
Loading
Showing
with 170 additions and 654 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment