function feeds_uninstall in Feeds 6
Same name and namespace in other branches
- 8.3 feeds.install \feeds_uninstall()
- 8.2 feeds.install \feeds_uninstall()
- 7.2 feeds.install \feeds_uninstall()
Implementation of hook_uninstall().
File
- ./
feeds.install, line 265 - Schema definitions install/update/uninstall hooks.
Code
function feeds_uninstall() {
// Remove tables.
drupal_uninstall_schema('feeds');
}