You are here

function feeds_crawler_enable in Feeds Crawler 7.2

Same name and namespace in other branches
  1. 6.2 feeds_crawler.install \feeds_crawler_enable()

Implements hook_enable().

File

./feeds_crawler.install, line 11
Install/enable/update hooks for feeds_crawler.

Code

function feeds_crawler_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}