You are here

function computed_field_views_api in Computed Field 7

Implements hook_views_api().

File

./computed_field.module, line 526
Functionality for the computed field.

Code

function computed_field_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'computed_field') . '/views',
  );
}