You are here

feeds_excel.install in Feeds Excel 7.2

Same filename and directory in other branches
  1. 6 feeds_excel.install
  2. 7 feeds_excel.install

Install, update and uninstall functions for the feeds_excel module.

File

feeds_excel.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the feeds_excel module.
 */

/**
 * Implements hook_enable().
 */
function feeds_excel_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}

/**
 * Implements hook_requirements().
 */
function feeds_excel_requirements($phase) {
}

Functions