function hook_feeds_after_clear in Feeds 8.2
Same name and namespace in other branches
- 6 feeds.api.php \hook_feeds_after_clear()
- 7.2 feeds.api.php \hook_feeds_after_clear()
- 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 lib/
Drupal/ feeds/ FeedsSource.php - Remove all items from a feed.
File
- ./
feeds.api.php, line 199 - Documentation of Feeds hooks.
Code
function hook_feeds_after_clear(FeedsSource $source) {
}