You are here

function datatables_views_api in DataTables 7.2

Same name and namespace in other branches
  1. 6 datatables.module \datatables_views_api()
  2. 7 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',
  );
}