function current_search_ctools_plugin_directory in Facet API 7
Same name and namespace in other branches
- 6.3 contrib/current_search/current_search.module \current_search_ctools_plugin_directory()
- 7.2 contrib/current_search/current_search.module \current_search_ctools_plugin_directory()
Implements hook_ctools_plugin_directory().
File
- contrib/
current_search/ current_search.module, line 127 - Provides an interface for creating blocks containing information about the current search.
Code
function current_search_ctools_plugin_directory($module, $type) {
if ('export_ui' == $type) {
return 'plugins/export_ui';
}
}