function views_xhtml_views_api in Views Datasource 6
Same name and namespace in other branches
- 7 views_xhtml.module \views_xhtml_views_api()
@file Module definition for views_xhtml
See also
File
- ./
views_xhtml.module, line 9 - Module definition for views_xhtml
Code
function views_xhtml_views_api() {
return array(
'api' => '2.0',
'path' => drupal_get_path('module', 'views_xhtml'),
);
}