You are here

public function FeedsSourceInterface::sourceDelete in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsSource.inc \FeedsSourceInterface::sourceDelete()
  2. 7 includes/FeedsSource.inc \FeedsSourceInterface::sourceDelete()

A source is being deleted.

1 method overrides FeedsSourceInterface::sourceDelete()
FeedsPlugin::sourceDelete in plugins/FeedsPlugin.inc
A source is being deleted.

File

includes/FeedsSource.inc, line 67
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSourceInterface
Defines an interface for a feed source.

Code

public function sourceDelete(FeedsSource $source);