You are here

abstract public function FeedsConfigurable::save in Feeds 8.2

Save a configuration. Concrete extending classes must implement a save operation.

1 call to FeedsConfigurable::save()
FeedsConfigurable::configFormSubmit in lib/Drupal/feeds/Plugin/FeedsConfigurable.php
Submission handler for configForm().
3 methods override FeedsConfigurable::save()
FeedsImporter::save in lib/Drupal/feeds/FeedsImporter.php
Save configuration.
FeedsPlugin::save in lib/Drupal/feeds/Plugin/FeedsPlugin.php
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.
FeedsSource::save in lib/Drupal/feeds/FeedsSource.php
Save configuration.

File

lib/Drupal/feeds/Plugin/FeedsConfigurable.php, line 109
FeedsConfigurable and helper functions.

Class

FeedsConfigurable
Base class for configurable classes. Captures configuration handling, form handling and distinguishes between in-memory configuration and persistent configuration.

Namespace

Drupal\feeds\Plugin

Code

public abstract function save();