You are here

function views_mediatable_views_api in Views MediaTable 7

Implements hook_views_api().

File

./views_mediatable.module, line 33
This is where all of the logic is kept for determining how to a Views table in a responsive table display.

Code

function views_mediatable_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_mediatable') . '/views',
  );
}