You are here

feeds_ex.install in Feeds extensible parsers 7.2

Same filename and directory in other branches
  1. 8 feeds_ex.install
  2. 7 feeds_ex.install

Install/enable/update hooks for feeds_ex.

File

feeds_ex.install
View source
<?php

/**
 * @file
 * Install/enable/update hooks for feeds_ex.
 */

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

Functions

Namesort descending Description
feeds_ex_enable Implements hook_enable().