You are here

function export_views_api in Node export 6

Implementation of hook_views_api.

File

./export.module, line 98

Code

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