You are here

public function FeedsPlugin::sourceSave in Feeds 6

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

A source is being saved.

Overrides FeedsSourceInterface::sourceSave

1 method overrides FeedsPlugin::sourceSave()
FeedsHTTPFetcher::sourceSave in plugins/FeedsHTTPFetcher.inc
Override sourceSave() - subscribe to hub.

File

plugins/FeedsPlugin.inc, line 70
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Code

public function sourceSave(FeedsSource $source) {
}