feeds_crawler.install in Feeds Crawler 6.2
Same filename and directory in other branches
Contains hook_enable to clear Feeds's cache.
File
feeds_crawler.installView source
<?php
/**
* @file
* Contains hook_enable to clear Feeds's cache.
*/
/**
* Implementation of hook_enable().
*
* Clear Feeds' plugin cache so that this plugin shows up.
*/
function feeds_crawler_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}
Functions
Name | Description |
---|---|
feeds_crawler_enable | Implementation of hook_enable(). |