feeds_crawler.install in Feeds Crawler 7.2
Same filename and directory in other branches
Install/enable/update hooks for feeds_crawler.
File
feeds_crawler.installView 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
Name | Description |
---|---|
feeds_crawler_enable | Implements hook_enable(). |