function footable_views_api in FooTable 7.2
Same name and namespace in other branches
- 7 footable.module \footable_views_api()
Implements hook_views_api().
File
- ./
footable.module, line 84 - Provides Views integration for the jQuery FooTable plugin.
Code
function footable_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'footable') . '/views',
);
}