You are here

function pay_node_views_api in Pay 7

Same name and namespace in other branches
  1. 6 modules/pay_node/pay_node.module \pay_node_views_api()

Implements hook_views_api().

File

modules/pay_node/pay_node.module, line 200

Code

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