function datatables_views_api in DataTables 7
Same name and namespace in other branches
- 6 datatables.module \datatables_views_api()
- 7.2 datatables.module \datatables_views_api()
Implements hook_views_api().
File
- ./
datatables.module, line 70 - Provides integration of the jQuery DataTables plugin
Code
function datatables_views_api() {
return array(
'api' => 3.0,
'path' => drupal_get_path('module', 'datatables') . '/views',
);
}