function imagefield_crop_views_api in Imagefield Crop 7.3
Same name and namespace in other branches
- 7.2 imagefield_crop.module \imagefield_crop_views_api()
Implements hook_views_api().
Return value
array
File
- ./
imagefield_crop.module, line 929
Code
function imagefield_crop_views_api() {
return array(
'api' => views_api_version(),
'path' => drupal_get_path('module', 'imagefield_crop') . '/includes',
);
}