function feeds_uninstall in Feeds 8.3
Same name and namespace in other branches
- 8.2 feeds.install \feeds_uninstall()
- 6 feeds.install \feeds_uninstall()
- 7.2 feeds.install \feeds_uninstall()
Implements hook_uninstall().
File
- ./
feeds.install, line 11 - Install/update/uninstall hooks.
Code
function feeds_uninstall() {
// @todo remove keyvalue store and queue things.
}