You are here

function draggableviews_ctools_plugin_directory in DraggableViews 7.2

Implements hook_ctools_plugin_directory().

File

./draggableviews.module, line 262

Code

function draggableviews_ctools_plugin_directory($module, $plugin) {
  if ($module == 'draggableviews' && ($plugin == 'handler' || $plugin == 'hierarchy_handler')) {
    return 'handlers';
  }
}