You are here

public function FeedsMissingPlugin::save in Feeds 7.2

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 FeedsPlugin::save

File

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

Class

FeedsMissingPlugin
Used when a plugin is missing.

Code

public function save() {
}