You are here

feeds_crawler.install in Feeds Crawler 7.2

Same filename and directory in other branches
  1. 6.2 feeds_crawler.install

Install/enable/update hooks for feeds_crawler.

File

feeds_crawler.install
View source
<?php

/**
 * @file
 * Install/enable/update hooks for feeds_crawler.
 */

/**
 * Implements hook_enable().
 */
function feeds_crawler_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}

Functions

Namesort descending Description
feeds_crawler_enable Implements hook_enable().