You are here

feeds_xpathparser.install in Feeds XPath Parser 7

Same filename and directory in other branches
  1. 6 feeds_xpathparser.install

hook_update_n()'s for Feeds XPath Parser.

File

feeds_xpathparser.install
View source
<?php

/**
 * @file
 * hook_update_n()'s for Feeds XPath Parser.
 */

/**
 * Update to trigger cahce refresh.
 */
function feeds_xpathparser_update_7101() {
}

Functions

Namesort descending Description
feeds_xpathparser_update_7101 Update to trigger cahce refresh.