You are here

function viewfield_views_api in Viewfield 6

Implementation of hook_views_api().

File

./viewfield.module, line 330
Core functions.

Code

function viewfield_views_api() {
  return array(
    'api' => 2.0,
    'path' => drupal_get_path('module', 'viewfield') . '/includes',
  );
}