function fc_progress_ctools_plugin_directory in Field Complete 7
Implements hook_ctools_plugin_directory()
File
- fc_progress/
fc_progress.module, line 10 - Field Complete Progress - Provides blocks to display a progress bar of Field completion.
Code
function fc_progress_ctools_plugin_directory($owner, $plugin_type) {
if ($owner == 'ctools' && $plugin_type == 'content_types') {
return "plugins/{$plugin_type}";
}
}