You are here

function data_entity_views_api in Data 7

Implements hook_views_api().

File

data_entity/data_entity.module, line 239
data_entity.module TODO: Enter file description here.

Code

function data_entity_views_api() {
  return array(
    'api' => '3.0-alpha1',
    'path' => drupal_get_path('module', 'data_entity') . '/views',
  );
}