You are here

function imagefield_crop_views_api in Imagefield Crop 7.2

Same name and namespace in other branches
  1. 7.3 imagefield_crop.module \imagefield_crop_views_api()

File

./imagefield_crop.module, line 1064
Functionality and Drupal hook implementations for the Imagefield Crop module.

Code

function imagefield_crop_views_api() {
  return array(
    'api' => views_api_version(),
    'path' => drupal_get_path('module', 'imagefield_crop') . '/includes',
  );
}