Hello there,
i just noticed this in the developer guide: http://drupal.org/node/622700

When describing the mapping api, the "my_module_set_target" signature is wrong and probably relates to D6.
Correct signature would be
function my_module_set_target($source, $entity, $target, $value, $mapping)

Regards,
b.

Comments

MegaChriz’s picture

Category: Bug report » Task
Issue summary: View changes

I see. The documentation could at best split up as now some code examples refer to the D6 version of Feeds and other refer to the D7 version of Feeds.