You are here

public function FeedsSourceInterface::sourceSave in Feeds 8.2

A source is being saved.

1 method overrides FeedsSourceInterface::sourceSave()
FeedsPlugin::sourceSave in lib/Drupal/feeds/Plugin/FeedsPlugin.php
A source is being saved.

File

lib/Drupal/feeds/FeedsSourceInterface.php, line 42

Class

FeedsSourceInterface
Declares an interface for a class that defines default values and form descriptions for a FeedSource.

Namespace

Drupal\feeds

Code

public function sourceSave(FeedsSource $source);