You are here

function dfp_ctools_plugin_directory in Doubleclick for Publishers (DFP) 7.2

Same name and namespace in other branches
  1. 7 dfp.module \dfp_ctools_plugin_directory()

Implements hook_ctools_plugin_directory().

File

./dfp.module, line 207

Code

function dfp_ctools_plugin_directory($module, $type) {

  // Load the export_ui plugin.
  if ($type == 'export_ui' || $type == 'content_types') {
    return 'plugins/' . $type;
  }
}