public function FeedsSourceInterface::sourceDelete in Feeds 6
Same name and namespace in other branches
- 7.2 includes/FeedsSource.inc \FeedsSourceInterface::sourceDelete()
- 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 50 - Definition of FeedsSourceInterface and FeedsSource class.
Class
- FeedsSourceInterface
- Declares an interface for a class that defines default values and form descriptions for a FeedSource.
Code
public function sourceDelete(FeedsSource $source);