t('JSONPath parser'), 'description' => t('Parse JSON using JSONPath.'), 'handler' => array( 'parent' => 'FeedsParser', 'class' => 'FeedsJSONPathParser', 'file' => 'FeedsJSONPathParser.inc', 'path' => $path, ), ); return $info; } /** * Implements hook_enable(). * * Clear Feed's plugin cache so that this plugin shows up. */ function feeds_jsonpath_parser_enable() { cache_clear_all('plugins:feeds:plugins', 'cache'); }