function table_trash_ctools_plugin_directory in Table Trash 7
Implements hook_ctools_plugin_directory().
File
- ./
table_trash.module, line 24 - table_trash.module
Code
function table_trash_ctools_plugin_directory($module, $type) {
if ($type == 'export_ui') {
return 'plugins/export_ui';
}
}