public function FeedsPlugin::sourceDelete in Feeds 7
Same name and namespace in other branches
- 6 plugins/FeedsPlugin.inc \FeedsPlugin::sourceDelete()
- 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::sourceDelete()
A source is being deleted.
Overrides FeedsSourceInterface::sourceDelete
2 methods override FeedsPlugin::sourceDelete()
- FeedsFileFetcher::sourceDelete in plugins/
FeedsFileFetcher.inc - Override parent::sourceDelete().
- FeedsHTTPFetcher::sourceDelete in plugins/
FeedsHTTPFetcher.inc - Override sourceDelete() - unsubscribe from hub.
File
- plugins/
FeedsPlugin.inc, line 75 - Definition of FeedsPlugin class.
Class
- FeedsPlugin
- Implement source interface for all plugins.
Code
public function sourceDelete(FeedsSource $source) {
}