Title says it all.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1066806-feeds-entity-hooks.patch | 4.19 KB | dave reid |
| #1 | 1066806-feeds-entity-hooks.patch | 4.2 KB | dave reid |
Title says it all.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 1066806-feeds-entity-hooks.patch | 4.19 KB | dave reid |
| #1 | 1066806-feeds-entity-hooks.patch | 4.2 KB | dave reid |
Comments
Comment #1
dave reidComment #2
dave reidNote the patch also adds a hook_entity_load() so that feed items have a property 'feed_nid' for their source feed.
Comment #3
dave reidComment #4
dave reidCommitted to Git.
http://drupalcode.org/project/feeds.git/commit/da8d974
Comment #6
Bevan commented#1033202: [Meta] Generic entity processor has a patch which also adds
hook_entity_insert/update/delete, but wraps the body of each implementation inI have not looked into why, or which is correct, but though it was worth noting here and re-reviewing this patch.
Comment #7
dave reidProbably because that's the only entities that feeds.module used to support - but its an unnecessary restriction - we can operate on all entities no problem.
Comment #8
Bevan commentedThanks for the clarification.