You are here

function feeds_querypath_parser_enable in Feeds QueryPath Parser 6

Same name and namespace in other branches
  1. 7 feeds_querypath_parser.module \feeds_querypath_parser_enable()

Implementation of hook_enable().

Clear Feed's plugin cache so that this plugin shows up.

File

./feeds_querypath_parser.module, line 28

Code

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