You are here

public function FeedsPlugin::sourceDelete in Feeds 8.2

A source is being deleted.

Overrides FeedsSourceInterface::sourceDelete

2 methods override FeedsPlugin::sourceDelete()
FeedsFileFetcher::sourceDelete in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsFileFetcher.php
Overrides parent::sourceDelete().
FeedsHTTPFetcher::sourceDelete in lib/Drupal/feeds/Plugin/feeds/fetcher/FeedsHTTPFetcher.php
Override sourceDelete() - unsubscribe from hub.

File

lib/Drupal/feeds/Plugin/FeedsPlugin.php, line 92
Definition of FeedsPlugin class.

Class

FeedsPlugin
Implement source interface for all plugins.

Namespace

Drupal\feeds\Plugin

Code

public function sourceDelete(FeedsSource $source) {
}