function img_assist_views_api in Image Assist 6.2
Implementation of hook_views_api().
File
- ./
img_assist.module, line 1933 - Image Assist module
Code
function img_assist_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'img_assist') . '/includes',
);
}