You are here

function profanity_ctools_plugin_directory in Profanity 7

Implements of hook_ctools_plugin_directory().

File

./profanity.module, line 39
Main {profanity} file.

Code

function profanity_ctools_plugin_directory($module, $type) {
  if ($type == 'export_ui') {
    return 'plugins/export_ui';
  }
}