You are here

function feeds_jsonpath_parser_enable in Feeds JSONPath Parser 7

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

Implements hook_enable().

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

File

./feeds_jsonpath_parser.module, line 32

Code

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