You are here

function slickgrid_views_api in Slickgrid 7

Same name and namespace in other branches
  1. 6 slickgrid.module \slickgrid_views_api()
  2. 7.2 slickgrid.module \slickgrid_views_api()

Implementation of hook_views_api

File

./slickgrid.module, line 36

Code

function slickgrid_views_api() {
  $path = drupal_get_path('module', 'slickgrid');
  return array(
    'api' => '3',
    'path' => $path . '/includes',
    'template path' => $path . '/theme',
  );
}