You are here

function filefield_views_api in FileField 6.3

Implementation of hook_views_api().

File

./filefield.module, line 242
FileField: Defines a CCK file field type.

Code

function filefield_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'filefield') . '/views',
  );
}