You are here

function imceimage_views_api in Imce CCK Image 6

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

File

./imceimage.module, line 284

Code

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