You are here

function imagecache_profiles_views_api in ImageCache Profiles 6

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

Implements hook_views_api().

File

./imagecache_profiles.module, line 320

Code

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