You are here

function locale_feeds_set_target in Feeds 6

Same name and namespace in other branches
  1. 7 mappers/locale.inc \locale_feeds_set_target()

Callback for mapping.

1 string reference to 'locale_feeds_set_target'
locale_feeds_node_processor_targets_alter in mappers/locale.inc
Implementation of hook_feeds_node_processor_targets_alter().

File

mappers/locale.inc, line 50
On behalf implementation of mapping hooks for locale module.

Code

function locale_feeds_set_target($node, $key, $language) {
  $node->language = $language;
}