You are here

function draggableviews_book_ctools_plugin_directory in DraggableViews 7.2

Implements hook_ctools_plugin_directory().

File

draggableviews_book/draggableviews_book.module, line 16

Code

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