You are here

public function PluginBase::onFeedSave in Feeds 8.3

A feed is being saved.

File

src/Plugin/Type/PluginBase.php, line 114

Class

PluginBase
The base class for the fetcher, parser, and processor plugins.

Namespace

Drupal\feeds\Plugin\Type

Code

public function onFeedSave(FeedInterface $feed) {
}