You are here

function commerce_file_views_api in Commerce File 7

Same name and namespace in other branches
  1. 7.2 commerce_file.module \commerce_file_views_api()

Implements hook_views_api().

File

./commerce_file.module, line 313
Provides integration of file licenses with Commerce

Code

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