You are here

function feeds_ex_enable in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 feeds_ex.install \feeds_ex_enable()

Implements hook_enable().

File

./feeds_ex.install, line 11
Install/enable/update hooks for feeds_ex.

Code

function feeds_ex_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}