You are here

function heartbeat_ui_ctools_plugin_directory in Heartbeat 7

Implements hook_ctools_plugin_directory().

File

modules/heartbeat_ui/heartbeat_ui.module, line 77

Code

function heartbeat_ui_ctools_plugin_directory($module, $plugin) {
  if ($module == 'ctools' && $plugin == 'export_ui') {
    return 'plugins/' . $plugin;
  }
}