You are here

function image_attach_views_api in Image 6

Views 2 API handler

File

contrib/image_attach/image_attach.module, line 608
image_attach.module

Code

function image_attach_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'image_attach'),
  );
}