You are here

feeds_atom.api.php in Feeds Atom 6

Same filename and directory in other branches
  1. 7 feeds_atom.api.php

Documentation of Feeds Atom hooks.

File

feeds_atom.api.php
View 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