You are here

function commerce_registration_views_api in Commerce Registration 7

Same name and namespace in other branches
  1. 7.3 commerce_registration.module \commerce_registration_views_api()
  2. 7.2 commerce_registration.module \commerce_registration_views_api()

Implements hook_views_api().

File

./commerce_registration.module, line 403
Commerce Registration module code.

Code

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