You are here

function file_entity_views_api in File Entity (fieldable files) 7

Same name and namespace in other branches
  1. 7.3 file_entity.module \file_entity_views_api()
  2. 7.2 file_entity.module \file_entity_views_api()

Implements hook_views_api().

File

./file_entity.module, line 504
Extends Drupal file entities to be fieldable and viewable.

Code

function file_entity_views_api() {
  return array(
    'api' => 3,
  );
}