You are here

function hook_feeds_after_clear in Feeds 7.2

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 feeds.api.php \hook_feeds_after_clear()

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

Parameters

FeedsSource $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 239
Documentation of Feeds hooks.

Code

function hook_feeds_after_clear(FeedsSource $source) {
}