You are here

function feeds_uninstall in Feeds 8.3

Same name and namespace in other branches
  1. 8.2 feeds.install \feeds_uninstall()
  2. 6 feeds.install \feeds_uninstall()
  3. 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.
}