You are here

function views_xhtml_views_api in Views Datasource 7

Same name and namespace in other branches
  1. 6 views_xhtml.module \views_xhtml_views_api()

Implements hook_views_api().

File

./views_xhtml.module, line 12
Module definition for views_xhtml

Code

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