You are here

function payment_commerce_views_api in Payment for Drupal Commerce 7

Same name and namespace in other branches
  1. 7.2 payment_commerce.module \payment_commerce_views_api()

Implements hook_views_api().

File

./payment_commerce.module, line 38
Hook implementations and shared functions.

Code

function payment_commerce_views_api() {
  return array(
    'api' => '2',
    'path' => drupal_get_path('module', 'payment_commerce') . '/views',
  );
}