You are here

public function FeedsSourceInterface::sourceDelete in Feeds 8.2

A source is being deleted.

1 method overrides FeedsSourceInterface::sourceDelete()
FeedsPlugin::sourceDelete in lib/Drupal/feeds/Plugin/FeedsPlugin.php
A source is being deleted.

File

lib/Drupal/feeds/FeedsSourceInterface.php, line 47

Class

FeedsSourceInterface
Declares an interface for a class that defines default values and form descriptions for a FeedSource.

Namespace

Drupal\feeds

Code

public function sourceDelete(FeedsSource $source);