You are here

public function FeedsPlugin::sourceSave in Feeds 7.2

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

A source is being saved.

Overrides FeedsSourceInterface::sourceSave

2 methods override FeedsPlugin::sourceSave()
FeedsFileFetcher::sourceSave in plugins/FeedsFileFetcher.inc
Overrides parent::sourceSave().
FeedsHTTPFetcher::sourceSave in plugins/FeedsHTTPFetcher.inc
Override sourceSave() - subscribe to hub.

File

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

Class

FeedsPlugin
Implement source interface for all plugins.

Code

public function sourceSave(FeedsSource $source) {
}