You are here

function image_views_api in Image 6

Implementation of hook_views_api().

File

./image.module, line 1125

Code

function image_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'image') . '/views',
  );
}