You are here

public function PluginBase::onFeedTypeDelete in Feeds 8.3

The feed type is being deleted.

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

File

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

Class

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

Namespace

Drupal\feeds\Plugin\Type

Code

public function onFeedTypeDelete() {
}