You are here

function payment_views_api in Payment 7

Implements hook_views_api().

File

./payment.module, line 679
Hook implementations and shared functions.

Code

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