You are here

public function PluginBase::onFeedTypeSave in Feeds 8.3

The feed type is being saved.

1 method overrides PluginBase::onFeedTypeSave()
EntityProcessorBase::onFeedTypeSave in src/Feeds/Processor/EntityProcessorBase.php
The feed type is being saved.

File

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

Class

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

Namespace

Drupal\feeds\Plugin\Type

Code

public function onFeedTypeSave($update = TRUE) {
}