You are here

function feeds_xpathparser_update_6101 in Feeds XPath Parser 6

Clear Feeds' plugin cache.

File

./feeds_xpathparser.install, line 20
Contains hook_enable to clear Feeds's cache.

Code

function feeds_xpathparser_update_6101() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
  return array();
}