Mapping API in Feeds 6
Same name and namespace in other branches
- 8.2 feeds.api.php \mappingapi
- 7.2 feeds.api.php \mappingapi
- 7 feeds.api.php \mappingapi
File
- ./
feeds.api.php, line 127 - Documentation of Feeds hooks.
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_data_processor_targets_alter |
./ |
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 |
./ |
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 |
./ |
Alter mapping sources. |
hook_feeds_term_processor_targets_alter |
./ |
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 |
./ |
Alter mapping targets for users. Use this hook to add additional target options to the mapping form of User processors. |
my_source_get_source |
./ |
Callback specified in hook_feeds_parser_sources_alter(). |