public function FeedsSourceInterface::sourceSave in Feeds 6
Same name and namespace in other branches
- 7.2 includes/FeedsSource.inc \FeedsSourceInterface::sourceSave()
- 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 45 - Definition of FeedsSourceInterface and FeedsSource class.
Class
- FeedsSourceInterface
- Declares an interface for a class that defines default values and form descriptions for a FeedSource.
Code
public function sourceSave(FeedsSource $source);