You are here

function feeds_entity_processor_enable in Feeds entity processor 7

Implements hook_enable().

File

./feeds_entity_processor.install, line 11
Install/update hooks for feeds_entity_processor.module.

Code

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