You are here

function feeds_install in Feeds 7.2

Same name and namespace in other branches
  1. 6 feeds.install \feeds_install()

Implements hook_install().

File

./feeds.install, line 60
Schema definitions install/update/uninstall hooks.

Code

function feeds_install() {

  // Activate our custom cache handler for the HTTP cache.
  variable_set('cache_class_cache_feeds_http', 'FeedsHTTPCache');
}