1.20.x file.module file_views_api()

Implements hook_views_api().

File

modules/file/file.module, line 971
Defines a "managed_file" Form API field and a "file" field for Field module.

Code

function file_views_api() {
  return array(
    'api' => '3.0',
    'path' => backdrop_get_path('module', 'file') . '/views',
  );
}