function file_entity_views_api in File Entity (fieldable files) 7.2
Same name and namespace in other branches
- 7.3 file_entity.module \file_entity_views_api()
- 7 file_entity.module \file_entity_views_api()
Implements hook_views_api().
File
- ./
file_entity.module, line 1493 - Extends Drupal file entities to be fieldable and viewable.
Code
function file_entity_views_api() {
return array(
'api' => 3,
);
}