You are here

public function FeedsSourceInterface::sourceSave in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsSource.inc \FeedsSourceInterface::sourceSave()
  2. 7 includes/FeedsSource.inc \FeedsSourceInterface::sourceSave()

A source is being saved.

1 method overrides FeedsSourceInterface::sourceSave()
FeedsPlugin::sourceSave in plugins/FeedsPlugin.inc
A source is being saved.

File

includes/FeedsSource.inc, line 62
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSourceInterface
Defines an interface for a feed source.

Code

public function sourceSave(FeedsSource $source);