You are here

function feeds_jsonpath_parser_enable in Feeds JSONPath Parser 6

Same name and namespace in other branches
  1. 7 feeds_jsonpath_parser.module \feeds_jsonpath_parser_enable()

Implementation of hook_enable().

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

File

./feeds_jsonpath_parser.module, line 29

Code

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