You are here

function commerce_payment_views_api in Commerce Core 7

Implements hook_views_api().

File

modules/payment/commerce_payment.module, line 513
Defines the payment system and checkout integration.

Code

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