function document_views_api in Document 6
Same name and namespace in other branches
- 7 document.module \document_views_api()
- 8.x document.module \document_views_api()
Views 2 Integration. Implementation of hook_views_api().
File
- ./
document.module, line 24
Code
function document_views_api() {
return array(
'api' => 2.0,
);
}