You are here

function semantic_fields_ctools_plugin_directory in Semantic Fields 7

Implements hook_ctools_plugin_directory().

File

./semantic_fields.module, line 432
The functionality of the module

Code

function semantic_fields_ctools_plugin_directory($module, $type) {

  // Load the export_ui plugin.
  if ($type == 'export_ui') {
    return 'plugins/export_ui';
  }
}