function image_views_api in Image 6
Implementation of hook_views_api().
File
- ./
image.module, line 1125
Code
function image_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'image') . '/views',
);
}
Implementation of hook_views_api().
function image_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'image') . '/views',
);
}