function google_admanager_ctools_plugin_directory in DFP Small Business (Google Ad Manager) 6.3
Implementation of hook_ctools_plugin_directory().
File
- ./
google_admanager.module, line 414
Code
function google_admanager_ctools_plugin_directory($module, $type) {
if ($module == 'google_admanager') {
return 'plugins/' . $type;
}
}