You are here

function hook_feeds_atom_rdf_map_alter in Feeds Atom 7

Same name and namespace in other branches
  1. 6 feeds_atom.api.php \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 14
Documentation of Feeds Atom hook.

Code

function hook_feeds_atom_rdf_map_alter(&$target_item, $context) {
}