public function FeedsFetcher::afterImport in Feeds 7.2
Invoked after an import is finished.
Parameters
$source: A FeedsSource object.
1 method overrides FeedsFetcher::afterImport()
- FeedsFileFetcher::afterImport in plugins/
FeedsFileFetcher.inc - Overrides FeedsFetcher::afterImport().
File
- plugins/
FeedsFetcher.inc, line 412 - Contains the FeedsFetcher and related classes.
Class
- FeedsFetcher
- Abstract class, defines shared functionality between fetchers.
Code
public function afterImport(FeedsSource $source) {
}