You are here

Mapping API in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds.api.php \mappingapi
  2. 6 feeds.api.php \mappingapi
  3. 7.2 feeds.api.php \mappingapi

File

./feeds.api.php, line 128

Functions

Namesort descending Location Description
FeedsParser::getMappingSources plugins/FeedsParser.inc Declare the possible mapping sources that this parser produces.
FeedsParser::getSourceElement plugins/FeedsParser.inc Get an element identified by $element_key of the given item. The element key corresponds to the values in the array returned by FeedsParser::getMappingSources().
FeedsProcessor::existingItemId plugins/FeedsProcessor.inc Retrieve the target item's existing id if available. Otherwise return 0.
FeedsProcessor::getMappingTargets plugins/FeedsProcessor.inc Declare possible mapping targets that this processor exposes.
FeedsProcessor::map plugins/FeedsProcessor.inc Execute mapping on an item.
FeedsProcessor::setTargetElement plugins/FeedsProcessor.inc Set a concrete target element. Invoked from FeedsProcessor::map().
hook_feeds_parser_sources_alter ./feeds.api.php Alter mapping sources.
hook_feeds_processor_targets_alter ./feeds.api.php Alter mapping targets for entities. Use this hook to add additional target options to the mapping form of Node processors.
my_module_set_target ./feeds.api.php Example callback specified in hook_feeds_processor_targets_alter().
my_source_get_source ./feeds.api.php Example callback specified in hook_feeds_parser_sources_alter().