You are here

function imceimage_views_api in Imce CCK Image 6.2

Same name and namespace in other branches
  1. 6 imceimage.module \imceimage_views_api()

Implements hook_views_api()

File

./imceimage.module, line 295

Code

function imceimage_views_api() {
  return array(
    'api' => 2.0,
  );
}