function dfp_ctools_plugin_directory in Doubleclick for Publishers (DFP) 7
Same name and namespace in other branches
- 7.2 dfp.module \dfp_ctools_plugin_directory()
Implements hook_ctools_plugin_directory().
File
- ./
dfp.module, line 208
Code
function dfp_ctools_plugin_directory($module, $type) {
// Load the export_ui plugin.
if ($type == 'export_ui' || $type == 'content_types') {
return 'plugins/' . $type;
}
}