You are here

function feeds_tamper_ctools_plugin_directory in Feeds Tamper 6

Same name and namespace in other branches
  1. 7 feeds_tamper.inc \feeds_tamper_ctools_plugin_directory()

Implementation of hook_ctools_plugin_directory().

File

./feeds_tamper.inc, line 285
Version agnostic parts of feeds_tamper.module.

Code

function feeds_tamper_ctools_plugin_directory($module, $plugin) {
  if ($module == 'feeds_tamper') {
    return 'plugins';
  }
}