function commerce_license_views_api in Commerce License 7
Implements hook_views_api().
File
- ./
commerce_license.module, line 203 - Provides a framework for selling access to local or remote resources.
Code
function commerce_license_views_api() {
return array(
'version' => 3,
'path' => drupal_get_path('module', 'commerce_license') . '/includes/views',
);
}