function hook_feeds_atom_rdf_map_alter in Feeds Atom 6
Same name and namespace in other branches
- 7 feeds_atom.api.php \hook_feeds_atom_rdf_map_alter()
Implementation of hook_feeds_atom_rdf_map_alter().
2 functions implement hook_feeds_atom_rdf_map_alter()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- filefield_feeds_atom_rdf_map_alter in ./
feeds_atom.module - Implementation of hook_feeds_atom_rdf_map_alter().
- taxonomy_feeds_atom_rdf_map_alter in ./
feeds_atom.module - Implementation of hook_feeds_atom_rdf_map_alter().
1 invocation of hook_feeds_atom_rdf_map_alter()
- FeedsAtomRDFProcessor::map in plugins/
FeedsAtomRDFProcessor.inc - Override parent::map() to load all available add-on mappers.
File
- ./
feeds_atom.api.php, line 11 - Documentation of Feeds Atom hooks.
Code
function hook_feeds_atom_rdf_map_alter(&$target_item, $source_item, $source) {
// Add in your custom mapping here
}