You are here

function og_feeds_set_target in Feeds 7

Same name and namespace in other branches
  1. 6 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
Implements 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;
}