You are here

public function FeedsPlugin::sourceDelete in Feeds 6

Same name and namespace in other branches
  1. 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::sourceDelete()
  2. 7 plugins/FeedsPlugin.inc \FeedsPlugin::sourceDelete()

A source is being deleted.

Overrides FeedsSourceInterface::sourceDelete

1 method overrides FeedsPlugin::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) {
}