You are here

function views_xml_backend_views_api in Views XML Backend 6

Same name and namespace in other branches
  1. 7 views_xml_backend.module \views_xml_backend_views_api()

Implementation of hook_views_api().

File

./views_xml_backend.module, line 6

Code

function views_xml_backend_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'views_xml_backend'),
  );
}