You are here

function extrafield_views_integration_views_api in Extrafield Views Integration 7

Implements hook_views_api().

File

./extrafield_views_integration.module, line 15
Module file, implements needed hooks and helper functions.

Code

function extrafield_views_integration_views_api() {
  $path = drupal_get_path('module', 'extrafield_views_integration');
  return array(
    'api' => '3.0',
    'path' => $path . '/views',
  );
}