feeds_atom.api.php in Feeds Atom 7
Same filename and directory in other branches
Documentation of Feeds Atom hook.
File
feeds_atom.api.phpView 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
Name | Description |
---|---|
hook_feeds_atom_rdf_map_alter | |
hook_feeds_atom_set_target_element_value_alter | @todo, document these hooks. |