feeds_atom.api.php in Feeds Atom 6
Same filename and directory in other branches
Documentation of Feeds Atom hooks.
File
feeds_atom.api.phpView source
<?php
/**
* @file
* Documentation of Feeds Atom hooks.
*/
/**
* Implementation of hook_feeds_atom_rdf_map_alter().
*/
function hook_feeds_atom_rdf_map_alter(&$target_item, $source_item, $source) {
// Add in your custom mapping here
}
Functions
Name | Description |
---|---|
hook_feeds_atom_rdf_map_alter | Implementation of hook_feeds_atom_rdf_map_alter(). |