You are here

Mapping API in Feeds 6

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

File

./feeds.api.php, line 127
Documentation of Feeds hooks.

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_data_processor_targets_alter ./feeds.api.php Alter mapping targets for Data table entries. Use this hook to add additional target options to the mapping form of Data processor.
hook_feeds_node_processor_targets_alter ./feeds.api.php Alter mapping targets for nodes. Use this hook to add additional target options to the mapping form of Node processors.
hook_feeds_parser_sources_alter ./feeds.api.php Alter mapping sources.
hook_feeds_term_processor_targets_alter ./feeds.api.php Alter mapping targets for taxonomy terms. Use this hook to add additional target options to the mapping form of Taxonomy term processor.
hook_feeds_user_processor_targets_alter ./feeds.api.php Alter mapping targets for users. Use this hook to add additional target options to the mapping form of User processors.
my_source_get_source ./feeds.api.php Callback specified in hook_feeds_parser_sources_alter().