You are here

function views_send_views_api in Views Send 7

Implements hook_views_api().

File

./views_send.module, line 907
The Views Send module.

Code

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