You are here

function feeds_tamper_ctools_plugin_directory in Feeds Tamper 7

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

Implements hook_ctools_plugin_directory().

File

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

Code

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