You are here

commerce_feeds.install in Commerce Feeds 7

Install functions for commerce_feeds module.

File

commerce_feeds.install
View source
<?php

/**
 * @file
 * Install functions for commerce_feeds module.
 */

/*
 * Implements hook_enable().
 */
function commerce_feeds_enable() {

  // Clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}

Functions