You are here

function footable_ctools_plugin_directory in FooTable 7.2

Implements hook_ctools_plugin_directory().

File

./footable.module, line 75
Provides Views integration for the jQuery FooTable plugin.

Code

function footable_ctools_plugin_directory($owner, $plugin_type) {
  if ($plugin_type == 'export_ui') {
    return 'plugins/export_ui';
  }
}