You are here

public function PluginBase::onFeedDeleteMultiple in Feeds 8.3

A feed is being deleted.

3 methods override PluginBase::onFeedDeleteMultiple()
EntityProcessorBase::onFeedDeleteMultiple in src/Feeds/Processor/EntityProcessorBase.php
@todo Sort this out so that we aren't calling \Drupal::database()->delete() here.
HttpFetcher::onFeedDeleteMultiple in src/Feeds/Fetcher/HttpFetcher.php
A feed is being deleted.
UploadFetcher::onFeedDeleteMultiple in src/Feeds/Fetcher/UploadFetcher.php
A feed is being deleted.

File

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

Class

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

Namespace

Drupal\feeds\Plugin\Type

Code

public function onFeedDeleteMultiple(array $feeds) {
}