function og_feeds_set_target in Feeds 6
Same name and namespace in other branches
- 7 mappers/og.inc \og_feeds_set_target()
Callback for mapping.
1 string reference to 'og_feeds_set_target'
- og_feeds_node_processor_targets_alter in mappers/
og.inc - Implementation of hook_feeds_node_processor_targets_alter().
File
- mappers/
og.inc, line 53 - On behalf implementation of mapping hooks for Organic Groups module.
Code
function og_feeds_set_target($node, $key, $groups) {
$node->og_groups = $groups;
}