You are here

function imagecache_profiles_views_api in ImageCache Profiles 7

Same name and namespace in other branches
  1. 6 imagecache_profiles.module \imagecache_profiles_views_api()

Implements hook_views_api().

File

./imagecache_profiles.module, line 210

Code

function imagecache_profiles_views_api() {
  return array(
    'api' => 2,
  );
}