You are here

function commerce_customer_ui_views_api in Commerce Core 7

Implements hook_views_api().

File

modules/customer/commerce_customer_ui.module, line 355

Code

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