You are here

function uc_roles_views_api in Ubercart 7.3

Implements hook_views_api().

File

uc_roles/uc_roles.module, line 1291
Grants roles upon accepted payment of products.

Code

function uc_roles_views_api() {
  return array(
    'api' => '2.0',
    'path' => drupal_get_path('module', 'uc_roles') . '/views',
  );
}