You are here

function node_registration_views_api in Node registration 7

Implements hook_views_api().

File

./node_registration.module, line 216

Code

function node_registration_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'node_registration') . '/includes',
  );
}