public function FeedsPlugin::save in Feeds 6
Same name and namespace in other branches
- 7.2 plugins/FeedsPlugin.inc \FeedsPlugin::save()
- 7 plugins/FeedsPlugin.inc \FeedsPlugin::save()
Save changes to the configuration of this object. Delegate saving to parent (= Feed) which will collect information from this object by way of getConfig() and store it.
Overrides FeedsConfigurable::save
File
- plugins/
FeedsPlugin.inc, line 32 - Definition of FeedsPlugin class.
Class
- FeedsPlugin
- Implement source interface for all plugins.
Code
public function save() {
feeds_importer($this->id)
->save();
}