You are here

function imagefield_extended_views_api in ImageField Extended 6.4

File

./imagefield_extended.module, line 512
Insert additional fields into a FileField / ImageField data array.

Code

function imagefield_extended_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'imagefield_extended'),
  );
}