Closed (fixed)
Project:
Feeds
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2010 at 16:09 UTC
Updated:
23 Sep 2010 at 16:20 UTC
Create a hook_feeds_after_clear() corresponding to hook_feeds_after_import().
/**
* Invoked after a feed source has been cleared of its items.
*
* @param $importer
* FeedsImporter object that has been used for clearing the feed.
* @param $source
* FeedsSource object that describes the source that has been cleared.
*/
function hook_feeds_after_clear(FeedsImporter $importer, FeedsSource $source) {
}
Comments
Comment #1
alex_b commentedCommitted.
Comment #2
alex_b commentedhttp://drupal.org/cvs?commit=418556