Mapping API in Feeds 7
Same name and namespace in other branches
- 8.2 feeds.api.php \mappingapi
- 6 feeds.api.php \mappingapi
- 7.2 feeds.api.php \mappingapi
File
- ./
feeds.api.php, line 128
Functions
Name | Location | Description |
---|---|---|
FeedsParser:: |
plugins/ |
Declare the possible mapping sources that this parser produces. |
FeedsParser:: |
plugins/ |
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:: |
plugins/ |
Retrieve the target item's existing id if available. Otherwise return 0. |
FeedsProcessor:: |
plugins/ |
Declare possible mapping targets that this processor exposes. |
FeedsProcessor:: |
plugins/ |
Execute mapping on an item. |
FeedsProcessor:: |
plugins/ |
Set a concrete target element. Invoked from FeedsProcessor::map(). |
hook_feeds_parser_sources_alter |
./ |
Alter mapping sources. |
hook_feeds_processor_targets_alter |
./ |
Alter mapping targets for entities. Use this hook to add additional target options to the mapping form of Node processors. |
my_module_set_target |
./ |
Example callback specified in hook_feeds_processor_targets_alter(). |
my_source_get_source |
./ |
Example callback specified in hook_feeds_parser_sources_alter(). |