getlocations_feeds.install in Get Locations 7
Same filename and directory in other branches
getlocations_feeds.install @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL
Install, update and uninstall functions for the getlocations_feeds module.
File
modules/getlocations_feeds/getlocations_feeds.installView source
<?php
/**
* @file
* getlocations_feeds.install
* @author Bob Hutchinson http://drupal.org/user/52366
* @copyright GNU GPL
*
* Install, update and uninstall functions for the getlocations_feeds module.
*/
/**
* Implements hook_enable().
*/
function getlocations_feeds_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}
Functions
Name | Description |
---|---|
getlocations_feeds_enable | Implements hook_enable(). |