You are here

function footable_views_api in FooTable 7

Same name and namespace in other branches
  1. 7.2 footable.module \footable_views_api()

Implements hook_views_api().

File

./footable.module, line 50
Provides integration of the jQuery FooTable plugin into Views.

Code

function footable_views_api() {
  return array(
    'api' => 3.0,
    'path' => drupal_get_path('module', 'footable') . '/views',
  );
}