You are here

feeds_atom.api.php in Feeds Atom 7

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

Documentation of Feeds Atom hook.

File

feeds_atom.api.php
View source
<?php

/**
 * @file
 * Documentation of Feeds Atom hook.
 */

/**
 * @todo, document these hooks.
 */
function hook_feeds_atom_set_target_element_value_alter(&$value, $field_name) {
}
function hook_feeds_atom_rdf_map_alter(&$target_item, $context) {
}

Functions