You are here

function hook_feeds_after_clear in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds.api.php \hook_feeds_after_clear()
  2. 6 feeds.api.php \hook_feeds_after_clear()
  3. 7.2 feeds.api.php \hook_feeds_after_clear()

Invoked after a feed source has been cleared of its items.

Parameters

$importer: FeedsImporter object that has been used for clearing the feed.

$source: FeedsSource object that describes the source that has been cleared.

Related topics

1 invocation of hook_feeds_after_clear()
FeedsSource::clear in includes/FeedsSource.inc
Remove all items from a feed.

File

./feeds.api.php, line 121

Code

function hook_feeds_after_clear(FeedsImporter $importer, FeedsSource $source) {
}