You are here

getlocations_feeds.install in Get Locations 7

Same filename and directory in other branches
  1. 7.2 modules/getlocations_feeds/getlocations_feeds.install

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.install
View 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

Namesort descending Description
getlocations_feeds_enable Implements hook_enable().